[ObjectHandler-cvs] ObjectHandler/xlsdk xlsdk_vc8.vcproj,1.4,1.5
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-06-11 18:14:07
|
Update of /cvsroot/objecthandler/ObjectHandler/xlsdk In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11049/xlsdk Modified Files: xlsdk_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: xlsdk_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/xlsdk/xlsdk_vc8.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xlsdk_vc8.vcproj 7 Jun 2006 14:37:41 -0000 1.4 --- xlsdk_vc8.vcproj 11 Jun 2006 18:14:00 -0000 1.5 *************** *** 16,21 **** <Configuration Name="Release|Win32" ! OutputDirectory="..\build\vc80\xlsdk\Release" ! IntermediateDirectory="..\build\vc80\xlsdk\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Release|Win32" ! OutputDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ! IntermediateDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 49,56 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\Release/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\Release/" ! ObjectFile="..\build\vc80\xlsdk\Release/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 49,56 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ObjectFile="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 81,85 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\Release/xlsdk.bsc" /> <Tool --- 81,85 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.bsc" /> <Tool *************** *** 92,97 **** <Configuration Name="Debug|Win32" ! OutputDirectory="..\build\vc80\xlsdk\Debug" ! IntermediateDirectory="..\build\vc80\xlsdk\Debug" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 92,97 ---- <Configuration Name="Debug|Win32" ! OutputDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ! IntermediateDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 124,131 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\Debug/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\Debug/" ! ObjectFile="..\build\vc80\xlsdk\Debug/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 124,131 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ObjectFile="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 157,161 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\Debug/xlsdk.bsc" /> <Tool --- 157,161 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.bsc" /> <Tool *************** *** 168,173 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory="..\build\vc80\xlsdk\ReleaseCRTDLL" ! IntermediateDirectory="..\build\vc80\xlsdk\ReleaseCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 168,173 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ! IntermediateDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 201,208 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\ReleaseCRTDLL/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\ReleaseCRTDLL/" ! ObjectFile="..\build\vc80\xlsdk\ReleaseCRTDLL/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 201,208 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ObjectFile="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 233,237 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\ReleaseCRTDLL/xlsdk.bsc" /> <Tool --- 233,237 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.bsc" /> <Tool *************** *** 244,249 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory="..\build\vc80\xlsdk\DebugCRTDLL" ! IntermediateDirectory="..\build\vc80\xlsdk\DebugCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 244,249 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ! IntermediateDirectory="..\build\vc80\xlsdk\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 276,283 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\DebugCRTDLL/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\DebugCRTDLL/" ! ObjectFile="..\build\vc80\xlsdk\DebugCRTDLL/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 276,283 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.pch" ! AssemblerListingLocation="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ObjectFile="..\build\vc80\xlsdk\$(ConfigurationName)/" ! ProgramDataBaseFileName="..\build\vc80\xlsdk\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 309,313 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\DebugCRTDLL/xlsdk.bsc" /> <Tool --- 309,313 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\build\vc80\xlsdk\$(ConfigurationName)/xlsdk.bsc" /> <Tool |