aboutsummaryrefslogtreecommitdiffstats
path: root/msvc/gtest.vcproj
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-11 06:02:00 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-11 06:02:00 +0000
commitf6dd67a1550d25518cc37758364834f4f92a3570 (patch)
tree1c73a04b1d0946852ff0f640373d3a7aa80bef36 /msvc/gtest.vcproj
parentb8c172f6c33ece19e7e8f45d154da39a3053469d (diff)
downloadgoogletest-f6dd67a1550d25518cc37758364834f4f92a3570.tar.gz
googletest-f6dd67a1550d25518cc37758364834f4f92a3570.tar.bz2
googletest-f6dd67a1550d25518cc37758364834f4f92a3570.zip
Adjusts VC projects' output directories such that the output files don't step on each other.
Diffstat (limited to 'msvc/gtest.vcproj')
-rw-r--r--msvc/gtest.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/msvc/gtest.vcproj b/msvc/gtest.vcproj
index b3720b30..bd2ed81e 100644
--- a/msvc/gtest.vcproj
+++ b/msvc/gtest.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;">