blob: 2e21a8068a2d163af251c9d2fa1fb8788de72afd [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pyd"
Christian Heimes3971f6b2007-11-30 19:18:08 +00006 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
Christian Heimese8954f82007-11-22 11:21:16 +00007 >
8 <Tool
9 Name="VCCLCompilerTool"
Christian Heimese8954f82007-11-22 11:21:16 +000010 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 />
Christian Heimese8954f82007-11-22 11:21:16 +000022</VisualStudioPropertySheet>