set the target in one place (linker -> output file)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="./../Program"
|
OutputDirectory="$(TargetDir)"
|
||||||
IntermediateDirectory="./../Debug"
|
IntermediateDirectory="./../Debug"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
@@ -89,7 +89,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="./../Program"
|
OutputDirectory="$(TargetDir)"
|
||||||
IntermediateDirectory="./../Release"
|
IntermediateDirectory="./../Release"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
@@ -173,7 +173,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="FastDebug|Win32"
|
Name="FastDebug|Win32"
|
||||||
OutputDirectory="FastDebug"
|
OutputDirectory="$(TargetDir)"
|
||||||
IntermediateDirectory="FastDebug"
|
IntermediateDirectory="FastDebug"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user