Changeset 947 for stable/2.1/Cbc/MSVisualStudio/v8/cbcSolve/cbcSolve.vcproj
- Timestamp:
- May 20, 2008 7:28:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.1/Cbc/MSVisualStudio/v8/cbcSolve/cbcSolve.vcproj
r693 r947 17 17 <Configuration 18 18 Name="Debug|Win32" 19 OutputDirectory=" .\Debug"20 IntermediateDirectory=" .\Debug"19 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 20 IntermediateDirectory="$(ConfigurationName)" 21 21 ConfigurationType="1" 22 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 51 51 RuntimeTypeInfo="true" 52 52 UsePrecompiledHeader="0" 53 PrecompiledHeaderFile=".\Debug/cbcSolve.pch"54 AssemblerListingLocation=".\Debug/"55 ObjectFile=".\Debug/"56 ProgramDataBaseFileName=".\Debug/"57 53 WarningLevel="3" 58 54 SuppressStartupBanner="true" … … 73 69 <Tool 74 70 Name="VCLinkerTool" 75 OutputFile=".\Debug/cbcSolve.exe"76 71 LinkIncremental="1" 77 72 SuppressStartupBanner="true" 78 73 GenerateDebugInformation="true" 79 ProgramDatabaseFile=".\Debug/cbcSolve.pdb"80 74 SubSystem="1" 81 75 TargetMachine="1" … … 108 102 <Configuration 109 103 Name="Release|Win32" 110 OutputDirectory=" .\Release"111 IntermediateDirectory=" .\Release"104 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 105 IntermediateDirectory="$(ConfigurationName)" 112 106 ConfigurationType="1" 113 107 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 144 138 RuntimeTypeInfo="true" 145 139 UsePrecompiledHeader="0" 146 PrecompiledHeaderFile=".\Release/cbcSolve.pch"147 AssemblerListingLocation=".\Release/"148 ObjectFile=".\Release/"149 ProgramDataBaseFileName=".\Release/"150 140 WarningLevel="3" 151 141 SuppressStartupBanner="true" … … 165 155 <Tool 166 156 Name="VCLinkerTool" 167 OutputFile=".\Release/cbcSolve.exe"168 157 LinkIncremental="1" 169 158 SuppressStartupBanner="true" 170 ProgramDatabaseFile=".\Release/cbcSolve.pdb"171 159 SubSystem="1" 172 160 TargetMachine="1"
Note: See TracChangeset
for help on using the changeset viewer.