diff options
author | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-10-31 21:44:12 +0000 |
---|---|---|
committer | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-10-31 21:44:12 +0000 |
commit | cea25099b5c826e183a56462abc86a8b3b1f9722 (patch) | |
tree | 7d7fbc8eac5f7be27e993d84de780d1f69aa5123 /msvc | |
parent | 66179b1fb5b6943166d4209182ce869e984cf388 (diff) | |
download | googletest-cea25099b5c826e183a56462abc86a8b3b1f9722.tar.gz googletest-cea25099b5c826e183a56462abc86a8b3b1f9722.tar.bz2 googletest-cea25099b5c826e183a56462abc86a8b3b1f9722.zip |
Fixes the VC project. Contributed by Rainer Klaffenboeck.
Diffstat (limited to 'msvc')
-rwxr-xr-x | msvc/gtest.vcproj | 15 |
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=""..";"..\include""/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""..";"..\include""/> + </FileConfiguration> + </File> + <File RelativePath="..\src\gtest-port.cc"> <FileConfiguration Name="Debug|Win32"> |