Update platform toolset by florelis · Pull Request #5882 · microsoft/winget-cli

@florelis

JohnMcPMS

previously approved these changes Nov 15, 2025

@florelis

JohnMcPMS

florelis added a commit that referenced this pull request

Dec 1, 2025
Follow-up to #5882 to fix some issues I saw when building with VS2026.

* Add back the setting for `ReleaseStatic` configuration that I deleted
by accident. (The build error without this says that a the binary needs
an entrypoint. So I'm assuming that without the `ConfigurationType` it
assumes application instead of library.)
* Added a missing include to a header.
* Moved a template definition to be after the definition for a type it
references.
* Suppressed a warning from WIL code.