App.config
author StephaneLenclud
Sun, 17 May 2015 20:35:37 +0200
changeset 7 bf908f6c7758
permissions -rw-r--r--
Adding category override option, ID usage for name, hiding channels starting
with '.'. Folding Movies and Series in a single category. Adding channel prefix
removel.
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>