Open
Description
The WinAppSDK MSBuild tasks do a great job of assembling the correct manifest xml with all the type activation entries, but this gets tricker when working with a build system that's not MSBuild.
It would be helpful if the WinAppSDK nupkg came with an xml file with all the entries needed for my manifest so I could write my own code to merge it in, for non-MSBuild build systems. Or at least some simple way to generate it.
I do see some manifest files in the nupkg with this info for some components:
manifests\Microsoft.InteractiveExperiences.manifest
manifests\Microsoft.WindowsAppSdk.Foundation.manifest
manifests\manifests\Microsoft.WindowsAppSdk.WinUI.manifest
But it doesn't look like they cover all the APIs, for example, I don't see Microsoft.Windows.Widgets.*.
Thanks!