blob: 8508156314882ddcd05696587620f7f7ab89f835 [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_d"
Christian Heimesd59c64c2007-11-30 19:27:20 +00006 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
Christian Heimesad14d112007-11-17 08:15:27 +00007 >
8 <Tool
9 Name="VCCLCompilerTool"
10 Optimization="0"
11 InlineFunctionExpansion="0"
Christian Heimes81c951c2007-11-21 02:20:59 +000012 EnableIntrinsicFunctions="false"
Christian Heimesa8223142008-02-09 20:58:00 +000013 PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
Christian Heimesad14d112007-11-17 08:15:27 +000014 RuntimeLibrary="3"
15 />
16 <Tool
17 Name="VCLinkerTool"
18 OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
19 LinkIncremental="1"
Christian Heimesad14d112007-11-17 08:15:27 +000020 ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
Christian Heimes82f013b2007-11-19 18:35:20 +000021 ImportLibrary="$(OutDir)\$(TargetName).lib"
Martin v. Löwis900646e2008-11-06 17:30:03 +000022 GenerateManifest="false"
23 />
24 <Tool
25 Name="VCManifestTool"
26 EmbedManifest="false"
Christian Heimes81ca7c72007-11-18 18:18:41 +000027 />
28 <Tool
29 Name="VCPostBuildEventTool"
Christian Heimes82f013b2007-11-19 18:35:20 +000030 CommandLine=""
Christian Heimesad14d112007-11-17 08:15:27 +000031 />
Christian Heimes62a8ee12007-11-23 07:03:16 +000032 <UserMacro
33 Name="PythonExe"
Christian Heimes3d9b5a52007-11-24 05:50:35 +000034 Value="$(SolutionDir)python_d.exe"
Christian Heimes62a8ee12007-11-23 07:03:16 +000035 />
Christian Heimesad14d112007-11-17 08:15:27 +000036</VisualStudioPropertySheet>