Changeset 10 for trunk/Eraser.vcproj
- Timestamp:
- 10/9/2007 10:57:09 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.vcproj (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 *.user 3 3 *.ncb 4 lib 5 bin
-
- Property svn:ignore
-
trunk/Eraser.vcproj
r9 r10 21 21 <Configuration 22 22 Name="Debug|Win32" 23 OutputDirectory="$(SolutionDir) \bin\80\$(ConfigurationName)"24 IntermediateDirectory="$(SolutionDir) \tmp\80\$(ConfigurationName)\$(ProjectName)"23 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 24 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 25 25 ConfigurationType="1" 26 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 63 63 PrecompiledHeaderFile="$(IntDir)\Eraser.pch" 64 64 AssemblerListingLocation="" 65 ObjectFile="$(IntDir)/"66 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"67 65 WarningLevel="3" 68 66 SuppressStartupBanner="true" … … 118 116 <Configuration 119 117 Name="Debug|x64" 120 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"121 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"118 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 119 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 122 120 ConfigurationType="1" 123 121 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 160 158 PrecompiledHeaderFile="$(IntDir)\Eraser.pch" 161 159 AssemblerListingLocation="" 162 ObjectFile="$(IntDir)/"163 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"164 160 WarningLevel="3" 165 161 SuppressStartupBanner="true" … … 215 211 <Configuration 216 212 Name="Release|Win32" 217 OutputDirectory="$(SolutionDir) \bin\80\$(ConfigurationName)"218 IntermediateDirectory="$(SolutionDir) \tmp\80\$(ConfigurationName)\$(ProjectName)"213 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 214 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 219 215 ConfigurationType="1" 220 216 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 258 254 PrecompiledHeaderFile="$(IntDir)\Eraser.pch" 259 255 AssemblerListingLocation="" 260 ObjectFile="$(IntDir)/"261 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"262 256 WarningLevel="4" 263 257 SuppressStartupBanner="true" … … 312 306 <Configuration 313 307 Name="Release|x64" 314 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"315 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"308 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 309 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 316 310 ConfigurationType="1" 317 311 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 355 349 PrecompiledHeaderFile="$(IntDir)\Eraser.pch" 356 350 AssemblerListingLocation="" 357 ObjectFile="$(IntDir)/"358 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"359 351 WarningLevel="4" 360 352 SuppressStartupBanner="true"
Note: See TracChangeset
for help on using the changeset viewer.
