blob: b8f98f686aef91976dba30fc98f33e6f0f5033f1 [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pyd_d"
Christian Heimes3971f6b2007-11-30 19:18:08 +00006 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +00007 >
8 <Tool
9 Name="VCCLCompilerTool"
10 Optimization="0"
11 InlineFunctionExpansion="0"
12 EnableIntrinsicFunctions="false"
Christian Heimese8954f82007-11-22 11:21:16 +000013 RuntimeLibrary="3"
14 />
15 <Tool
16 Name="VCLinkerTool"
17 OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
18 LinkIncremental="1"
19 ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
20 ImportLibrary="$(OutDir)\$(TargetName).lib"
21 />
22 <Tool
23 Name="VCPostBuildEventTool"
24 CommandLine=""
25 />
Christian Heimes23361112007-11-23 07:05:03 +000026 <UserMacro
27 Name="PythonExe"
Christian Heimes8b011402007-11-27 21:28:40 +000028 Value="$(SolutionDir)python_d.exe"
Christian Heimes23361112007-11-23 07:05:03 +000029 />
Christian Heimese8954f82007-11-22 11:21:16 +000030</VisualStudioPropertySheet>