summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_exe.vsprops
blob: a9eaa0b6be38897093efb4cc7b8fab62bd62a6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="chrome_exe"
	InheritedPropertySheets="$(SolutionDir)..\breakpad\using_breakpad.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\chrome.exe"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
	/>
	<Tool
		Name="VCResourceCompilerTool"
		AdditionalIncludeDirectories="$(IntDir)"
	/>
</VisualStudioPropertySheet>