summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/language_dll.vsprops
blob: 732537e1e086c9b3c1bc5f7b6621d4afac688ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="language_dll"
	>
	<Tool
		Name="VCLinkerTool"
		BaseAddress="0x3CF00000"
		OutputFile="$(OutDir)\locales\$(ProjectName).dll"
	/>
	<Tool
		Name="VCResourceCompilerTool"
                AdditionalIncludeDirectories="$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\grit_derived_sources"
	/>
</VisualStudioPropertySheet>