blob: 77235ac2e9f0f075396d6e7dc50a8fdcbd44166c [file] [log] [blame]
Kristján Valur Jónsson55d53f02007-05-02 15:55:14 +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="VCLinkerTool"
10 OutputFile="$(OutDir)\$(ProjectName).pyd"
Kristján Valur Jónssone5ebbec2007-05-02 16:08:51 +000011 LinkIncremental="1"
Kristján Valur Jónsson55d53f02007-05-02 15:55:14 +000012 ImportLibrary="$(IntDir)\$(TargetName).lib"
13 />
14</VisualStudioPropertySheet>