Steve Dower <steve.do...@python.org> added the comment:

So before the change, the 16299 SDK wasn't being detected either, but perhaps 
the 10240 one was? That had some known issues in the debug UCRT, which is why 
the version gets printed out towards the end of the build.

The only thing I can think of would be the WindowsTargetPlatformVersion 
setting, which is new. It may be that it is used differently on different 
MSBuild versions (which roughly match to VS versions) by the built-in target 
files.

Are you able to run "MSBuild pythoncore.vcxproj /t:ShowVersionInfo /flp:v=diag" 
and upload the MSBuild.log file (or email it to me)?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35433>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to