summaryrefslogtreecommitdiff
path: root/tools/MbUnit/MbUnit.Cons.exe.config
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2007-08-26 20:10:42 -0600
committermo khan <mo@mokhan.ca>2007-08-26 20:10:42 -0600
commit330be9feefb6394479553be0e078b4c4df3cbff1 (patch)
tree55618c8af0d36583cde0ea5b4b193b98815a35aa /tools/MbUnit/MbUnit.Cons.exe.config
import from svntrunk
Diffstat (limited to 'tools/MbUnit/MbUnit.Cons.exe.config')
-rw-r--r--tools/MbUnit/MbUnit.Cons.exe.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/MbUnit/MbUnit.Cons.exe.config b/tools/MbUnit/MbUnit.Cons.exe.config
new file mode 100644
index 0000000..7fd5edb
--- /dev/null
+++ b/tools/MbUnit/MbUnit.Cons.exe.config
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <runtime>
+ <!-- Don't kill application on first uncaught exception. -->
+ <legacyUnhandledExceptionPolicy enabled="1" />
+ </runtime>
+
+ <startup>
+ <supportedRuntime version="v2.0.50727" />
+ <supportedRuntime version="v1.1.4322"/>
+ </startup>
+</configuration>