Client/App.config
author Stephane Lenclud
Mon, 25 Jan 2016 23:16:35 +0100
changeset 186 e10744f29ef3
parent 43 86aad774b532
permissions -rw-r--r--
Published v0.8.5.0
Now properly work out current client based on priorities when a client connects,
disconnects or change its priority.
     1 <?xml version="1.0"?>
     2 <configuration>
     3     <startup> 
     4         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
     5     </startup>
     6 </configuration>