dotnet / dotnet/project-system

Add ApplicationHighDpiMode property to project file.

Open
#8,980 7 comments 0 reactions 1 assignee Claimed by @melytc View on GitHub
Area-VisualBasic Feature-Rules/Properties Feature-WinForms Triage-Approved
Dominant language
C#
Stars
1k
Forks
415
PR merge metrics
No merged PRs in 30d

Description

## Summary
WinForms Designer is currently working on improving the HighDPI settings experience for .NET Core apps. For C#, they are reading the project file to get the property that a user manually edited. For VB, we currently save all Application Framework properties to the myapp file; however, the WinForms Designer doesn't have access to it. The request is to save that property both in the myapp file as well as the project file.

**myapp:**
`0`

**vbproj:**
`SystemAware`

The source of truth would still be the myapp file; this is mainly to unblock the WinForms Designer team.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.