2007-10-18 02:28:27 -04:00
|
|
|
<?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"
|
2007-10-19 12:11:52 -04:00
|
|
|
PreprocessorDefinitions="_DEBUG;DEBUG"
|
2007-10-18 02:28:27 -04:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
DebugInformationFormat="3"
|
2007-12-19 00:31:21 -05:00
|
|
|
EnablePREfast="true"
|
2007-10-18 02:28:27 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-12-11 23:12:02 -05:00
|
|
|
OutputFile="$(SolutionDir)Debug/mod/$(ProjectName).dll"
|
2007-10-18 02:28:27 -04:00
|
|
|
LinkIncremental="1"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|