[PR #6455] [MERGED] WpfTest: Add an x86/Win32 build, make DPI aware #26693

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6455
Author: @DHowett
Created: 6/10/2020
Status: Merged
Merged: 6/10/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/wpfx86


📝 Commits (3)

  • 89317b6 WpfTest: Add an x86/Win32 build
  • 9ff3b2d While we're here, add a manifest for DPI awareness
  • a936a37 might as well give the manifest a funny name

📊 Changes

3 files changed (+264 additions, -2 deletions)

View changed files

📝 OpenConsole.sln (+222 -0)
📝 src/cascadia/WpfTerminalTestNetCore/WpfTerminalTestNetCore/WpfTerminalTestNetCore.csproj (+7 -2)
src/cascadia/WpfTerminalTestNetCore/WpfTerminalTestNetCore/app.manifest (+35 -0)

📄 Description

This matches more closely how Visual Studio uses the WPF control.
It comes in the form of another platform (sorry), DotNet_x86Test.


🔄 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/6455 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 6/10/2020 **Status:** ✅ Merged **Merged:** 6/10/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/wpfx86` --- ### 📝 Commits (3) - [`89317b6`](https://github.com/microsoft/terminal/commit/89317b63e992071172a646caff9a3f9afa99933e) WpfTest: Add an x86/Win32 build - [`9ff3b2d`](https://github.com/microsoft/terminal/commit/9ff3b2d5f5761ee8059dd59ef8e69801856ffbbe) While we're here, add a manifest for DPI awareness - [`a936a37`](https://github.com/microsoft/terminal/commit/a936a37e4ecf63c248baf9b248f85de9afadfdc3) might as well give the manifest a funny name ### 📊 Changes **3 files changed** (+264 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `OpenConsole.sln` (+222 -0) 📝 `src/cascadia/WpfTerminalTestNetCore/WpfTerminalTestNetCore/WpfTerminalTestNetCore.csproj` (+7 -2) ➕ `src/cascadia/WpfTerminalTestNetCore/WpfTerminalTestNetCore/app.manifest` (+35 -0) </details> ### 📄 Description This matches more closely how Visual Studio uses the WPF control. It comes in the form of _another platform_ (sorry), `DotNet_x86Test`. --- <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:17:35 +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#26693