Updated PC/VS8.0 with PCBuild/vs9to8.py.
diff --git a/PC/VS8.0/sqlite3.vsprops b/PC/VS8.0/sqlite3.vsprops
new file mode 100644
index 0000000..8300328
--- /dev/null
+++ b/PC/VS8.0/sqlite3.vsprops
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="Windows-1252"?>

+<VisualStudioPropertySheet

+	ProjectType="Visual C++"

+	Version="8.00"

+	Name="sqlite3"

+	InheritedPropertySheets=".\pyproject.vsprops"

+	>

+	<Tool

+		Name="VCCLCompilerTool"

+		AdditionalIncludeDirectories="..\..\..\sqlite-3.6.21"

+		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"

+		WarningLevel="1"

+	/>

+</VisualStudioPropertySheet>