11 lines
314 B
XML
11 lines
314 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<runtime>
|
|
<!-- WARNING: will load assemblies from remote locations as fully trusted! -->
|
|
<loadFromRemoteSources enabled="true" />
|
|
</runtime>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0"/>
|
|
</startup>
|
|
</configuration>
|