Changeset 1204 for trunk/Clp/MSVisualStudio
- Timestamp:
- May 20, 2008 7:29:49 PM (13 years ago)
- Location:
- trunk/Clp/MSVisualStudio/v8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/MSVisualStudio/v8/clp/clp.vcproj
r1042 r1204 16 16 <Configuration 17 17 Name="Debug|Win32" 18 OutputDirectory=" .\Debug"19 IntermediateDirectory=" .\Debug"18 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 19 IntermediateDirectory="$(ConfigurationName)" 20 20 ConfigurationType="1" 21 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 50 50 RuntimeTypeInfo="true" 51 51 UsePrecompiledHeader="0" 52 PrecompiledHeaderFile=".\Debug/clp.pch"53 AssemblerListingLocation=".\Debug/"54 ObjectFile=".\Debug/"55 ProgramDataBaseFileName=".\Debug/"56 52 WarningLevel="3" 57 53 SuppressStartupBanner="true" … … 72 68 <Tool 73 69 Name="VCLinkerTool" 74 OutputFile=".\Debug/clp.exe"75 70 LinkIncremental="1" 76 71 SuppressStartupBanner="true" 77 72 GenerateDebugInformation="true" 78 ProgramDatabaseFile=".\Debug/clp.pdb"79 73 SubSystem="1" 80 74 TargetMachine="1" … … 107 101 <Configuration 108 102 Name="Release|Win32" 109 OutputDirectory=" .\Release"110 IntermediateDirectory=" .\Release"103 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 104 IntermediateDirectory="$(ConfigurationName)" 111 105 ConfigurationType="1" 112 106 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 143 137 RuntimeTypeInfo="true" 144 138 UsePrecompiledHeader="0" 145 PrecompiledHeaderFile=".\Release/clp.pch"146 AssemblerListingLocation=".\Release/"147 ObjectFile=".\Release/"148 ProgramDataBaseFileName=".\Release/"149 139 WarningLevel="3" 150 140 SuppressStartupBanner="true" … … 164 154 <Tool 165 155 Name="VCLinkerTool" 166 OutputFile=".\Release/clp.exe"167 156 LinkIncremental="1" 168 157 SuppressStartupBanner="true" 169 ProgramDatabaseFile=".\Release/clp.pdb"170 158 SubSystem="1" 171 159 TargetMachine="1" -
trunk/Clp/MSVisualStudio/v8/libClp/libClp.vcproj
r1198 r1204 17 17 <Configuration 18 18 Name="Debug|Win32" 19 OutputDirectory=" .\Debug"20 IntermediateDirectory=" .\Debug"19 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 20 IntermediateDirectory="$(ConfigurationName)" 21 21 ConfigurationType="4" 22 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 49 49 RuntimeTypeInfo="true" 50 50 UsePrecompiledHeader="0" 51 PrecompiledHeaderFile=".\Debug/libClp.pch"52 AssemblerListingLocation=".\Debug/"53 ObjectFile=".\Debug/"54 ProgramDataBaseFileName=".\Debug/"55 51 WarningLevel="3" 56 52 SuppressStartupBanner="true" … … 71 67 <Tool 72 68 Name="VCLibrarianTool" 73 OutputFile=".\Debug\libClp.lib"74 69 SuppressStartupBanner="true" 75 70 /> … … 92 87 <Configuration 93 88 Name="Release|Win32" 94 OutputDirectory=" .\Release"95 IntermediateDirectory=" .\Release"89 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 90 IntermediateDirectory="$(ConfigurationName)" 96 91 ConfigurationType="4" 97 92 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 126 121 RuntimeTypeInfo="true" 127 122 UsePrecompiledHeader="0" 128 PrecompiledHeaderFile=".\Release/libClp.pch"129 AssemblerListingLocation=".\Release/"130 ObjectFile=".\Release/"131 ProgramDataBaseFileName=".\Release/"132 123 WarningLevel="3" 133 124 SuppressStartupBanner="true" … … 147 138 <Tool 148 139 Name="VCLibrarianTool" 149 OutputFile=".\Release\libClp.lib"150 140 SuppressStartupBanner="true" 151 141 />
Note: See TracChangeset
for help on using the changeset viewer.