-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.config
18 lines (18 loc) · 839 Bytes
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
</startup>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2"/>
<!-- Uncomment each value to disable the fixes one by one. -->
<!--
<add key="Form.DisableSinglePassScalingOfDpiForms" value="true"/>
<add key="ToolStrip.DisableHighDpiImprovements" value="true"/>
<add key="CheckedListBox.DisableHighDpiImprovements" value="true"/>
<add key="MonthCalendar.DisableHighDpiImprovements" value="true"/>
<add key="AnchorLayout.DisableHighDpiImprovements" value="true"/>
<add key="DataGridView.DisableHighDpiImprovements" value="true"/>
-->
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>