blob: 173a78a34c5c8df9e2c215c35cababa8895174c7 [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"
6 InheritedPropertySheets=".\pyproject.vsprops"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
Christian Heimesad14d112007-11-17 08:15:27 +000010 PreprocessorDefinitions="NDEBUG"
Christian Heimes81ca7c72007-11-18 18:18:41 +000011 RuntimeLibrary="2"
Christian Heimesad14d112007-11-17 08:15:27 +000012 />
13 <Tool
14 Name="VCLinkerTool"
15 OutputFile="$(OutDir)\$(ProjectName).pyd"
Christian Heimesad14d112007-11-17 08:15:27 +000016 ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
Christian Heimes81ca7c72007-11-18 18:18:41 +000017 ImportLibrary="$(IntDir)\$(TargetName).lib"
18 />
19 <Tool
20 Name="VCPostBuildEventTool"
21 CommandLine="copy $(IntDir)\$(ProjectName).lib $(OutDir)"
Christian Heimesad14d112007-11-17 08:15:27 +000022 />
23</VisualStudioPropertySheet>