17 lines
No EOL
493 B
XML
17 lines
No EOL
493 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<runtime>
|
|
<loadFromRemoteSources enabled="true" />
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<probing privatePath="lib" />
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
</startup>
|
|
<system.net>
|
|
<defaultProxy>
|
|
<proxy bypassonlocal="false" usesystemdefault="true" />
|
|
</defaultProxy>
|
|
</system.net>
|
|
</configuration> |