Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0
directory.
diff --git a/PC/VS9.0/pythonw.vcproj b/PC/VS9.0/pythonw.vcproj
index 7ae562a..7f5c04b 100644
--- a/PC/VS9.0/pythonw.vcproj
+++ b/PC/VS9.0/pythonw.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9,00"

+	Version="9.00"

 	Name="pythonw"

 	ProjectGUID="{F4229CC3-873C-49AE-9729-DD308ED4CD4A}"

 	TargetFrameworkVersion="131072"

@@ -600,7 +600,7 @@
 			Name="Resource Files"

 			>

 			<File

-				RelativePath="..\PC\python_exe.rc"

+				RelativePath="..\..\PC\python_exe.rc"

 				>

 			</File>

 		</Filter>

@@ -608,7 +608,7 @@
 			Name="Source Files"

 			>

 			<File

-				RelativePath="..\PC\WinMain.c"

+				RelativePath="..\..\PC\WinMain.c"

 				>

 			</File>

 		</Filter>