blob: ea9041794cdb38c403f6f79dc3e24772326a70dc [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"
6 InheritedPropertySheets=".\pyproject.vsprops"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 Optimization="0"
11 InlineFunctionExpansion="0"
Christian Heimes81c951c2007-11-21 02:20:59 +000012 EnableIntrinsicFunctions="false"
Christian Heimes81e8ab52007-11-20 22:52:30 +000013 PreprocessorDefinitions="_DEBUG"
Christian Heimesad14d112007-11-17 08:15:27 +000014 RuntimeLibrary="3"
15 />
16 <Tool
17 Name="VCLinkerTool"
18 OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
19 LinkIncremental="1"
Christian Heimesad14d112007-11-17 08:15:27 +000020 ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +000021 ImportLibrary="$(OutDir)\$(TargetName).lib"
Christian Heimes81ca7c72007-11-18 18:18:41 +000022 />
23 <Tool
24 Name="VCPostBuildEventTool"
Christian Heimes82f013b2007-11-19 18:35:20 +000025 CommandLine=""
Christian Heimesad14d112007-11-17 08:15:27 +000026 />
Christian Heimes62a8ee12007-11-23 07:03:16 +000027 <UserMacro
28 Name="PythonExe"
29 Value="$(OutDir)python_d.exe"
30 />
Christian Heimesad14d112007-11-17 08:15:27 +000031</VisualStudioPropertySheet>