[Feature Request] SDK for creating MSIX Packages
We should have an SDK that uses the Microsoft.Windows.SDK.BuildTools.MSIX NuGet package to create MSIX packages. The SDK should include Project Properties for things like start up project, external location, and more.
In particular this would need to support:
- Bundling multiple projects into one package
- Packages with no Applications
- Packages with External Location
Extras could include setting various Appx Manifest properties from the project file itself or merging Appx Manifest Fragments from the dependent projects
This sounds more like a project template or two? Any suggestions what VSIX it would live in? We could consider bundling it with the WinAppSDK component VSIX...
It could be a project template, and WASDK Could be a good way to ship it. I went with SDK approach as using a NuGet package to get something is lower friction than needing to install a VSIX, plus it's not tied to VS but can still be used in VS (like the other SDKs here)