summaryrefslogtreecommitdiff
path: root/msvc/gtest_main.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
commit6e6850626b2058ee7ec1be7a98b6aebaf403a3aa (patch)
tree1c73a04b1d0946852ff0f640373d3a7aa80bef36 /msvc/gtest_main.vcproj
parent807fc799f623ecc14803ed3224df729c42c0a366 (diff)
downloadgtest-6e6850626b2058ee7ec1be7a98b6aebaf403a3aa.tar.gz
gtest-6e6850626b2058ee7ec1be7a98b6aebaf403a3aa.tar.bz2
gtest-6e6850626b2058ee7ec1be7a98b6aebaf403a3aa.tar.xz
Adjusts VC projects' output directories such that the output files don't step on each other.
git-svn-id: http://googletest.googlecode.com/svn/trunk@304 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'msvc/gtest_main.vcproj')
-rw-r--r--msvc/gtest_main.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/msvc/gtest_main.vcproj b/msvc/gtest_main.vcproj
index 93e532d..13cc1d4 100644
--- a/msvc/gtest_main.vcproj
+++ b/msvc/gtest_main.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;">