Client/App.config
author sl
Mon, 22 Sep 2014 13:00:27 +0200
changeset 60 4f2a73683adc
parent 18 7acec5059fa6
child 159 e7c8c2b500bd
permissions -rw-r--r--
Adding and removing row is now working.
Can now have any number of text field.
     1 <?xml version="1.0"?>
     2 <configuration>
     3     <startup> 
     4         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
     5     </startup>
     6 </configuration>