Client/App.config
author sl
Sat, 17 Jan 2015 10:57:30 +0100
changeset 90 aa157e129c42
parent 18 7acec5059fa6
child 159 e7c8c2b500bd
permissions -rw-r--r--
Update checks now gives notification when the application is already up-to-date.
Adding version number to main form text.
sl@43
     1
<?xml version="1.0"?>
sl@18
     2
<configuration>
sl@18
     3
    <startup> 
sl@43
     4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
sl@18
     5
    </startup>
sl@43
     6
</configuration>