|
|
@ -67,10 +67,9 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="winmm.lib odbc32.lib odbccp32.lib ws2_32.lib libxml2.lib zlib.lib freetype.lib"
|
|
|
|
|
|
|
|
OutputFile="$(RootNamespace)_d.exe"
|
|
|
|
OutputFile="$(RootNamespace)_d.exe"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrt"
|
|
|
|
IgnoreDefaultLibraryNames="msvcrt.lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
SubSystem="2"
|
|
|
|
SubSystem="2"
|
|
|
@ -100,9 +99,9 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
Name="Debug|x64"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -120,22 +119,23 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_WINDOWS"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;ASSERT_THROW_EXCEPTION;_WINDOWS"
|
|
|
|
|
|
|
|
StringPooling="true"
|
|
|
|
StringPooling="true"
|
|
|
|
ExceptionHandling="2"
|
|
|
|
ExceptionHandling="2"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
WarningLevel="3"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
@ -148,16 +148,14 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="winmm.lib odbc32.lib odbccp32.lib ws2_32.lib libxml2.lib zlib.lib freetype.lib"
|
|
|
|
OutputFile="$(RootNamespace)_d.exe"
|
|
|
|
OutputFile="$(RootNamespace)_r.exe"
|
|
|
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrtd"
|
|
|
|
IgnoreDefaultLibraryNames="msvcrt.lib"
|
|
|
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
SubSystem="2"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
ImportLibrary="$(RootNamespace)_d.lib"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="17"
|
|
|
|
ImportLibrary="$(RootNamespace)_r.lib"
|
|
|
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
Name="VCALinkTool"
|
|
|
@ -182,9 +180,9 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|x64"
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -202,23 +200,22 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_WINDOWS"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;ASSERT_THROW_EXCEPTION;_WINDOWS"
|
|
|
|
StringPooling="true"
|
|
|
|
StringPooling="true"
|
|
|
|
ExceptionHandling="2"
|
|
|
|
ExceptionHandling="2"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
|
|
|
WarningLevel="3"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
@ -231,14 +228,16 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(RootNamespace)_d.exe"
|
|
|
|
AdditionalDependencies="winmm.lib odbc32.lib odbccp32.lib ws2_32.lib libxml2.lib zlib.lib freetype.lib"
|
|
|
|
|
|
|
|
OutputFile="$(RootNamespace)_r.exe"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
IgnoreDefaultLibraryNames=""
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrtd"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
SubSystem="2"
|
|
|
|
SubSystem="2"
|
|
|
|
ImportLibrary="$(RootNamespace)_d.lib"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
TargetMachine="17"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
|
|
|
|
ImportLibrary="$(RootNamespace)_r.lib"
|
|
|
|
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
Name="VCALinkTool"
|
|
|
@ -367,22 +366,22 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
Optimization="0"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
Optimization="2"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
<FileConfiguration
|
|
|
@ -428,22 +427,22 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
Optimization="0"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
Optimization="2"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
<FileConfiguration
|
|
|
|