blob: c29d563d72262f43abbb0d65de688a0c1907c9c1 [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"
12 PreprocessorDefinitions="_DEBUG"
13 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 Heimes81ca7c72007-11-18 18:18:41 +000020 ImportLibrary="$(IntDir)\$(TargetName).lib"
21 />
22 <Tool
23 Name="VCPostBuildEventTool"
24 CommandLine="copy $(IntDir)\$(ProjectName)_d.lib $(OutDir)"
Christian Heimesad14d112007-11-17 08:15:27 +000025 />
26</VisualStudioPropertySheet>