master
 1<?xml version="1.0" encoding="utf-8" ?>
 2<configuration>
 3  <configSections>
 4    <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
 5  </configSections>
 6  
 7  <runtime>
 8    <!-- Don't kill application on first uncaught exception.
 9         We don't want the test runner to terminate itself unexpectedly
10         without reporting the test failure associated with that exception. -->
11    <legacyUnhandledExceptionPolicy enabled="1" />
12  </runtime>
13
14  <system.runtime.remoting>
15    <customErrors mode="off"/>
16  </system.runtime.remoting>
17
18  <system.diagnostics>
19    <assert assertuienabled="false" />
20  </system.diagnostics>
21  
22  <startup>
23    <supportedRuntime version="v2.0.50727" />
24  </startup>
25    
26  <castle>    
27  </castle>
28</configuration>