Fixed MFC Bloat in Visual Studio 2010 [Part 1/2]
[xy_vsfilter.git] / src / debug.vsprops
blob18b35a9b4850404c69fc56a9a144aa04bebdb336
1 <?xml version="1.0" encoding="windows-1250"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="debug"
7 <Tool
8 Name="VCCLCompilerTool"
9 Optimization="0"
10 BasicRuntimeChecks="3"
11 RuntimeLibrary="1"
12 DebugInformationFormat="4"
14 <Tool
15 Name="VCLinkerTool"
16 LinkIncremental="2"
17 GenerateDebugInformation="true"
19 </VisualStudioPropertySheet>