aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/msvc/2005/gmock_config.vsprops
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-04-29 15:22:54 -0400
committerGennadiy Civil <misterg@google.com>2019-04-29 15:22:54 -0400
commit9997a830ee5589c2da79198bc3b60d1c47e50118 (patch)
tree35870f1a16ed6b5dc15c055af7e0b7a35a9aad45 /googlemock/msvc/2005/gmock_config.vsprops
parent3c911d2de2ab76497ce54adf9ee63f69a02899d6 (diff)
parent9037e9bda10386eb1c33b560a727d374d4f24424 (diff)
downloadgoogletest-9997a830ee5589c2da79198bc3b60d1c47e50118.tar.gz
googletest-9997a830ee5589c2da79198bc3b60d1c47e50118.tar.bz2
googletest-9997a830ee5589c2da79198bc3b60d1c47e50118.zip
Merge pull request #2242 from SylvestreG:master
PiperOrigin-RevId: 245798478
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..875939c1
--- /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="../../../googletest"
+ />
+</VisualStudioPropertySheet>