diff options
| author | James Barnett <james.barnett@fivium.co.uk> | 2017-07-27 13:02:31 +0100 |
|---|---|---|
| committer | James Barnett <james.barnett@fivium.co.uk> | 2017-07-27 13:02:31 +0100 |
| commit | 36776bfbff6f15f7239924777651392945ebb2a0 (patch) | |
| tree | 8e4c75b40bc45b888773cac33c9bbbf165da6fd9 /NucLedController/App.config | |
| parent | b9c3039f0787c9ede5abf0da750615e4eced8f60 (diff) | |
| download | intel-nuc-led-controller-36776bfbff6f15f7239924777651392945ebb2a0.tar.xz intel-nuc-led-controller-36776bfbff6f15f7239924777651392945ebb2a0.zip | |
Rejig folder structurev0.1
Diffstat (limited to 'NucLedController/App.config')
| -rw-r--r-- | NucLedController/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NucLedController/App.config b/NucLedController/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/NucLedController/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> + </startup> +</configuration>
\ No newline at end of file |