/tools/MbUnit/MbUnit.Cons.exe.config

http://github.com/philiplaureano/LinFu · Unknown · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · fb6ace399bb033ca5c224e8d6c9fc833 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <runtime>
  4. <!-- Don't kill application on first uncaught exception. -->
  5. <legacyUnhandledExceptionPolicy enabled="1" />
  6. </runtime>
  7. <startup>
  8. <supportedRuntime version="v2.0.50727" />
  9. <supportedRuntime version="v1.1.4322"/>
  10. </startup>
  11. </configuration>