diff options
Diffstat (limited to 'vcnet/testhttp.vcproj')
-rwxr-xr-x | vcnet/testhttp.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcnet/testhttp.vcproj b/vcnet/testhttp.vcproj index c041ebb7..49df7226 100755 --- a/vcnet/testhttp.vcproj +++ b/vcnet/testhttp.vcproj @@ -17,8 +17,8 @@ <Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -62,7 +62,7 @@ />
<Tool
Name="VCLinkerTool"
- OutputFile="Debug\testhttp.exe"
+ OutputFile="$(OutDir)\testhttp.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/testhttp.pdb"
@@ -95,8 +95,8 @@ </Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
@@ -137,7 +137,7 @@ />
<Tool
Name="VCLinkerTool"
- OutputFile="testhttp.exe"
+ OutputFile="$(OutDir)\testhttp.exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|