[PR #2043] [MERGED] Automatically generate an SxS manifest for WindowsTerminal #24786

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2043
Author: @DHowett-MSFT
Created: 7/20/2019
Status: Merged
Merged: 7/23/2019
Merged by: @miniksa

Base: masterHead: dev/duhowett/auto_manifest


📝 Commits (1)

  • f625795 Automatically generate an SxS manifest for WindowsTerminal's winmds

📊 Changes

3 files changed (+43 additions, -118 deletions)

View changed files

build/rules/GenerateSxsManifestsFromWinmds.targets (+41 -0)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.manifest (+0 -118)
📝 src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj (+2 -0)

📄 Description

Summary of the Pull Request

This pull request introduces a cool new (reusable!) rule that automatically generates manifest fragments from resolved assembly references.

PR Checklist

Validation Steps Performed

Manual build and run; dumping the manifest from the executable; verified that it works as admin again.


🔄 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/2043 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 7/20/2019 **Status:** ✅ Merged **Merged:** 7/23/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `dev/duhowett/auto_manifest` --- ### 📝 Commits (1) - [`f625795`](https://github.com/microsoft/terminal/commit/f625795b2ebc9c21cc14ce887dd6055dc52d9af3) Automatically generate an SxS manifest for WindowsTerminal's winmds ### 📊 Changes **3 files changed** (+43 additions, -118 deletions) <details> <summary>View changed files</summary> ➕ `build/rules/GenerateSxsManifestsFromWinmds.targets` (+41 -0) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.manifest` (+0 -118) 📝 `src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj` (+2 -0) </details> ### 📄 Description # Summary of the Pull Request This pull request introduces a cool new (reusable!) rule that automatically generates manifest fragments from resolved assembly references. ## PR Checklist * [x] Closes #1987, Closes #2042 * [x] Works here * [x] Tests added/passed * [x] Requires documentation to be updated/NA * [x] I've discussed this with core contributors already. ## Validation Steps Performed Manual build and run; dumping the manifest from the executable; verified that it works as admin again. --- <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:05:20 +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#24786