2012-04-29 20:52:25 +02:00
|
|
|
<Configuration
|
|
|
|
Name="debug_static_md|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;${configuration.compiler.defines}"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="TRUE"
|
|
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="${project.outdir}\lib\${project.target}mdd.pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
CompileAs="0"
|
2014-04-21 20:04:48 +02:00
|
|
|
DisableSpecificWarnings="4800;${configuration.compiler.disableWarnings}"
|
|
|
|
AdditionalOptions="${configuration.compiler.additionalOptions}"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="${project.outdir}\lib\${project.target}mdd.lib"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|