forked from Mirrors/freeswitch
21 lines
454 B
Plaintext
21 lines
454 B
Plaintext
|
<?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"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="3"
|
||
|
DebugInformationFormat="3"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
LinkIncremental="1"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|