summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Gallio.Echo.exe.config
diff options
context:
space:
mode:
Diffstat (limited to 'build/tools/gallio/Gallio.Echo.exe.config')
-rw-r--r--build/tools/gallio/Gallio.Echo.exe.config30
1 files changed, 0 insertions, 30 deletions
diff --git a/build/tools/gallio/Gallio.Echo.exe.config b/build/tools/gallio/Gallio.Echo.exe.config
deleted file mode 100644
index 17db76e..0000000
--- a/build/tools/gallio/Gallio.Echo.exe.config
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <configSections>
- <section name="gallio" type="Gallio.Runtime.GallioSectionHandler, Gallio" />
- </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>
-
- <startup>
- <supportedRuntime version="v2.0.50727" />
- </startup>
-
- <system.diagnostics>
- <assert assertuienabled="false" />
- </system.diagnostics>
-
- <gallio>
- <runtime>
- </runtime>
- </gallio>
-</configuration>