[ObjectHandler-cvs] ObjectHandler/Examples/C++ ExampleCpp_vc8.vcproj, 1.3, 1.4
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-11 18:14:03
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/C++ In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11049/Examples/C++ Modified Files: ExampleCpp_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: ExampleCpp_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/C++/ExampleCpp_vc8.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExampleCpp_vc8.vcproj 1 Jun 2006 13:28:49 -0000 1.3 --- ExampleCpp_vc8.vcproj 11 Jun 2006 18:14:00 -0000 1.4 *************** *** 16,21 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 38,42 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\ReleaseCRTDLL/ExampleCpp.tlb" HeaderFileName="" /> --- 38,42 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ExampleCpp.tlb" HeaderFileName="" /> *************** *** 51,58 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 51,58 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 76,80 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/ExampleCpp-vc80-mt-0_3_12.pdb" SubSystem="1" TargetMachine="1" --- 76,80 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/ExampleCpp-vc80-mt-0_3_12.pdb" SubSystem="1" TargetMachine="1" *************** *** 92,96 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/ExampleCpp.bsc" /> <Tool --- 92,96 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.bsc" /> <Tool *************** *** 109,114 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 109,114 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 131,135 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Debug/ExampleCpp.tlb" HeaderFileName="" /> --- 131,135 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ExampleCpp.tlb" HeaderFileName="" /> *************** *** 143,150 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 143,150 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 170,174 **** AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\Debug/ExampleCpp-vc80-mt-sgd-0_3_12.pdb" SubSystem="1" TargetMachine="1" --- 170,174 ---- AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/ExampleCpp-vc80-mt-sgd-0_3_12.pdb" SubSystem="1" TargetMachine="1" *************** *** 186,190 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/ExampleCpp.bsc" /> <Tool --- 186,190 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.bsc" /> <Tool *************** *** 203,208 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 203,208 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 225,229 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Release/ExampleCpp.tlb" HeaderFileName="" /> --- 225,229 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ExampleCpp.tlb" HeaderFileName="" /> *************** *** 238,245 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 238,245 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 263,267 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile=".\build\vc80\Release/ExampleCpp-vc80-mt-s-0_3_12.pdb" SubSystem="1" TargetMachine="1" --- 263,267 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/ExampleCpp-vc80-mt-s-0_3_12.pdb" SubSystem="1" TargetMachine="1" *************** *** 279,283 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/ExampleCpp.bsc" /> <Tool --- 279,283 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.bsc" /> <Tool *************** *** 296,301 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 296,301 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 318,322 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\DebugCRTDLL/ExampleCpp.tlb" HeaderFileName="" /> --- 318,322 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ExampleCpp.tlb" HeaderFileName="" /> *************** *** 330,337 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 330,337 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 357,361 **** AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/ExampleCpp-vc80-mt-gd-0_3_12.pdb" SubSystem="1" TargetMachine="1" --- 357,361 ---- AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/ExampleCpp-vc80-mt-gd-0_3_12.pdb" SubSystem="1" TargetMachine="1" *************** *** 373,377 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/ExampleCpp.bsc" /> <Tool --- 373,377 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ExampleCpp.bsc" /> <Tool |