2015-01-13 08:13:40 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-29 19:09:30 -08:00
|
|
|
<configuration>
|
|
|
|
|
<runtime>
|
2015-04-08 15:20:10 -07:00
|
|
|
<loadFromRemoteSources enabled="true" />
|
2014-01-29 19:09:30 -08:00
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
2015-04-08 15:20:10 -07:00
|
|
|
<probing privatePath="lib" />
|
2014-01-29 19:09:30 -08:00
|
|
|
</assemblyBinding>
|
|
|
|
|
</runtime>
|
2015-04-08 15:20:10 -07:00
|
|
|
<startup>
|
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
|
|
|
</startup>
|
2015-09-15 18:17:56 -07:00
|
|
|
<system.net>
|
|
|
|
|
<defaultProxy>
|
|
|
|
|
<proxy bypassonlocal="false" usesystemdefault="true" />
|
|
|
|
|
</defaultProxy>
|
|
|
|
|
</system.net>
|
2015-04-08 15:20:10 -07:00
|
|
|
</configuration>
|