blob: 313a30b782fd555f1fbf4f3c37be9fb87fd2e206 [file] [log] [blame]
Christian Heimes57dddfb2008-01-02 18:30:52 +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"
Amaury Forgeot d'Arc61667172008-06-12 22:53:41 +000013 PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
Christian Heimes57dddfb2008-01-02 18:30:52 +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 Yamamoto60954352010-09-13 05:59:38 +000022 GenerateManifest="false"
23 />
24 <Tool
25 Name="VCManifestTool"
26 EmbedManifest="false"
Christian Heimes57dddfb2008-01-02 18:30:52 +000027 />
28 <Tool
29 Name="VCPostBuildEventTool"
30 CommandLine=""
31 />
32 <UserMacro
33 Name="PythonExe"
34 Value="$(SolutionDir)python_d.exe"
35 />
36</VisualStudioPropertySheet>