Fixed detection of 32-Bit (x86) version of Haiku OS.
[slunkcrypt.git] / gui / App.config
blob4e4ea086ed7f84b183c8b2334c43dcede574ca3d
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <startup>
4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
5 </startup>
6 <appSettings>
7 <add key="DisableBusyIndicator" value="false"/>
8 <add key="ThreadCount" value="0"/>
9 <add key="KeepIncompleteFiles" value="false"/>
10 </appSettings>
11 </configuration>