App.config
author StephaneLenclud
Thu, 04 Oct 2018 19:25:35 +0200
changeset 8 adff2dec03a0
permissions -rw-r--r--
Fixing broken KingOfSat parser.
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>