Used vs9to8.py to port all VS9.0 changes to 8.0
Updated VS7.1 and VC6 project files
diff --git a/PC/VS8.0/debug.vsprops b/PC/VS8.0/debug.vsprops
index 803da6e..bc643cb 100644
--- a/PC/VS8.0/debug.vsprops
+++ b/PC/VS8.0/debug.vsprops
@@ -8,4 +8,8 @@
 		Name="VCCLCompilerTool"

 		PreprocessorDefinitions="_DEBUG"

 	/>

-</VisualStudioPropertySheet>
\ No newline at end of file
+	<UserMacro

+		Name="KillPythonExe"

+		Value="$(OutDir)\kill_python_d.exe"

+	/>

+</VisualStudioPropertySheet>