OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioPropertySheet | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="unit_test" | |
6 InheritedPropertySheets="$(SolutionDir)third_party\wtl\using_wtl.vsprops
;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops" | |
7 > | |
8 <Tool | |
9 Name="VCCLCompilerTool" | |
10 AdditionalIncludeDirectories="$(SolutionDir).." | |
11 PreprocessorDefinitions="UNIT_TEST" | |
12 /> | |
13 <Tool | |
14 Name="VCLinkerTool" | |
15 AdditionalDependencies="rpcrt4.lib oleacc.lib comsupp.lib" | |
16 /> | |
17 </VisualStudioPropertySheet> | |
OLD | NEW |