summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/unit_test.vsprops
blob: 61bb8aeb6c998a324c96fa47c2f179207fc29ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="unit_test"
	InheritedPropertySheets="$(SolutionDir)third_party\wtl\using_wtl.vsprops;.\using_generated_strings.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(SolutionDir).."
		PreprocessorDefinitions="UNIT_TEST"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalDependencies="rpcrt4.lib oleacc.lib comsupp.lib"
	/>
</VisualStudioPropertySheet>