blob: 2e21a8068a2d163af251c9d2fa1fb8788de72afd [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"
Christian Heimesd59c64c2007-11-30 19:27:20 +00006 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
Christian Heimesad14d112007-11-17 08:15:27 +00007 >
8 <Tool
9 Name="VCCLCompilerTool"
Christian Heimes81ca7c72007-11-18 18:18:41 +000010 RuntimeLibrary="2"
Christian Heimesad14d112007-11-17 08:15:27 +000011 />
12 <Tool
13 Name="VCLinkerTool"
14 OutputFile="$(OutDir)\$(ProjectName).pyd"
Christian Heimesad14d112007-11-17 08:15:27 +000015 ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +000016 ImportLibrary="$(OutDir)\$(TargetName).lib"
Christian Heimes81ca7c72007-11-18 18:18:41 +000017 />
18 <Tool
19 Name="VCPostBuildEventTool"
Christian Heimes82f013b2007-11-19 18:35:20 +000020 CommandLine=""
Christian Heimesad14d112007-11-17 08:15:27 +000021 />
Christian Heimesad14d112007-11-17 08:15:27 +000022</VisualStudioPropertySheet>