blob: fa596ef928bea7b083c87519e5e527f962b87813 [file] [log] [blame]
zhanyong.wan585e57b2009-02-13 00:58:13 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="gmock_config"
6 >
7 <Tool
8 Name="VCCLCompilerTool"
9 AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&quot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;"
10 PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
11 />
12 <UserMacro
13 Name="GTestDir"
14 Value="../gtest"
15 />
16 <UserMacro
17 Name="BoostDir"
18 Value="../boost"
19 />
20</VisualStudioPropertySheet>