Additional changes to the property sheets in PCBuild8.  Visual Studio doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions.
diff --git a/PCbuild8/pyd.vsprops b/PCbuild8/pyd.vsprops
index afbfb50..77235ac 100644
--- a/PCbuild8/pyd.vsprops
+++ b/PCbuild8/pyd.vsprops
@@ -8,6 +8,7 @@
 	<Tool

 		Name="VCLinkerTool"

 		OutputFile="$(OutDir)\$(ProjectName).pyd"

+		LinkIncremental="1"

 		ImportLibrary="$(IntDir)\$(TargetName).lib"

 	/>

 </VisualStudioPropertySheet>

diff --git a/PCbuild8/pyd_d.vsprops b/PCbuild8/pyd_d.vsprops
index 4bb3a40..f78503d 100644
--- a/PCbuild8/pyd_d.vsprops
+++ b/PCbuild8/pyd_d.vsprops
@@ -8,7 +8,7 @@
 	<Tool

 		Name="VCLinkerTool"

 		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"

-		LinkIncremental="1"

+		LinkIncremental="0"

 		ImportLibrary="$(IntDir)\$(TargetName).lib"

 	/>

 </VisualStudioPropertySheet>

diff --git a/PCbuild8/pyproject.vsprops b/PCbuild8/pyproject.vsprops
index ace5fbf..7a1e96a 100644
--- a/PCbuild8/pyproject.vsprops
+++ b/PCbuild8/pyproject.vsprops
@@ -17,7 +17,7 @@
 	/>

 	<UserMacro

 		Name="PyDllName"

-		Value="python26"

+		Value="python25"

 	/>

 	<UserMacro

 		Name="bsddbDir"