MemoryMappedFile support on Windows
[mono.git] / mcs / tools / nunit-lite / nunit-lite-console / nunit-lite-console.exe.config
1 <?xml version="1.0" encoding="Windows-1252"?>\r
2 <configuration>\r
3  <runtime>\r
4  <!-- \r
5    This is necessary to prevent the runner from terminating on\r
6    any unhandled exceptions which occur. We account for unhandled exceptions on\r
7    other threads with an event handler, but would still be terminated using the\r
8    new behavior.\r
9  -->\r
10    <legacyUnhandledExceptionPolicy enabled="1" />\r
11   </runtime>\r
12 </configuration>\r