Open
Description
The page https://devguide.python.org/developer-workflow/extension-modules/#updating-msvc-project-files has recently been updated with fantastic content.
However, it currently only shows how to add a built-in module for Windows, and not a separate extension module.
We should add a second section that adds a new .vcxproj
for the new extension module (or more likely copies a recommended existing one), along with the other changes necessary to ensure the new module is correctly built and distributed.
Activity