2007-11-22 07:21:16 -04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="pyd_d"
|
2007-11-30 15:18:08 -04:00
|
|
|
InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
|
2007-11-22 07:21:16 -04:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
InlineFunctionExpansion="0"
|
|
|
|
EnableIntrinsicFunctions="false"
|
2008-02-09 15:55:22 -04:00
|
|
|
PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
|
2007-11-22 07:21:16 -04:00
|
|
|
RuntimeLibrary="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
|
|
|
|
LinkIncremental="1"
|
|
|
|
ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
|
|
|
|
ImportLibrary="$(OutDir)\$(TargetName).lib"
|
2008-11-06 12:43:00 -04:00
|
|
|
GenerateManifest="false"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
EmbedManifest="false"
|
2007-11-22 07:21:16 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
CommandLine=""
|
|
|
|
/>
|
2007-11-23 03:05:03 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="PythonExe"
|
2007-11-27 17:28:40 -04:00
|
|
|
Value="$(SolutionDir)python_d.exe"
|
2007-11-23 03:05:03 -04:00
|
|
|
/>
|
2007-11-22 07:21:16 -04:00
|
|
|
</VisualStudioPropertySheet>
|