Skip to content

Commit b487782

Browse files
committed
Update outdated app config values
1 parent 5d80e26 commit b487782

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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>

src/BizHawk.Client.EmuHawk/app.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
55
</startup>
66
<runtime>
77
<loadFromRemoteSources enabled="true"/>
8-
<gcAllowVeryLargeObjects enabled="true" />
8+
<gcAllowVeryLargeObjects enabled="true"/>
99
</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>
1313
</configuration>

src/BizHawk.Client.EmuHawk/app.manifest

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,4 @@
3535
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
3636
</application>
3737
</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>
4738
</assembly>

0 commit comments

Comments
 (0)