mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
19 lines
1011 B
XML
19 lines
1011 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="Ch.Cyberduck.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
|
</sectionGroup>
|
|
</configSections>
|
|
<appSettings>
|
|
<add key="ikvm:org.bouncycastle.asn1.allow_unsafe_integer" value="true" />
|
|
<add key="ikvm:Log4jContextSelector" value="org.apache.logging.log4j.core.selector.BasicContextSelector" />
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
|
|
</startup>
|
|
<runtime>
|
|
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false" />
|
|
</runtime>
|
|
</configuration>
|