summaryrefslogtreecommitdiff
path: root/tools/MbUnit/MbUnit.GUI.exe.config
blob: 46bf22b39442cc371103f52df401e5907ad3231e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>