summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/precompiled.vsprops
blob: 464ea32d70d7f10f11201598fe49f5b69f549689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="precompiled"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="&quot;$(SolutionDir)tools\build\win&quot;"
		UsePrecompiledHeader="2"
		PrecompiledHeaderThrough="precompiled.h"
		PrecompiledHeaderFile="$(IntDir)\precompiled.pch"
		ForcedIncludeFiles="precompiled.h"
	/>
</VisualStudioPropertySheet>