| Christian Heimes | e8954f8 | 2007-11-22 11:21:16 +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 | 3971f6b | 2007-11-30 19:18:08 +0000 | [diff] [blame] | 6 | 	InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops" | 
| Christian Heimes | e8954f8 | 2007-11-22 11:21:16 +0000 | [diff] [blame] | 7 | 	> | 
 | 8 | 	<Tool | 
 | 9 | 		Name="VCCLCompilerTool" | 
 | 10 | 		Optimization="0" | 
 | 11 | 		InlineFunctionExpansion="0" | 
 | 12 | 		EnableIntrinsicFunctions="false" | 
| Christian Heimes | 95d6447 | 2008-02-09 19:55:22 +0000 | [diff] [blame] | 13 | 		PreprocessorDefinitions="Py_BUILD_CORE_MODULE" | 
| Christian Heimes | e8954f8 | 2007-11-22 11:21:16 +0000 | [diff] [blame] | 14 | 		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" | 
| Martin v. Löwis | e55ab5e | 2008-11-06 17:29:54 +0000 | [diff] [blame] | 22 | 		GenerateManifest="false" | 
 | 23 | 	/> | 
 | 24 | 	<Tool | 
 | 25 | 		Name="VCManifestTool" | 
 | 26 | 		EmbedManifest="false" | 
| Christian Heimes | e8954f8 | 2007-11-22 11:21:16 +0000 | [diff] [blame] | 27 | 	/> | 
 | 28 | 	<Tool | 
 | 29 | 		Name="VCPostBuildEventTool" | 
 | 30 | 		CommandLine="" | 
 | 31 | 	/> | 
| Christian Heimes | 2336111 | 2007-11-23 07:05:03 +0000 | [diff] [blame] | 32 | 	<UserMacro | 
 | 33 | 		Name="PythonExe" | 
| Christian Heimes | 8b01140 | 2007-11-27 21:28:40 +0000 | [diff] [blame] | 34 | 		Value="$(SolutionDir)python_d.exe" | 
| Christian Heimes | 2336111 | 2007-11-23 07:05:03 +0000 | [diff] [blame] | 35 | 	/> | 
| Christian Heimes | e8954f8 | 2007-11-22 11:21:16 +0000 | [diff] [blame] | 36 | </VisualStudioPropertySheet> |