Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and partly hand crafted with some idea from PCbuild8. I've recreated all the extension module projects.

The new directory needs some more love and care but it works. I'm not able to test the AMD64 build.

The new tree is heavily using the *.vcprops property sheets. Please set any global settings in the property sheets.
diff --git a/PCbuild9/pyd_d.vsprops b/PCbuild9/pyd_d.vsprops
new file mode 100644
index 0000000..03933bb
--- /dev/null
+++ b/PCbuild9/pyd_d.vsprops
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="pyd_d"
+	InheritedPropertySheets=".\pyproject.vsprops"
+	>
+	<Tool
+		Name="VCCLCompilerTool"
+		Optimization="0"
+		InlineFunctionExpansion="0"
+		PreprocessorDefinitions="_DEBUG"
+		RuntimeLibrary="3"
+	/>
+	<Tool
+		Name="VCLinkerTool"
+		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
+		LinkIncremental="1"
+		ImportLibrary="$(IntDir)\$(TargetName).lib"
+		ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
+	/>
+</VisualStudioPropertySheet>