2012-04-29 20:52:25 +02:00
|
|
|
<Configuration
|
|
|
|
Name="release_static_md|x64"
|
|
|
|
OutputDirectory="obj64\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj64\$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
UseOfMFC="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}"
|
2012-10-14 09:31:59 +02:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}"
|
2012-04-29 20:52:25 +02:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
2014-04-21 20:04:48 +02:00
|
|
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
2012-04-29 20:52:25 +02:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="CppUnitmd.lib WinTestRunnermd.lib iphlpapi.lib winmm.lib WinTestRunner.res ${configuration.linker.dependencies}"
|
|
|
|
OutputFile="bin64\static_md\${project.target}.exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
AdditionalLibraryDirectories="${project.pocobase}\lib64"
|
|
|
|
GenerateDebugInformation="false"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="17"
|
2014-04-21 20:04:48 +02:00
|
|
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
2012-04-29 20:52:25 +02:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|