App.config
author StephaneLenclud
Fri, 15 May 2015 15:16:18 +0200
changeset 2 d73e99c5333c
permissions -rw-r--r--
First MP export draft.
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>