Client/App.config
author sl
Sun, 26 Oct 2014 16:16:57 +0100
changeset 75 2549a8055bd1
parent 18 7acec5059fa6
child 159 e7c8c2b500bd
permissions -rw-r--r--
Removing specific functions for setting text and bitmap.
Now having a generic functions for setting any kind of fields.
Thus bitmaps can now be set together with text fields in a single server call.
     1 <?xml version="1.0"?>
     2 <configuration>
     3     <startup> 
     4         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
     5     </startup>
     6 </configuration>