Add Windows 11 compatibility: OS manifests and PerMonitorV2 DPI aware…#159
Open
BaDTaG wants to merge 1 commit into
Open
Add Windows 11 compatibility: OS manifests and PerMonitorV2 DPI aware…#159BaDTaG wants to merge 1 commit into
BaDTaG wants to merge 1 commit into
Conversation
…ness
- Add app.manifest to UserRequestApp, RemoteUI, and Service declaring
Windows 10/11 OS support (GUID {8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}).
Without this, Windows lies about the OS version to the app (reports 6.2)
and certain Win11-specific behaviors are suppressed.
- Add PerMonitorV2 DPI awareness to GUI manifests so the UI scales
correctly on high-DPI and mixed-DPI Windows 11 setups.
- Add DpiAwareness=PerMonitorV2 to app.config for both WinForms projects;
.NET 4.8 WinForms requires this in config in addition to the manifest.
- Wire up ApplicationManifest in all three .csproj files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ness