microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Remove explicitly setting PreferredToolArchitecture, since VS 2022 handles this more comprehensively #1304

Closed Scottj1s closed 1 year ago

Scottj1s commented 1 year ago

fixes #1302

With VS 2022, PreferredToolArchitecture is now set appropriately for every architecture (via Microsoft.Cpp.ToolsetLocation.props), so should no longer be set unconditionally by C++/WinRT