master
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>