Clients/Idle/App.config
author StephaneLenclud
Wed, 03 Feb 2016 13:02:48 +0100
changeset 190 60977f2b3ca7
child 197 c66ec88ed19d
permissions -rw-r--r--
Moving our test client around.
StephaneLenclud@189
     1
<?xml version="1.0" encoding="utf-8" ?>
StephaneLenclud@189
     2
<configuration>
StephaneLenclud@189
     3
    <startup> 
StephaneLenclud@189
     4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
StephaneLenclud@189
     5
    </startup>
StephaneLenclud@189
     6
</configuration>