Client/App.config
author sl
Thu, 14 Aug 2014 18:37:23 +0200
changeset 29 c4e03315035c
child 43 86aad774b532
permissions -rw-r--r--
Client/Server duplex is still a mess in C#.
sl@18
     1
<?xml version="1.0" encoding="utf-8" ?>
sl@18
     2
<configuration>
sl@18
     3
    <startup> 
sl@18
     4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
sl@18
     5
    </startup>
sl@18
     6
</configuration>