20 lines
465 B
XML
20 lines
465 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<runtime>
|
|
<legacyUnhandledExceptionPolicy enabled="1" />
|
|
</runtime>
|
|
|
|
<system.runtime.remoting>
|
|
<customErrors mode="off"/>
|
|
</system.runtime.remoting>
|
|
|
|
<system.diagnostics>
|
|
<assert assertuienabled="false" />
|
|
</system.diagnostics>
|
|
|
|
<startup>
|
|
<supportedRuntime version="v4.0.30319" />
|
|
<supportedRuntime version="v2.0.50727" />
|
|
</startup>
|
|
</configuration>
|