summaryrefslogtreecommitdiffstats
path: root/build/internal/debug_info.vsprops
blob: 48a5018568a3cbffff14b7702c60eaced8874fa5 (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="debug_info"
	>
	<Tool
		Name="VCCLCompilerTool"
		DebugInformationFormat="3"
	/>
	<Tool
		Name="VCLinkerTool"
		GenerateDebugInformation="true"
	/>
</VisualStudioPropertySheet>