mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-05 14:55:38 +01:00
11 lines
314 B
XML
11 lines
314 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<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>
|