/tools/MbUnit/MbUnit.GUI.exe.config

http://github.com/philiplaureano/LinFu · Unknown · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · a86c308d03b3e3dc1ec6274f5dc8de65 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. <appSettings>
  12. <add key="restorePreviousState" value="true" />
  13. </appSettings>
  14. </configuration>