blob: ee79e7f1fb092e00f797c94b2c3f093c8ac9d58e [file] [log] [blame]
Martin v. Löwis900646e2008-11-06 17:30:03 +00001
Christian Heimesad14d112007-11-17 08:15:27 +00002<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pyd"
Christian Heimesd59c64c2007-11-30 19:27:20 +00006 InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
Christian Heimesad14d112007-11-17 08:15:27 +00007 >
8 <Tool
9 Name="VCCLCompilerTool"
Christian Heimesa8223142008-02-09 20:58:00 +000010 PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
Christian Heimes81ca7c72007-11-18 18:18:41 +000011 RuntimeLibrary="2"
Christian Heimesad14d112007-11-17 08:15:27 +000012 />
13 <Tool
14 Name="VCLinkerTool"
15 OutputFile="$(OutDir)\$(ProjectName).pyd"
Christian Heimesad14d112007-11-17 08:15:27 +000016 ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +000017 ImportLibrary="$(OutDir)\$(TargetName).lib"
Martin v. Löwis900646e2008-11-06 17:30:03 +000018 GenerateManifest="false"
19 />
20 <Tool
21 Name="VCManifestTool"
22 EmbedManifest="false"
Christian Heimes81ca7c72007-11-18 18:18:41 +000023 />
24 <Tool
25 Name="VCPostBuildEventTool"
Christian Heimes82f013b2007-11-19 18:35:20 +000026 CommandLine=""
Christian Heimesad14d112007-11-17 08:15:27 +000027 />
Christian Heimesad14d112007-11-17 08:15:27 +000028</VisualStudioPropertySheet>