aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/msvc/2005/gmock_config.vsprops
diff options
context:
space:
mode:
authorBilly Donahue <billydonahue@google.com>2015-08-25 17:47:18 -0400
committerBilly Donahue <billydonahue@google.com>2015-08-25 17:47:18 -0400
commitaffb09edf0dfac4e8570f99ed5af09543a7ffe4f (patch)
tree064c85249da7e9b91178342b84a4a9a3487ce0b1 /googlemock/msvc/2005/gmock_config.vsprops
parent84b8863dd93401b9d02f782fb5c548cc51ff1701 (diff)
downloadgoogletest-affb09edf0dfac4e8570f99ed5af09543a7ffe4f.tar.gz
googletest-affb09edf0dfac4e8570f99ed5af09543a7ffe4f.tar.bz2
googletest-affb09edf0dfac4e8570f99ed5af09543a7ffe4f.zip
move googlemock files into googlemock/ subdir
Diffstat (limited to 'googlemock/msvc/2005/gmock_config.vsprops')
-rw-r--r--googlemock/msvc/2005/gmock_config.vsprops15
1 files changed, 15 insertions, 0 deletions
diff --git a/googlemock/msvc/2005/gmock_config.vsprops b/googlemock/msvc/2005/gmock_config.vsprops
new file mode 100644
index 00000000..8b65cfb6
--- /dev/null
+++ b/googlemock/msvc/2005/gmock_config.vsprops
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="gmock_config"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;$(GTestDir)/include&quot;"
+ />
+ <UserMacro
+ Name="GTestDir"
+ Value="../../gtest"
+ />
+</VisualStudioPropertySheet>