14 lines
504 B
XML
14 lines
504 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0" />
|
|
<supportedRuntime version="v2.0" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
|
|
</appSettings>
|
|
<runtime>
|
|
<AppContextSwitchOverrides value="Switch.System.IO.BlockLongPaths=false;Switch.System.IO.UseLegacyPathHandling=false"/>
|
|
</runtime>
|
|
</configuration>
|