File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 49
49
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
50
50
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
51
51
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->
52
- <!--
53
- <application xmlns="urn:schemas-microsoft-com:asm.v3">
52
+ <application xmlns =" urn:schemas-microsoft-com:asm.v3" >
54
53
<windowsSettings >
55
54
<dpiAware xmlns =" http://schemas.microsoft.com/SMI/2005/WindowsSettings" >true</dpiAware >
55
+ <dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2, PerMonitor</dpiAwareness >
56
56
</windowsSettings >
57
57
</application >
58
- -->
59
58
60
59
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
61
60
<dependency >
You can’t perform that action at this time.
0 commit comments