move object files from the top directory to eg. src/build-XXX/StepMania/Release. This avoids polluting the top directory and automatically names the directory for the configuration.

This commit is contained in:
Glenn Maynard
2007-01-24 07:09:37 +00:00
parent 828200e2e6
commit 4b5bd4d387
+3 -3
View File
@@ -18,7 +18,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="$(TargetDir)"
IntermediateDirectory="./../Debug"
IntermediateDirectory="$(SolutionDir)/build-net2005/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -122,7 +122,7 @@
<Configuration
Name="Release|Win32"
OutputDirectory="$(TargetDir)"
IntermediateDirectory="./../Release"
IntermediateDirectory="$(SolutionDir)/build-net2005/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -230,7 +230,7 @@
<Configuration
Name="FastDebug|Win32"
OutputDirectory="$(TargetDir)"
IntermediateDirectory="./../FastDebug"
IntermediateDirectory="$(SolutionDir)/build-net2005/$(ProjectName)/$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"