ssue 1309: fix by Christian Heimes to be able to build on Windows.
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 0168f73..063c0ce 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -440,8 +440,11 @@
 			RelativePath="..\Objects\boolobject.c">
 		</File>
 		<File
-			RelativePath="..\Objects\bytesobject.c">
+			RelativePath="..\Objects\bytes_methods.c">
 		</File>
+                <File
+                        RelativePath="..\Objects\bytesobject.c">
+                </File>
 		<File
 			RelativePath="..\Objects\cellobject.c">
 		</File>