| Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +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" | 
| Christian Heimes | d59c64c | 2007-11-30 19:27:20 +0000 | [diff] [blame] | 6 | 	InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops" | 
| Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 7 | 	> | 
 | 8 | 	<Tool | 
 | 9 | 		Name="VCCLCompilerTool" | 
 | 10 | 		Optimization="0" | 
 | 11 | 		InlineFunctionExpansion="0" | 
| Christian Heimes | 81c951c | 2007-11-21 02:20:59 +0000 | [diff] [blame] | 12 | 		EnableIntrinsicFunctions="false" | 
| Christian Heimes | a822314 | 2008-02-09 20:58:00 +0000 | [diff] [blame] | 13 | 		PreprocessorDefinitions="Py_BUILD_CORE_MODULE" | 
| Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 14 | 		RuntimeLibrary="3" | 
 | 15 | 	/> | 
 | 16 | 	<Tool | 
 | 17 | 		Name="VCLinkerTool" | 
 | 18 | 		OutputFile="$(OutDir)\$(ProjectName)_d.pyd" | 
 | 19 | 		LinkIncremental="1" | 
| Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 20 | 		ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb" | 
| Christian Heimes | 82f013b | 2007-11-19 18:35:20 +0000 | [diff] [blame] | 21 | 		ImportLibrary="$(OutDir)\$(TargetName).lib" | 
| Christian Heimes | 81ca7c7 | 2007-11-18 18:18:41 +0000 | [diff] [blame] | 22 | 	/> | 
 | 23 | 	<Tool | 
 | 24 | 		Name="VCPostBuildEventTool" | 
| Christian Heimes | 82f013b | 2007-11-19 18:35:20 +0000 | [diff] [blame] | 25 | 		CommandLine="" | 
| Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 26 | 	/> | 
| Christian Heimes | 62a8ee1 | 2007-11-23 07:03:16 +0000 | [diff] [blame] | 27 | 	<UserMacro | 
 | 28 | 		Name="PythonExe" | 
| Christian Heimes | 3d9b5a5 | 2007-11-24 05:50:35 +0000 | [diff] [blame] | 29 | 		Value="$(SolutionDir)python_d.exe" | 
| Christian Heimes | 62a8ee1 | 2007-11-23 07:03:16 +0000 | [diff] [blame] | 30 | 	/> | 
| Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 31 | </VisualStudioPropertySheet> |