| Index: testing/gmock/msvc/gmock_config.vsprops
|
| diff --git a/testing/gmock/msvc/gmock_config.vsprops b/testing/gmock/msvc/gmock_config.vsprops
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fa596ef928bea7b083c87519e5e527f962b87813
|
| --- /dev/null
|
| +++ b/testing/gmock/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=""$(BoostDir)/boost/tr1/tr1";"$(BoostDir)";"$(GTestDir)/include""
|
| + PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
|
| + />
|
| + <UserMacro
|
| + Name="GTestDir"
|
| + Value="../gtest"
|
| + />
|
| + <UserMacro
|
| + Name="BoostDir"
|
| + Value="../boost"
|
| + />
|
| +</VisualStudioPropertySheet>
|
|
|