Description
It's unnecessary to have a packaging project, since integrating the package into the code project is possible.
Concerned code
All of Files.Package
Gains
- Current method is unnecessary
- Makes more sense for consumer to set startup project as "Files.App"
Requirements
- Migrate AppX runtime files such as
Package.appxmanifest/appxmanifest.xml to Files.App
- Enable MSIX deploy to
Files.App project (...)
Comments
Not very high priority obviously...