make an attempt to add capsule to the Windows build
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 6078c86..ac3dc26 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -683,6 +683,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Include\pycapsule.h"
+				>
+			</File>
+			<File
 				RelativePath="..\Include\code.h"
 				>
 			</File>
@@ -1431,6 +1435,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Objects\capsule.c"
+				>
+			</File>
+			<File
 				RelativePath="..\Objects\codeobject.c"
 				>
 			</File>