Added new files to Windows project files
More Windows related fixes are coming soon
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 9ee1eba..3d80857 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -583,6 +583,10 @@
 # End Source File

 # Begin Source File

 

+SOURCE=..\..\Python\pymath.c

+# End Source File

+# Begin Source File

+

 SOURCE=..\..\Python\pystate.c

 # End Source File

 # Begin Source File

diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj
index 6497d28..4d7943b 100644
--- a/PC/VS7.1/pythoncore.vcproj
+++ b/PC/VS7.1/pythoncore.vcproj
@@ -716,6 +716,9 @@
 			RelativePath="..\..\Python\pyfpe.c">
 		</File>
 		<File
+			RelativePath="..\..\Python\pymath.c">
+		</File>
+		<File
 			RelativePath="..\..\Python\pystate.c">
 		</File>
 		<File
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index af92d98..624cf4d 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -1739,6 +1739,10 @@
 				>

 			</File>

 			<File

+				RelativePath="..\..\Python\pymath.c"

+				>

+			</File>

+			<File

 				RelativePath="..\..\Python\pystate.c"

 				>

 			</File>

diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 11b8345..d8c1cdf 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -655,11 +655,11 @@
 				>
 			</File>
 			<File
-				RelativePath="..\Include\bytesobject.h"
+				RelativePath="..\Include\bytes_methods.h"
 				>
 			</File>
 			<File
-				RelativePath="..\Include\bytes_methods.h"
+				RelativePath="..\Include\bytesobject.h"
 				>
 			</File>
 			<File
@@ -871,6 +871,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Include\pymath.h"
+				>
+			</File>
+			<File
 				RelativePath="..\Include\pymem.h"
 				>
 			</File>
@@ -1355,11 +1359,11 @@
 				>
 			</File>
 			<File
-				RelativePath="..\Objects\bytesobject.c"
+				RelativePath="..\Objects\bytes_methods.c"
 				>
 			</File>
 			<File
-				RelativePath="..\Objects\bytes_methods.c"
+				RelativePath="..\Objects\bytesobject.c"
 				>
 			</File>
 			<File
@@ -1739,6 +1743,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Python\pymath.c"
+				>
+			</File>
+			<File
 				RelativePath="..\Python\pystate.c"
 				>
 			</File>