mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
90 lines
2.1 KiB
Plaintext
90 lines
2.1 KiB
Plaintext
<Configuration
|
|
Name="debug_shared|x64"
|
|
OutputDirectory="${project.outdir}\bin64\"
|
|
IntermediateDirectory="obj64\${project.name}\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;${configuration.compiler.defines}"
|
|
StringPooling="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
TreatWChar_tAsBuiltInType="true"
|
|
ForceConformanceInForLoopScope="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
ProgramDatabaseFileName="$(OutDir)$(TargetName).pdb"
|
|
LanguageStandard="${vc.project.compiler.std.cpp}"
|
|
LanguageStandard_C="${vc.project.compiler.std.c}"
|
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
|
OutputFile="${project.outdir}\bin64\${project.target}d.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
|
|
AdditionalLibraryDirectories="${project.pocobase}\lib64"
|
|
SubSystem="1"
|
|
TargetMachine="17"
|
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|