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