|
|
|
@ -53,7 +53,8 @@
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
|
PrecompiledHeaderThrough="stdpch.h"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
@ -86,12 +87,11 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="4"
|
|
|
|
|
CharacterSet="1"
|
|
|
|
|
WholeProgramOptimization="0"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
@ -107,23 +107,22 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="3"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
WholeProgramOptimization="false"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
AdditionalIncludeDirectories="../../../common/src"
|
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
|
PrecompiledHeaderThrough="stdpch.h"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
@ -156,11 +155,12 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="4"
|
|
|
|
|
CharacterSet="1"
|
|
|
|
|
WholeProgramOptimization="0"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
@ -176,21 +176,24 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
Optimization="3"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
WholeProgramOptimization="false"
|
|
|
|
|
AdditionalIncludeDirectories="../../../common/src"
|
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
|
PrecompiledHeaderThrough="stdpch.h"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
@ -261,7 +264,8 @@
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
|
PrecompiledHeaderThrough="stdpch.h"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
@ -428,6 +432,38 @@
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\stdpch.cpp"
|
|
|
|
|
>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\stdpch.h"
|
|
|
|
|