freeswitch/w32/module_debug.vsprops
Michael Jerris 285e8fc3c4 enable code analysis by default.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6896 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-19 05:31:21 +00:00

23 lines
543 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="module_debug"
InheritedPropertySheets=".\modules.vsprops"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="_DEBUG;DEBUG"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
DebugInformationFormat="3"
EnablePREfast="true"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(SolutionDir)Debug/mod/$(ProjectName).dll"
LinkIncremental="1"
/>
</VisualStudioPropertySheet>