PCBuild cosmetic fixes.
* pythoncore.vcproj: Fixed indentation
* _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
  VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
  loads it in VS8 IDE.
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 9f6a1c8..2ba4722 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -842,7 +842,10 @@
 				RelativePath="..\Include\pyarena.h"
 				>
 			</File>
-                        <File RelativePath="..\Include\pycapsule.h"></File>
+			<File
+				RelativePath="..\Include\pycapsule.h"
+				>
+			</File>
 			<File
 				RelativePath="..\Include\pyctype.h"
 				>
@@ -1391,10 +1394,10 @@
 				RelativePath="..\Objects\bytesobject.c"
 				>
 			</File>
-                        <File
-                                RelativePath="..\Objects\capsule.c"
-                                >
-                        </File>
+			<File
+				RelativePath="..\Objects\capsule.c"
+				>
+			</File>
 			<File
 				RelativePath="..\Objects\cellobject.c"
 				>