root/trunk/debug.vsprops

Revision 275, 315 bytes (checked in by pdjonov, 2 years ago)

o Perf/correctness fix.

Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="debug"
6         >
7         <Tool
8                 Name="VCCLCompilerTool"
9                 Optimization="0"
10                 PreprocessorDefinitions="DEBUG"
11                 RuntimeLibrary="1"
12                 DebugInformationFormat="4"
13         />
14 </VisualStudioPropertySheet>
Note: See TracBrowser for help on using the browser.