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