App.config
author StephaneLenclud
Sun, 17 May 2015 19:36:48 +0200
changeset 6 3061de2306d9
permissions -rw-r--r--
Fixing character encoding issues.
StephaneLenclud@0
     1
<?xml version="1.0" encoding="utf-8" ?>
StephaneLenclud@0
     2
<configuration>
StephaneLenclud@0
     3
    <startup> 
StephaneLenclud@0
     4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
StephaneLenclud@0
     5
    </startup>
StephaneLenclud@0
     6
</configuration>