Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 1 | <?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> |