summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Gallio.Host.exe.config
blob: eab86ebde39b601c173d36d5ffe95af46e3e6308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <runtime>
    <legacyUnhandledExceptionPolicy enabled="1" />
  </runtime>

  <system.runtime.remoting>
    <customErrors mode="off"/>
  </system.runtime.remoting>

  <system.diagnostics>
    <assert assertuienabled="false" />
  </system.diagnostics>
</configuration>