summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-09-08 17:55:52 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-09-08 17:55:52 +0000
commite8ff148b4309e115da1c55089dc3b9a241a928dc (patch)
treea4f4a88d89b4f957655a479bba3f33908572fcb5 /msvc
parente006e686a4230b548709d6ba2d42bfdf4f9f1638 (diff)
downloadgoogletest-e8ff148b4309e115da1c55089dc3b9a241a928dc.tar.gz
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev).
git-svn-id: http://googletest.googlecode.com/svn/trunk@84 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 3f2a5a6..47c4a80 100755
--- a/msvc/gtest.vcproj
+++ b/msvc/gtest.vcproj
@@ -145,6 +145,21 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\src\gtest-typed-test.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.cc">
<FileConfiguration
Name="Debug|Win32">