mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
VS project files: do not share intermediate directory between projects in same folder
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4800;"/>
|
||||
DisableSpecificWarnings="4800;"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
@@ -51,7 +52,8 @@
|
||||
AdditionalLibraryDirectories="..\..\lib"
|
||||
SubSystem="1"
|
||||
ImportLibrary="..\..\lib\PocoDataMySQLd.lib"
|
||||
TargetMachine="1"/>
|
||||
TargetMachine="1"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
@@ -102,7 +104,8 @@
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4800;"/>
|
||||
DisableSpecificWarnings="4800;"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
@@ -117,7 +120,8 @@
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
ImportLibrary="..\..\lib\PocoDataMySQL.lib"
|
||||
TargetMachine="1"/>
|
||||
TargetMachine="1"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
@@ -165,7 +169,8 @@
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4800;"/>
|
||||
DisableSpecificWarnings="4800;"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
@@ -221,7 +226,8 @@
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4800;"/>
|
||||
DisableSpecificWarnings="4800;"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\PocoDataMySQLmt.lib"/>
|
||||
@@ -274,7 +280,8 @@
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4800;"/>
|
||||
DisableSpecificWarnings="4800;"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
@@ -330,7 +337,8 @@
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="0"
|
||||
DisableSpecificWarnings="4800;"/>
|
||||
DisableSpecificWarnings="4800;"
|
||||
AdditionalOptions=""/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\PocoDataMySQLmd.lib"/>
|
||||
|
||||
Reference in New Issue
Block a user