| OLD | NEW |
| 1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
| 2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
| 3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
| 4 Version="8.00" | 4 Version="8.00" |
| 5 Name="gmock_config" | 5 Name="gmock_config" |
| 6 > | 6 > |
| 7 <Tool | 7 <Tool |
| 8 Name="VCCLCompilerTool" | 8 Name="VCCLCompilerTool" |
| 9 » » AdditionalIncludeDirectories=""$(BoostDir)/boost/tr1/tr1&qu
ot;;"$(BoostDir)";"$(GTestDir)/include"" | 9 » » AdditionalIncludeDirectories=""$(GTestDir)/include"" |
| 10 » » PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1" | |
| 11 /> | 10 /> |
| 12 <UserMacro | 11 <UserMacro |
| 13 Name="GTestDir" | 12 Name="GTestDir" |
| 14 Value="../gtest" | 13 Value="../gtest" |
| 15 /> | 14 /> |
| 16 <UserMacro | |
| 17 Name="BoostDir" | |
| 18 Value="../boost" | |
| 19 /> | |
| 20 </VisualStudioPropertySheet> | 15 </VisualStudioPropertySheet> |
| OLD | NEW |