diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-11 16:17:38 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-11 16:17:38 -0500 |
| commit | bd284418387617e3ac2c3c4bb8c26470266015ea (patch) | |
| tree | 9648b24ad1c54cea7f43551585a4abf2e172597e /Microbit/App.config | |
| parent | 6edebc7dfd025de2e688809a0712fb09fb58c9ae (diff) | |
| download | Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.gz Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.bz2 Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.zip | |
Add project files.
Diffstat (limited to 'Microbit/App.config')
| -rw-r--r-- | Microbit/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Microbit/App.config b/Microbit/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/Microbit/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + </startup> +</configuration>
\ No newline at end of file |
