diff options
| author | ShiftOS <[email protected]> | 2014-10-11 14:14:20 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2014-10-11 14:14:20 -0400 |
| commit | cb58c22d232766d955d6c9d37e168e505b5faa9d (patch) | |
| tree | 6dc22833fd0071fbe64b688e2e3f295450300301 /ShiftOS/bin/Release/ShiftOS.vshost.exe.config | |
| download | shiftos-cb58c22d232766d955d6c9d37e168e505b5faa9d.tar.gz shiftos-cb58c22d232766d955d6c9d37e168e505b5faa9d.tar.bz2 shiftos-cb58c22d232766d955d6c9d37e168e505b5faa9d.zip | |
Initoriginal
Diffstat (limited to 'ShiftOS/bin/Release/ShiftOS.vshost.exe.config')
| -rw-r--r-- | ShiftOS/bin/Release/ShiftOS.vshost.exe.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS/bin/Release/ShiftOS.vshost.exe.config b/ShiftOS/bin/Release/ShiftOS.vshost.exe.config new file mode 100644 index 0000000..49c50e0 --- /dev/null +++ b/ShiftOS/bin/Release/ShiftOS.vshost.exe.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 |
