File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1 " /></startup ></configuration >
3
+ <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.8 " /></startup ></configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<startup >
4
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1 " />
4
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.8 " />
5
5
</startup >
6
6
<runtime >
7
7
<loadFromRemoteSources enabled =" true" />
8
- <gcAllowVeryLargeObjects enabled =" true" />
8
+ <gcAllowVeryLargeObjects enabled =" true" />
9
9
</runtime >
10
- <appSettings >
11
- <add key =" EnableWindowsFormsHighDpiAutoResizing " value =" true " />
12
- </appSettings >
10
+ <System .Windows.Forms.ApplicationConfigurationSection >
11
+ <add key =" DpiAwareness " value =" PerMonitorV2 " />
12
+ </System .Windows.Forms.ApplicationConfigurationSection >
13
13
</configuration >
Original file line number Diff line number Diff line change 35
35
<supportedOS Id =" {8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
36
36
</application >
37
37
</compatibility >
38
- <!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher
39
- DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
40
- to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
41
- also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->
42
- <application xmlns =" urn:schemas-microsoft-com:asm.v3" >
43
- <windowsSettings >
44
- <dpiAware xmlns =" http://schemas.microsoft.com/SMI/2005/WindowsSettings" >true</dpiAware >
45
- </windowsSettings >
46
- </application >
47
38
</assembly >
You can’t perform that action at this time.
0 commit comments