summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-10-31 21:44:12 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-10-31 21:44:12 +0000
commit20e19b037d1a4e473e8da68e8ad61f00cf73f3ea (patch)
tree7d7fbc8eac5f7be27e993d84de780d1f69aa5123 /msvc
parent6e9c49e9fa4e475b7590e20cf6afb57d8bd14a03 (diff)
downloadgtest-20e19b037d1a4e473e8da68e8ad61f00cf73f3ea.tar.gz
gtest-20e19b037d1a4e473e8da68e8ad61f00cf73f3ea.tar.bz2
gtest-20e19b037d1a4e473e8da68e8ad61f00cf73f3ea.tar.xz
Fixes the VC project. Contributed by Rainer Klaffenboeck.
git-svn-id: http://googletest.googlecode.com/svn/trunk@109 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'msvc')
-rwxr-xr-xmsvc/gtest.vcproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/msvc/gtest.vcproj b/msvc/gtest.vcproj
index 1c1ac44..cfeee0b 100755
--- a/msvc/gtest.vcproj
+++ b/msvc/gtest.vcproj
@@ -130,6 +130,21 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\gtest-test-part.cc">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\src\gtest-port.cc">
<FileConfiguration
Name="Debug|Win32">