blob: 313a30b782fd555f1fbf4f3c37be9fb87fd2e206 [file] [log] [blame]
Christian Heimesd9fbab22008-01-02 17:43:40 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pyd_d"
6 InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 Optimization="0"
11 InlineFunctionExpansion="0"
12 EnableIntrinsicFunctions="false"
Christian Heimes36f0a802008-05-26 13:51:41 +000013 PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
Christian Heimesd9fbab22008-01-02 17:43:40 +000014 RuntimeLibrary="3"
15 />
16 <Tool
17 Name="VCLinkerTool"
18 OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
19 LinkIncremental="1"
20 ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
21 ImportLibrary="$(OutDir)\$(TargetName).lib"
Hirokazu Yamamoto89e87ad2010-09-21 18:56:51 +000022 GenerateManifest="false"
23 />
24 <Tool
25 Name="VCManifestTool"
26 EmbedManifest="false"
Christian Heimesd9fbab22008-01-02 17:43:40 +000027 />
28 <Tool
29 Name="VCPostBuildEventTool"
30 CommandLine=""
31 />
32 <UserMacro
33 Name="PythonExe"
34 Value="$(SolutionDir)python_d.exe"
35 />
36</VisualStudioPropertySheet>