mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 20:56:20 +01:00
87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
<Configuration
|
|
Name="debug_shared|${project.platform}"
|
|
OutputDirectory="bin\$(PlatformName)\shared"
|
|
IntermediateDirectory="obj\${project.name}\$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ExecutionBucket="7"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="${configuration.compiler.includes}"
|
|
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
|
StringPooling="true"
|
|
MinimalRebuild="false"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="true"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
|
CompileForArchitecture="2"
|
|
InterworkCalls="false"
|
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
|
OutputFile="bin\$(PlatformName)\shared\${project.target}d.exe"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="bin\$(PlatformName)\shared\${project.target}d.pdb"
|
|
SubSystem="0"
|
|
RandomizedBaseAddress="1"
|
|
TargetMachine="0"
|
|
EntryPointSymbol="mainCRTStartup"
|
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCodeSignTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
<DeploymentTool
|
|
ForceDirty="-1"
|
|
RemoteDirectory=""
|
|
RegisterOutput="0"
|
|
AdditionalFiles=""
|
|
/>
|
|
<DebuggerTool
|
|
/>
|
|
</Configuration>
|