mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
VS 71 projects and solutions
This commit is contained in:
@@ -47,13 +47,13 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
ShowProgress="0"
|
||||
OutputFile="..\bin\CppUnitd.dll"
|
||||
OutputFile="..\bin\$(ProjectName)d.dll"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\bin\CppUnitd.pdb"
|
||||
ImportLibrary="..\lib\CppUnitd.lib"
|
||||
ImportLibrary="..\lib\$(ProjectName)d.lib"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@@ -119,12 +119,12 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="..\bin\CppUnit.dll"
|
||||
OutputFile="..\bin\$(ProjectName).dll"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile=""
|
||||
ImportLibrary="..\lib\CppUnit.lib"
|
||||
ImportLibrary="..\lib\$(ProjectName).lib"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@@ -191,7 +191,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\lib\CppUnitmtd.lib"/>
|
||||
OutputFile="..\lib\$(ProjectName)mtd.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
@@ -254,7 +254,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\lib\CppUnitmt.lib"/>
|
||||
OutputFile="..\lib\$(ProjectName)mt.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
|
Reference in New Issue
Block a user