Clients/Idle/App.config
author StephaneLenclud
Tue, 02 Feb 2016 19:50:33 +0100
changeset 189 bedae992f4ee
child 197 c66ec88ed19d
permissions -rw-r--r--
Creating Idle Client project.
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>