2007-11-17 09:15:27 +01: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 06:57:30 +01:00
|
|
|
PreprocessorDefinitions="_DEBUG;_USERDLL"
|
2007-11-17 09:15:27 +01:00
|
|
|
RuntimeLibrary="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
|
|
|
|
LinkIncremental="1"
|
|
|
|
ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
|
2007-11-19 19:35:20 +01:00
|
|
|
ImportLibrary="$(OutDir)\$(TargetName).lib"
|
2007-11-18 19:18:41 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
2007-11-19 19:35:20 +01:00
|
|
|
CommandLine=""
|
2007-11-17 09:15:27 +01:00
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|