Martin v. Löwis | 900646e | 2008-11-06 17:30:03 +0000 | [diff] [blame] | 1 | |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 2 | <VisualStudioPropertySheet |
| 3 | ProjectType="Visual C++" |
| 4 | Version="8.00" |
| 5 | Name="pyd" |
Christian Heimes | d59c64c | 2007-11-30 19:27:20 +0000 | [diff] [blame] | 6 | InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 7 | > |
| 8 | <Tool |
| 9 | Name="VCCLCompilerTool" |
Christian Heimes | a822314 | 2008-02-09 20:58:00 +0000 | [diff] [blame] | 10 | PreprocessorDefinitions="Py_BUILD_CORE_MODULE" |
Christian Heimes | 81ca7c7 | 2007-11-18 18:18:41 +0000 | [diff] [blame] | 11 | RuntimeLibrary="2" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 12 | /> |
| 13 | <Tool |
| 14 | Name="VCLinkerTool" |
| 15 | OutputFile="$(OutDir)\$(ProjectName).pyd" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 16 | ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" |
Christian Heimes | 82f013b | 2007-11-19 18:35:20 +0000 | [diff] [blame] | 17 | ImportLibrary="$(OutDir)\$(TargetName).lib" |
Martin v. Löwis | 900646e | 2008-11-06 17:30:03 +0000 | [diff] [blame] | 18 | GenerateManifest="false" |
| 19 | /> |
| 20 | <Tool |
| 21 | Name="VCManifestTool" |
| 22 | EmbedManifest="false" |
Christian Heimes | 81ca7c7 | 2007-11-18 18:18:41 +0000 | [diff] [blame] | 23 | /> |
| 24 | <Tool |
| 25 | Name="VCPostBuildEventTool" |
Christian Heimes | 82f013b | 2007-11-19 18:35:20 +0000 | [diff] [blame] | 26 | CommandLine="" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 27 | /> |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 28 | </VisualStudioPropertySheet> |