aboutsummaryrefslogtreecommitdiffstats
path: root/msvc/gtest.vcproj
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
commitcea25099b5c826e183a56462abc86a8b3b1f9722 (patch)
tree7d7fbc8eac5f7be27e993d84de780d1f69aa5123 /msvc/gtest.vcproj
parent66179b1fb5b6943166d4209182ce869e984cf388 (diff)
downloadgoogletest-cea25099b5c826e183a56462abc86a8b3b1f9722.tar.gz
googletest-cea25099b5c826e183a56462abc86a8b3b1f9722.tar.bz2
googletest-cea25099b5c826e183a56462abc86a8b3b1f9722.zip
Fixes the VC project. Contributed by Rainer Klaffenboeck.
Diffstat (limited to 'msvc/gtest.vcproj')
-rwxr-xr-xmsvc/gtest.vcproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/msvc/gtest.vcproj b/msvc/gtest.vcproj
index 1c1ac44a..cfeee0b3 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">