diff options
| author | Michael <[email protected]> | 2017-02-03 19:44:01 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-03 19:44:01 -0500 |
| commit | 318fef283e57221349eb6412db63d63399f4fb86 (patch) | |
| tree | fb5850eebc36800909516cc09f2ca89631f478fd /ModLauncher/App.config | |
| parent | 7edc0f10bb79453fdc3bf885cbd21be40f7839b5 (diff) | |
| download | shiftos_thereturn-318fef283e57221349eb6412db63d63399f4fb86.tar.gz shiftos_thereturn-318fef283e57221349eb6412db63d63399f4fb86.tar.bz2 shiftos_thereturn-318fef283e57221349eb6412db63d63399f4fb86.zip | |
Fix crash handler
Diffstat (limited to 'ModLauncher/App.config')
| -rw-r--r-- | ModLauncher/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ModLauncher/App.config b/ModLauncher/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/ModLauncher/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 |
