This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anthony shaw
Recipients anthony shaw, anthonypjshaw, gvanrossum, pablogsal, pjx206, steve.dower, vstinner
Date 2021-03-31.22:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617228619.81.0.162832660912.issue43567@roundup.psfhosted.org>
In-reply-to
Content
Guido, regen.vcxproj targets 142 as the SDK version, which is most likely a mistake.
The other projects are part of the main PCBuild.sln solution, which has a variable for the base SDK version.

If you need to change it quickly, you can either open it in VS and right click on the project and change the properties to an older SDK, or edit the vcxproj file itself.

I can make this change in a patch, but because its a standalone project, it doesn't share the base SDK version with the others.

I've reviewed Steve's patch and it would fix this because it changes regen into a build target instead of a build project, so it doesn't specify the SDK version at all.
Steve's implementation is also much, much cleaner!
History
Date User Action Args
2021-03-31 22:10:19anthony shawsetrecipients: + anthony shaw, gvanrossum, vstinner, steve.dower, anthonypjshaw, pablogsal, pjx206
2021-03-31 22:10:19anthony shawsetmessageid: <1617228619.81.0.162832660912.issue43567@roundup.psfhosted.org>
2021-03-31 22:10:19anthony shawlinkissue43567 messages
2021-03-31 22:10:19anthony shawcreate