summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/app.config
blob: 750cd7f5b417be85009f03f78df51189c79c29be (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
  </startup>
  <runtime>
    <!-- Required for "Per monitor DPI scaling" on .NET < 4.6.2 -->
    <AppContextSwitchOverrides value="Switch.System.Windows.DoNotScaleForDpiChanges=false;Switch.UseLegacyToolTipDisplay=true"/>

  </runtime>
</configuration>