[QuantLibAddin-cvs] QuantLibAddin QuantLibObjects_vc8.vcproj, 1.10, 1.11
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:52
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894 Modified Files: QuantLibObjects_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: QuantLibObjects_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects_vc8.vcproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** QuantLibObjects_vc8.vcproj 9 Jun 2006 18:58:47 -0000 1.10 --- QuantLibObjects_vc8.vcproj 11 Jun 2006 18:16:49 -0000 1.11 *************** *** 16,21 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 50,57 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 50,57 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 82,86 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/QuantLibObjects.bsc" /> <Tool --- 82,86 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool *************** *** 93,98 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 93,98 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 127,134 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 127,134 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 159,163 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/QuantLibObjects.bsc" /> <Tool --- 159,163 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool *************** *** 170,175 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 170,175 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 203,210 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 203,210 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 236,240 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/QuantLibObjects.bsc" /> <Tool --- 236,240 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool *************** *** 247,252 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 247,252 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 280,287 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 280,287 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 313,317 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/QuantLibObjects.bsc" /> <Tool --- 313,317 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool |