/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
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <runtime>
- <!-- Don't kill application on first uncaught exception. -->
- <legacyUnhandledExceptionPolicy enabled="1" />
- </runtime>
- <startup>
- <supportedRuntime version="v2.0.50727" />
- <supportedRuntime version="v1.1.4322"/>
- </startup>
- <appSettings>
- <add key="restorePreviousState" value="true" />
- </appSettings>
- </configuration>