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