walbourn/directx-vs-templates

Win32 templates for VS 2019 shouldn't use UWP dialog

walbourn opened this issue · 3 comments

Rather than prompt for which Windows SDK to use, the VS 2019 Win32 projects should just default to 'latest installed'

The same manifests are used for VS 2017 and VS 2019, so this is a bit tricky to do right now. When I drop VS 2017, I can do thsi.

I could remove the invoke of Microsoft.VisualStudio.Universal.TemplateWizards from the Win32 projects completely, and have the MyPlatformToolset Wizard set $targetplatformversion$ to "10.0" for Dev16/Dev17, and "10.0.19041.0" for VS 2017.

This might require changing the invoke order for the wizards in the UWP templates as well.

Fixed in this commit