summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Gallio.Icarus.exe.config
blob: 7848fc5062b557a2cc8e04bc7876b856bd097ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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>

  <system.diagnostics>
    <assert assertuienabled="false" />
  </system.diagnostics>
  
  <startup>
    <supportedRuntime version="v2.0.50727" />
  </startup>
    
  <gallio>
    <runtime>      
    </runtime>
  </gallio>
</configuration>