You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about starting from merging Files (Package) folder contents into Files.App folder?
Since folder name and project name doesn't match and that way enables us to remove WAP easily later.
This proposal is to move files from the packaging project (Files.Package) to the main project (Files.App), including:
Package.appxmanifest
Assets/AppTiles/*
While the packaging project can't be fully removed, it would be excellent if these files were moved into the main project and then referenced by the packaging project, like this:
When we do this, we may as well think about doing single project packaging, utilizing a script/gha to bundle and package to msixupload from x64 and arm64 msix and msixsym.
@yaira2 what was your idea around this, even I make a very simple script you'd not like it?
Description
This proposal is to move files from the packaging project (
Files.Package
) to the main project (Files.App
), including:Package.appxmanifest
Assets/AppTiles/*
While the packaging project can't be fully removed, it would be excellent if these files were moved into the main project and then referenced by the packaging project, like this:
Concerned code
Contents of
Files.Package
:Gains
Requirements
Files.App
Files.Package.wapproj
Comments
Succeeds #16350
The text was updated successfully, but these errors were encountered: