diff options
| author | Adrian Ulbrich <adrian.ulbrich.2003@gmail.com> | 2019-11-10 04:38:54 +0100 |
|---|---|---|
| committer | Adrian Ulbrich <adrian.ulbrich.2003@gmail.com> | 2019-11-10 04:38:54 +0100 |
| commit | 52a942a38066557250f9a0bedbd820f1e004bcea (patch) | |
| tree | b1e6477eb100ca3cd156db099dccab5229305cf1 /Unicity.DevLauncher/App.config | |
| parent | cc845ca858be069ea6349e2da0c28ff891abd1a7 (diff) | |
| download | Unicity-52a942a38066557250f9a0bedbd820f1e004bcea.tar.gz Unicity-52a942a38066557250f9a0bedbd820f1e004bcea.tar.bz2 Unicity-52a942a38066557250f9a0bedbd820f1e004bcea.zip | |
Added launcher
Diffstat (limited to 'Unicity.DevLauncher/App.config')
| -rw-r--r-- | Unicity.DevLauncher/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Unicity.DevLauncher/App.config b/Unicity.DevLauncher/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Unicity.DevLauncher/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> + </startup> +</configuration>
\ No newline at end of file |
