diff options
author | Treeki <treeki@gmail.com> | 2016-06-30 04:00:55 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2016-06-30 04:00:55 +0200 |
commit | 4bb20b3e883912fc5468fe2492d9070cec9e367f (patch) | |
tree | f5d72a50c3d60d851ed8d7f6f754bab84fa8a8e0 /App.config | |
download | ArchBreaker-4bb20b3e883912fc5468fe2492d9070cec9e367f.tar.gz ArchBreaker-4bb20b3e883912fc5468fe2492d9070cec9e367f.zip |
Diffstat (limited to '')
-rwxr-xr-x | App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/App.config b/App.config new file mode 100755 index 0000000..d740e88 --- /dev/null +++ b/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 |