diff options
| author | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
| commit | e7731fb58a232da141cee1e887c86a06e2ff4792 (patch) | |
| tree | dfebf518bb10485f78317484023efce9db21d891 /ShiftOS.Modding.VB.LegacySkinConverter/App.config | |
| parent | 487deee243c7b1994f049c3d190e1e0971973bca (diff) | |
| download | shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.gz shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.bz2 shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.zip | |
First ever VB mod... it isn't going well.
Diffstat (limited to 'ShiftOS.Modding.VB.LegacySkinConverter/App.config')
| -rw-r--r-- | ShiftOS.Modding.VB.LegacySkinConverter/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.Modding.VB.LegacySkinConverter/App.config b/ShiftOS.Modding.VB.LegacySkinConverter/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/ShiftOS.Modding.VB.LegacySkinConverter/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 |
