diff options
| author | mo khan <mo@mokhan.ca> | 2007-11-02 17:03:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2007-11-02 17:03:42 -0600 |
| commit | 36ffa9f174c831146ca5630a41b75c9d213f3db6 (patch) | |
| tree | 3ba71964656b385995bb9557c87a05b131348ddf /tools/mbunit/bin/MbUnit.Cons.exe.config | |
Diffstat (limited to 'tools/mbunit/bin/MbUnit.Cons.exe.config')
| -rw-r--r-- | tools/mbunit/bin/MbUnit.Cons.exe.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/mbunit/bin/MbUnit.Cons.exe.config b/tools/mbunit/bin/MbUnit.Cons.exe.config new file mode 100644 index 0000000..7fd5edb --- /dev/null +++ b/tools/mbunit/bin/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>
|
