OSDN Git Service

Gracefully handle an *empty* argument array (argc < 1), which apparently is possible...
[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.5" />
5     </startup>
6     <appSettings>
7         <add key="DisableBusyIndicator" value="false" />
8     </appSettings>
9 </configuration>