Adds version info to all signed binaries on Windows.
diff --git a/PCbuild/_socket.vcxproj b/PCbuild/_socket.vcxproj
index 03b6f75..d5c4d1b 100644
--- a/PCbuild/_socket.vcxproj
+++ b/PCbuild/_socket.vcxproj
@@ -72,6 +72,9 @@
     <ClCompile Include="..\Modules\socketmodule.c" />
   </ItemGroup>
   <ItemGroup>
+    <ResourceCompile Include="..\PC\python_nt.rc" />
+  </ItemGroup>
+  <ItemGroup>
     <ProjectReference Include="pythoncore.vcxproj">
       <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>