Adjust intermediate and output directory on FastDebug to match with Release and Debug. (This is what probably should have been done instead of the .cvsignore in src/ .)
This commit is contained in:
@@ -228,8 +228,8 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="FastDebug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
OutputDirectory="$(TargetDir)"
|
||||
IntermediateDirectory="./../FastDebug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
UseOfMFC="0"
|
||||
|
||||
Reference in New Issue
Block a user