[PR #1900] Fix the WAP packaging project #24703

Open
opened 2026-01-31 09:04:51 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/1900

State: closed
Merged: Yes


This commits fixes the centennial package by:

  • Forcing XBF (XAML binary format) files to be embedded in project
    PRI files.
  • Moving package content generation to before PRI generation
  • Collecting all of the package's PRI files to merge into resources.pri
  • Fixing the hardcoded resource paths to reflect the new reality.

It also includes a magic value that fixes the bug where the project is
autodetected as a Mixed (CLR + Native) project.

Fixes #1816.

PR Checklist

**Original Pull Request:** https://github.com/microsoft/terminal/pull/1900 **State:** closed **Merged:** Yes --- This commits fixes the centennial package by: * Forcing XBF (XAML binary format) files to be embedded in project PRI files. * Moving package content generation to before PRI generation * Collecting all of the package's PRI files to merge into resources.pri * Fixing the hardcoded resource paths to reflect the new reality. It also includes a magic value that fixes the bug where the project is autodetected as a Mixed (CLR + Native) project. Fixes #1816. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #1816 * [x] CLA signed * [x] Tests added/passed/na? * [x] Requires documentation to be updated/na? * [x] I've discussed this with core contributors already.
claunia added the pull-request label 2026-01-31 09:04:51 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24703