summaryrefslogtreecommitdiff
path: root/build/vs/pjproject-vs8-debug-defaults.vsprops
blob: 0049dfad09090bf7de08b5d5adf4fb3e7bf6a2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pjproject-vs8-debug-defaults"
	InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		PreprocessorDefinitions="_DEBUG;DEBUG"
		DebugInformationFormat="4"
	/>
	<Tool
		Name="VCLinkerTool"
		GenerateDebugInformation="true"
		ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
	/>
</VisualStudioPropertySheet>