diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-17 10:53:26 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-17 10:53:26 -0400 |
| commit | 26e89066d4a9e831a0c66f0ccddcf731ecbb49f0 (patch) | |
| tree | 630a5a20703f1f7c31d62cd47fef626560a609ca /shiftos_next/App.config | |
| download | shiftos-next-26e89066d4a9e831a0c66f0ccddcf731ecbb49f0.tar.gz shiftos-next-26e89066d4a9e831a0c66f0ccddcf731ecbb49f0.tar.bz2 shiftos-next-26e89066d4a9e831a0c66f0ccddcf731ecbb49f0.zip | |
Initial Commit
Diffstat (limited to 'shiftos_next/App.config')
| -rw-r--r-- | shiftos_next/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shiftos_next/App.config b/shiftos_next/App.config new file mode 100644 index 0000000..bc3672d --- /dev/null +++ b/shiftos_next/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 |
