Christian Heimes | 57dddfb | 2008-01-02 18:30:52 +0000 | [diff] [blame] | 1 | <?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"
|
| 13 | RuntimeLibrary="3"
|
| 14 | />
|
| 15 | <Tool
|
| 16 | Name="VCLinkerTool"
|
| 17 | OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
|
| 18 | LinkIncremental="1"
|
| 19 | ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
|
| 20 | ImportLibrary="$(OutDir)\$(TargetName).lib"
|
| 21 | />
|
| 22 | <Tool
|
| 23 | Name="VCPostBuildEventTool"
|
| 24 | CommandLine=""
|
| 25 | />
|
| 26 | <UserMacro
|
| 27 | Name="PythonExe"
|
| 28 | Value="$(SolutionDir)python_d.exe"
|
| 29 | />
|
| 30 | </VisualStudioPropertySheet>
|