clean up project paths

This commit is contained in:
Glenn Maynard
2007-01-24 07:05:43 +00:00
parent a02d0de0a1
commit b3fe9fd49c
+9 -9
View File
@@ -57,9 +57,9 @@
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../Debug/"
ObjectFile=".\../Debug/"
ProgramDataBaseFileName=".\../Debug/"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
@@ -167,9 +167,9 @@
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../Release/"
ObjectFile=".\../Release/"
ProgramDataBaseFileName=".\../Release/"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
@@ -269,9 +269,9 @@
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="global.h"
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
AssemblerListingLocation=".\../FastDebug/"
ObjectFile=".\../FastDebug/"
ProgramDataBaseFileName=".\../FastDebug/"
AssemblerListingLocation="$(IntDir)\"
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"