summaryrefslogtreecommitdiffstats
path: root/testing/using_gtest.vsprops
blob: d5b6911a3a0b32db9f09089ac34337ebda22fde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="using_gtest"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(SolutionDir)..\testing\gtest\include;$(SolutionDir)..\testing\gtest"
	/>
</VisualStudioPropertySheet>