summaryrefslogtreecommitdiff
path: root/msvc/gmock_config.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/gmock_config.vsprops')
-rwxr-xr-xmsvc/gmock_config.vsprops20
1 files changed, 20 insertions, 0 deletions
diff --git a/msvc/gmock_config.vsprops b/msvc/gmock_config.vsprops
new file mode 100755
index 0000000..93e2868
--- /dev/null
+++ b/msvc/gmock_config.vsprops
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="gmock_config"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&quot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;"
+ PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
+ />
+ <UserMacro
+ Name="GTestDir"
+ Value="../gtest"
+ />
+ <UserMacro
+ Name="BoostDir"
+ Value="../boost/v1_36_0"
+ />
+</VisualStudioPropertySheet>