mattercontrol/App.config

30 lines
1.2 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2014-01-29 19:09:30 -08:00
<configuration>
<runtime>
<loadFromRemoteSources enabled="true" />
2014-01-29 19:09:30 -08:00
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib" />
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Linq" publicKeyToken="94bc3704cddfc263" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
</dependentAssembly>
2014-01-29 19:09:30 -08:00
</assemblyBinding>
</runtime>
2015-04-08 15:20:10 -07:00
<startup>
2018-03-21 22:25:13 -07:00
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" />
2015-04-08 15:20:10 -07:00
</startup>
2015-09-15 18:17:56 -07:00
<system.net>
<defaultProxy>
<proxy bypassonlocal="false" usesystemdefault="true" />
2015-09-15 18:17:56 -07:00
</defaultProxy>
</system.net>
2017-03-15 09:46:54 -07:00
</configuration>