OSDN Git Service

Added language bindings for Java.
[slunkcrypt/SlunkCrypt.git] / gui / App.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3     <startup>
4         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
5     </startup>
6     <appSettings>
7         <add key="DisableBusyIndicator" value="false"/>
8         <add key="ThreadCount" value="0"/>
9         <add key="KeepIncompleteFiles" value="false"/>
10         <add key="LegacyCompat" value="0"/>
11     </appSettings>
12 </configuration>