2011-02-19 10:57:28 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="debug"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="1"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-02-24 04:55:35 +00:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName)-$(SSEtype)-dbg.dll"
|
2011-02-19 10:57:28 +00:00
|
|
|
LinkIncremental="2"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|