summaryrefslogtreecommitdiff
path: root/msvc/gtest-md.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/gtest-md.vcproj')
-rwxr-xr-xmsvc/gtest-md.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/msvc/gtest-md.vcproj b/msvc/gtest-md.vcproj
index abc3c39..c78a4a4 100755
--- a/msvc/gtest-md.vcproj
+++ b/msvc/gtest-md.vcproj
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
+ OutputDirectory="$(SolutionName)/$(ConfigurationName)"
+ IntermediateDirectory="$(OutDir)/$(ProjectName)"
ConfigurationType="4"
CharacterSet="2"
ReferencesPath="">
@@ -54,8 +54,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
+ OutputDirectory="$(SolutionName)/$(ConfigurationName)"
+ IntermediateDirectory="$(OutDir)/$(ProjectName)"
ConfigurationType="4"
CharacterSet="2"
ReferencesPath="&quot;..\include&quot;;&quot;..&quot;">