blob: 7fd5edb178c7ff9dcee6f697c2e031e547aa8eae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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>
</configuration>
|