blob: 12941468b35b59eff2b445bee2b69bac0a999588 [file] [log] [blame]
Christian Heimes57dddfb2008-01-02 18:30:52 +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;.\release.vsprops"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 RuntimeLibrary="2"
11 />
12 <Tool
13 Name="VCLinkerTool"
14 OutputFile="$(OutDir)\$(ProjectName).pyd"
15 ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
16 ImportLibrary="$(OutDir)\$(TargetName).lib"
17 />
18 <Tool
19 Name="VCPostBuildEventTool"
20 CommandLine=""
21 />
22</VisualStudioPropertySheet>