386 lines
8.7 KiB
XML
386 lines
8.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="meshtex"
|
|
ProjectGUID="{C8DA1D8D-EB09-4367-9023-5DE6FBF52E37}"
|
|
RootNamespace="meshtex"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\localdirs.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Capturing git commit hash (if known)"
|
|
CommandLine="set GitCommit=n/a
for /f "delims=" %%a in ('"$(GitDir)\git" rev-parse --short HEAD 2^>NUL') do (set GitCommit=%%a)
echo #define CODE_ID %GitCommit% > "$(ProjectDir)CodeVersion.h"
exit /b 0
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="$(RadiantSrcDir)/include;$(RadiantSrcDir)/libs;$(StlportDir)/stlport;$(GtkDir)/include/glib-2.0;$(GtkDir)/include/gtk-2.0;$(GtkDir)/lib/glib-2.0/include;$(GtkDir)/lib/gtk-2.0/include;$(GtkDir)/include/cairo;$(GtkDir)/include/pango-1.0;$(GtkDir)/include/atk-1.0;$(GtkDir)/include/gdk-pixbuf-2.0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MESHTEX_EXPORTS"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4100;4127;4512;4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="glib-2.0.lib gdk-win32-2.0.lib gtk-win32-2.0.lib gobject-2.0.lib"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="$(GtkDir)/lib"
|
|
IgnoreDefaultLibraryNames=""
|
|
ModuleDefinitionFile="meshtex.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="0"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copy to GtkRadiant plugins directory"
|
|
CommandLine="copy /Y "$(TargetDir)$(TargetFileName)" "$(RadiantExeDir)\plugins\$(TargetFileName)""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\localdirs.vsprops"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Capturing git commit hash (if known)"
|
|
CommandLine="set GitCommit=n/a
for /f "delims=" %%a in ('"$(GitDir)\git" rev-parse --short HEAD 2^>NUL') do (set GitCommit=%%a)
echo #define CODE_ID %GitCommit% > "$(ProjectDir)CodeVersion.h"
exit /b 0
"
|
|
ExcludedFromBuild="false"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="4"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="$(RadiantSrcDir)/include;$(RadiantSrcDir)/libs;$(StlportDir)/stlport;$(GtkDir)/include/glib-2.0;$(GtkDir)/include/gtk-2.0;$(GtkDir)/lib/glib-2.0/include;$(GtkDir)/lib/gtk-2.0/include;$(GtkDir)/include/cairo;$(GtkDir)/include/pango-1.0;$(GtkDir)/include/atk-1.0;$(GtkDir)/include/gdk-pixbuf-2.0"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MESHTEX_EXPORTS"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4100;4127;4512;4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="glib-2.0.lib gdk-win32-2.0.lib gtk-win32-2.0.lib gobject-2.0.lib"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="$(GtkDir)/lib"
|
|
ModuleDefinitionFile="meshtex.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="0"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copy to GtkRadiant plugins directory"
|
|
CommandLine="copy /Y "$(TargetDir)$(TargetFileName)" "$(RadiantExeDir)\plugins\$(TargetFileName)""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
>
|
|
<Filter
|
|
Name="generic"
|
|
>
|
|
<Filter
|
|
Name="util"
|
|
>
|
|
<File
|
|
RelativePath=".\RefCounted.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RefCounted.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\UtilityMacros.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="plugin"
|
|
>
|
|
<File
|
|
RelativePath=".\PluginModule.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PluginModule.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="ui"
|
|
>
|
|
<File
|
|
RelativePath=".\GenericDialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GenericDialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GenericMainMenu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GenericMainMenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GenericPluginUI.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GenericPluginUI.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GenericPluginUIMessages.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="meshtex"
|
|
>
|
|
<Filter
|
|
Name="util"
|
|
>
|
|
<File
|
|
RelativePath=".\AllocatedMatrix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MeshVisitor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MeshVisitor.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="ui"
|
|
>
|
|
<File
|
|
RelativePath=".\GeneralFunctionDialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GeneralFunctionDialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GetInfoDialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\GetInfoDialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MainMenu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MainMenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PluginUI.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PluginUI.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PluginUIMessages.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SetScaleDialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SetScaleDialog.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="plugin"
|
|
>
|
|
<File
|
|
RelativePath=".\PluginProperties.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PluginRegistration.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="core"
|
|
>
|
|
<File
|
|
RelativePath=".\MeshEntity.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MeshEntity.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MeshEntityMessages.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="windows"
|
|
>
|
|
<File
|
|
RelativePath=".\meshtex.def"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\meshtex.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|