2007-11-17 04:15:27 -04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="pyd_d"
|
|
|
|
InheritedPropertySheets=".\pyproject.vsprops"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
InlineFunctionExpansion="0"
|
2007-11-20 22:20:59 -04:00
|
|
|
EnableIntrinsicFunctions="false"
|
2007-11-20 18:52:30 -04:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2007-11-17 04:15:27 -04:00
|
|
|
RuntimeLibrary="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
|
|
|
|
LinkIncremental="1"
|
|
|
|
ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
|
2007-11-19 14:35:20 -04:00
|
|
|
ImportLibrary="$(OutDir)\$(TargetName).lib"
|
2007-11-18 14:18:41 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
2007-11-19 14:35:20 -04:00
|
|
|
CommandLine=""
|
2007-11-17 04:15:27 -04:00
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|