GiantsTools/Giants.Launcher/app.config

11 lines
314 B
Plaintext
Raw Permalink Normal View History

2020-08-11 08:38:26 +02:00
<?xml version="1.0"?>
2020-08-10 06:58:51 +02:00
<configuration>
2022-09-11 02:53:13 +02:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>