blob: 3a3030e7a4dad1acaadfa9162cbbcb0521916729 [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"
10 RuntimeLibrary="2"
11 PreprocessorDefinitions="NDEBUG"
12 />
13 <Tool
14 Name="VCLinkerTool"
15 OutputFile="$(OutDir)\$(ProjectName).pyd"
16 ImportLibrary="$(IntDir)\$(TargetName).lib"
17 ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
18 />
19</VisualStudioPropertySheet>