App.config
author StephaneLenclud
Mon, 02 Feb 2015 12:51:06 +0100
branchMiniDisplay
changeset 436 e9aefd454d1e
permissions -rw-r--r--
At last we can output stuff on our display.
The whole thing is still quite broken though.
Rebase: No start-up but that's ok.
moel@189
     1
<?xml version="1.0" encoding="utf-8"?>
moel@189
     2
<configuration>
moel@189
     3
  <startup>
moel@189
     4
    <supportedRuntime version="v4.0" />
moel@189
     5
    <supportedRuntime version="v2.0.50727"/>
moel@189
     6
  </startup>
moel@189
     7
</configuration>