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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user