summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Gallio.Icarus.exe.config
diff options
context:
space:
mode:
Diffstat (limited to 'build/tools/gallio/Gallio.Icarus.exe.config')
-rw-r--r--build/tools/gallio/Gallio.Icarus.exe.config28
1 files changed, 28 insertions, 0 deletions
diff --git a/build/tools/gallio/Gallio.Icarus.exe.config b/build/tools/gallio/Gallio.Icarus.exe.config
new file mode 100644
index 0000000..5f68934
--- /dev/null
+++ b/build/tools/gallio/Gallio.Icarus.exe.config
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <configSections>
+ <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
+ </configSections>
+
+ <runtime>
+ <!-- Don't kill application on first uncaught exception.
+ We don't want the test runner to terminate itself unexpectedly
+ without reporting the test failure associated with that exception. -->
+ <legacyUnhandledExceptionPolicy enabled="1" />
+ </runtime>
+
+ <system.runtime.remoting>
+ <customErrors mode="off"/>
+ </system.runtime.remoting>
+
+ <system.diagnostics>
+ <assert assertuienabled="false" />
+ </system.diagnostics>
+
+ <startup>
+ <supportedRuntime version="v2.0.50727" />
+ </startup>
+
+ <castle>
+ </castle>
+</configuration>