12 lines
471 B
XML
12 lines
471 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0.30319" />
|
|
</startup>
|
|
<runtime>
|
|
<legacyUnhandledExceptionPolicy enabled="1" />
|
|
<legacyCorruptedStateExceptionsPolicy enabled="true" />
|
|
<loadFromRemoteSources enabled="true" />
|
|
<AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
|
|
</runtime>
|
|
</configuration> |