-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Open
Copy link
Description
Description
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.appxmanifestAssets/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:
<!-- Inside Files.Package.wapproj -->
<ItemGroup>
<Content Include="$(RootDirectory)\src\Files.App\Package.appxmanifest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>Concerned code
Contents of Files.Package:
Package.appxmanifestAssets/AppTiles/*
Gains
- Easier overview of package files
- Allows for gradual removal of WAP project
Requirements
- Move files to
Files.App - Reference back in
Files.Package.wapproj
Comments
Succeeds #16350
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New