diff --git a/stepmania/src/StepMania-net2005.vcproj b/stepmania/src/StepMania-net2005.vcproj index 0c0a6de3d7..e6109418d8 100644 --- a/stepmania/src/StepMania-net2005.vcproj +++ b/stepmania/src/StepMania-net2005.vcproj @@ -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"