Changeset 10
- Timestamp:
- 10/09/07 10:57:09 (6 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
Eraser.vcproj (modified) (8 diffs)
-
EraserDll/EraserDll.vcproj (modified) (10 diffs)
-
Erasext/Erasext.vcproj (modified) (16 diffs)
-
Launcher/Launcher.vcproj (modified) (8 diffs)
-
Verify/Verify.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" -
trunk/EraserDll/EraserDll.vcproj
r8 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="2" 26 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 61 61 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch" 62 62 AssemblerListingLocation="" 63 ObjectFile="$(IntDir)/"64 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"65 63 WarningLevel="3" 66 64 SuppressStartupBanner="true" … … 85 83 LinkIncremental="1" 86 84 SuppressStartupBanner="true" 87 ModuleDefinitionFile=" .\Eraser.def"85 ModuleDefinitionFile="Eraser.def" 88 86 GenerateDebugInformation="true" 89 87 ProgramDatabaseFile="$(OutDir)\EraserDll.pdb" … … 119 117 <Configuration 120 118 Name="Debug|x64" 121 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"122 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"119 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 120 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 123 121 ConfigurationType="2" 124 122 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 159 157 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch" 160 158 AssemblerListingLocation="" 161 ObjectFile="$(IntDir)/"162 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"163 159 WarningLevel="3" 164 160 SuppressStartupBanner="true" … … 217 213 <Configuration 218 214 Name="Release|Win32" 219 OutputDirectory="$(SolutionDir) \bin\80\$(ConfigurationName)"220 IntermediateDirectory="$(SolutionDir) \tmp\80\$(ConfigurationName)\$(ProjectName)"215 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 216 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 221 217 ConfigurationType="2" 222 218 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 257 253 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch" 258 254 AssemblerListingLocation="" 259 ObjectFile="$(IntDir)/"260 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"261 255 WarningLevel="4" 262 256 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="2" 317 311 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 352 346 PrecompiledHeaderFile="$(IntDir)\EraserDll.pch" 353 347 AssemblerListingLocation="" 354 ObjectFile="$(IntDir)/"355 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"356 348 WarningLevel="4" 357 349 SuppressStartupBanner="true" … … 654 646 </File> 655 647 <File 656 RelativePath="Eraser.def"657 >658 </File>659 <File660 648 RelativePath="Eraser.rc" 661 649 > -
trunk/Erasext/Erasext.vcproj
r5 r10 21 21 <Configuration 22 22 Name="Release|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="2" 26 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 63 63 PrecompiledHeaderFile="$(IntDir)\Erasext.pch" 64 64 AssemblerListingLocation="" 65 ObjectFile="$(IntDir)/"66 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"67 65 WarningLevel="4" 68 66 SuppressStartupBanner="true" … … 87 85 ProgramDatabaseFile="" 88 86 SubSystem="2" 89 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraserext.lib"90 87 TargetMachine="1" 91 88 /> … … 117 114 <Configuration 118 115 Name="Release|x64" 119 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"120 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"116 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 117 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 121 118 ConfigurationType="2" 122 119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 159 156 PrecompiledHeaderFile="$(IntDir)\Erasext.pch" 160 157 AssemblerListingLocation="" 161 ObjectFile="$(IntDir)/"162 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"163 158 WarningLevel="4" 164 159 SuppressStartupBanner="true" … … 183 178 ProgramDatabaseFile="" 184 179 SubSystem="2" 185 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraserext.lib"186 180 TargetMachine="17" 187 181 /> … … 213 207 <Configuration 214 208 Name="Debug|Win32" 215 OutputDirectory="$(SolutionDir) \bin\80\$(ConfigurationName)"216 IntermediateDirectory="$(SolutionDir) \tmp\80\$(ConfigurationName)\$(ProjectName)"209 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 210 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 217 211 ConfigurationType="2" 218 212 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 253 247 PrecompiledHeaderFile="$(IntDir)\Erasext.pch" 254 248 AssemblerListingLocation="" 255 ObjectFile="$(IntDir)/"256 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"257 249 WarningLevel="3" 258 250 SuppressStartupBanner="true" … … 279 271 ProgramDatabaseFile="$(OutDir)\Erasext.pdb" 280 272 SubSystem="2" 281 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraserext.lib"282 273 TargetMachine="1" 283 274 /> … … 309 300 <Configuration 310 301 Name="Debug|x64" 311 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"312 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"302 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 303 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 313 304 ConfigurationType="2" 314 305 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 349 340 PrecompiledHeaderFile="$(IntDir)\Erasext.pch" 350 341 AssemblerListingLocation="" 351 ObjectFile="$(IntDir)/"352 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"353 342 WarningLevel="3" 354 343 SuppressStartupBanner="true" … … 375 364 ProgramDatabaseFile="$(OutDir)\Erasext.pdb" 376 365 SubSystem="2" 377 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraserext.lib"378 366 TargetMachine="17" 379 367 /> … … 549 537 PreprocessorDefinitions="" 550 538 TargetEnvironment="1" 539 TypeLibraryName="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName).tlb" 551 540 /> 552 541 </FileConfiguration> … … 558 547 PreprocessorDefinitions="" 559 548 TargetEnvironment="1" 549 TypeLibraryName="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName).tlb" 560 550 /> 561 551 </FileConfiguration> … … 567 557 PreprocessorDefinitions="" 568 558 TargetEnvironment="1" 559 TypeLibraryName="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName).tlb" 569 560 /> 570 561 </FileConfiguration> … … 576 567 PreprocessorDefinitions="" 577 568 TargetEnvironment="1" 569 TypeLibraryName="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)\$(ProjectName).tlb" 578 570 /> 579 571 </FileConfiguration> -
trunk/Launcher/Launcher.vcproj
r6 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" … … 62 62 PrecompiledHeaderFile="$(IntDir)\Launcher.pch" 63 63 AssemblerListingLocation="" 64 ObjectFile="$(IntDir)/"65 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"66 64 WarningLevel="3" 67 65 SuppressStartupBanner="true" … … 116 114 <Configuration 117 115 Name="Debug|x64" 118 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"119 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"116 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 117 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 120 118 ConfigurationType="1" 121 119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 157 155 PrecompiledHeaderFile="$(IntDir)\Launcher.pch" 158 156 AssemblerListingLocation="" 159 ObjectFile="$(IntDir)/"160 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"161 157 WarningLevel="3" 162 158 SuppressStartupBanner="true" … … 211 207 <Configuration 212 208 Name="Release|Win32" 213 OutputDirectory="$(SolutionDir) \bin\80\$(ConfigurationName)"214 IntermediateDirectory="$(SolutionDir) \tmp\80\$(ConfigurationName)\$(ProjectName)"209 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 210 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 215 211 ConfigurationType="1" 216 212 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 253 249 PrecompiledHeaderFile="$(IntDir)\Launcher.pch" 254 250 AssemblerListingLocation="" 255 ObjectFile="$(IntDir)/"256 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"257 251 WarningLevel="4" 258 252 SuppressStartupBanner="true" … … 305 299 <Configuration 306 300 Name="Release|x64" 307 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"308 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"301 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 302 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 309 303 ConfigurationType="1" 310 304 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 347 341 PrecompiledHeaderFile="$(IntDir)\Launcher.pch" 348 342 AssemblerListingLocation="" 349 ObjectFile="$(IntDir)/"350 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"351 343 WarningLevel="4" 352 344 SuppressStartupBanner="true" -
trunk/Verify/Verify.vcproj
r7 r10 21 21 <Configuration 22 22 Name="Release|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)\Verify.pch" 64 64 AssemblerListingLocation="" 65 ObjectFile="$(IntDir)/"66 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"67 65 WarningLevel="4" 68 66 SuppressStartupBanner="true" … … 115 113 <Configuration 116 114 Name="Release|x64" 117 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"118 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"115 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 116 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 119 117 ConfigurationType="1" 120 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 157 155 PrecompiledHeaderFile="$(IntDir)\Verify.pch" 158 156 AssemblerListingLocation="" 159 ObjectFile="$(IntDir)/"160 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"161 157 WarningLevel="4" 162 158 SuppressStartupBanner="true" … … 209 205 <Configuration 210 206 Name="Debug|Win32" 211 OutputDirectory="$(SolutionDir) \bin\80\$(ConfigurationName)"212 IntermediateDirectory="$(SolutionDir) \tmp\80\$(ConfigurationName)\$(ProjectName)"207 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 208 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 213 209 ConfigurationType="1" 214 210 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 249 245 PrecompiledHeaderFile="$(IntDir)\Verify.pch" 250 246 AssemblerListingLocation="" 251 ObjectFile="$(IntDir)/"252 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"253 247 WarningLevel="3" 254 248 SuppressStartupBanner="true" … … 303 297 <Configuration 304 298 Name="Debug|x64" 305 OutputDirectory="$(SolutionDir) $(PlatformName)\$(ConfigurationName)"306 IntermediateDirectory="$( PlatformName)\$(ConfigurationName)"299 OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" 300 IntermediateDirectory="$(SolutionDir)obj\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 307 301 ConfigurationType="1" 308 302 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" … … 343 337 PrecompiledHeaderFile="$(IntDir)\Verify.pch" 344 338 AssemblerListingLocation="" 345 ObjectFile="$(IntDir)/"346 ProgramDataBaseFileName="$(IntDir)/vc70.pdb"347 339 WarningLevel="3" 348 340 SuppressStartupBanner="true"
Note: See TracChangeset
for help on using the changeset viewer.
