mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-02 01:01:04 +08:00
12 lines
407 B
XML
12 lines
407 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
|
</startup>
|
|
<runtime>
|
|
<AppContextSwitchOverrides value = " Switch.System.Windows.DoNotScaleForDpiChanges=false"/>
|
|
<legacyCorruptedStateExceptionsPolicy enabled="true" />
|
|
<legacyUnhandledExceptionPolicy enabled="1" />
|
|
</runtime>
|
|
</configuration> |