[PR #13351] [MERGED] Strip XAML files from the MSIX payload #29500

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13351
Author: @DHowett
Created: 6/21/2022
Status: Merged
Merged: 6/21/2022
Merged by: @DHowett

Base: mainHead: dev/duhowett/noxaml


📝 Commits (1)

  • eb016ac Strip XAML files from the MSIX payload

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+4 -0)

📄 Description

These files are vestigial, because we are also shipping (either as loose
files or embedded in resources.pri) precompiled xbf/xaml binary format
files.

This saves us almost 500kb on disk.

Fixes #11687

Validation

I ran a local build and saw that it produced a working Terminal, packaged
and unpackaged.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13351 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 6/21/2022 **Status:** ✅ Merged **Merged:** 6/21/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/noxaml` --- ### 📝 Commits (1) - [`eb016ac`](https://github.com/microsoft/terminal/commit/eb016ac4f5c1a41c1547607fb683a884549acee8) Strip XAML files from the MSIX payload ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+4 -0) </details> ### 📄 Description These files are vestigial, because we are also shipping (either as loose files or embedded in resources.pri) precompiled xbf/xaml binary format files. This saves us almost 500kb on disk. Fixes #11687 Validation ---------- I ran a local build and saw that it produced a working Terminal, packaged and unpackaged. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:35:16 +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#29500