blob: b8f98f686aef91976dba30fc98f33e6f0f5033f1 [file] [log] [blame]
Christian Heimesad14d112007-11-17 08:15:27 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pyd_d"
Christian Heimesd59c64c2007-11-30 19:27:20 +00006 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
Christian Heimesad14d112007-11-17 08:15:27 +00007 >
8 <Tool
9 Name="VCCLCompilerTool"
10 Optimization="0"
11 InlineFunctionExpansion="0"
Christian Heimes81c951c2007-11-21 02:20:59 +000012 EnableIntrinsicFunctions="false"
Christian Heimesad14d112007-11-17 08:15:27 +000013 RuntimeLibrary="3"
14 />
15 <Tool
16 Name="VCLinkerTool"
17 OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
18 LinkIncremental="1"
Christian Heimesad14d112007-11-17 08:15:27 +000019 ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +000020 ImportLibrary="$(OutDir)\$(TargetName).lib"
Christian Heimes81ca7c72007-11-18 18:18:41 +000021 />
22 <Tool
23 Name="VCPostBuildEventTool"
Christian Heimes82f013b2007-11-19 18:35:20 +000024 CommandLine=""
Christian Heimesad14d112007-11-17 08:15:27 +000025 />
Christian Heimes62a8ee12007-11-23 07:03:16 +000026 <UserMacro
27 Name="PythonExe"
Christian Heimes3d9b5a52007-11-24 05:50:35 +000028 Value="$(SolutionDir)python_d.exe"
Christian Heimes62a8ee12007-11-23 07:03:16 +000029 />
Christian Heimesad14d112007-11-17 08:15:27 +000030</VisualStudioPropertySheet>