2007-10-18 02:28:27 -04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="module_release"
|
|
|
|
InheritedPropertySheets=".\modules.vsprops"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-10-18 20:24:27 -04:00
|
|
|
WholeProgramOptimization="true"
|
2007-10-18 02:28:27 -04:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-12-11 23:12:02 -05:00
|
|
|
OutputFile="$(SolutionDir)Release/mod/$(ProjectName).dll"
|
2007-10-18 02:28:27 -04:00
|
|
|
LinkIncremental="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2007-10-18 20:24:27 -04:00
|
|
|
LinkTimeCodeGeneration="1"
|
2007-10-18 02:28:27 -04:00
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|