miranda/Hyphen/Plugins/bin/IL/Virtuoso.Miranda.Plugins.Resources.miranda32.exe.config

20 lines
664 B
Plaintext
Raw Normal View History

2013-06-26 00:53:41 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<supportedRuntime version="2.0.50727" />
<supportedRuntime version="4.0" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins" />
<dependentAssembly>
<assemblyIdentity name="Hyphen" publicKeyToken="87bb0d20451dfb58" culture="neutral" />
<bindingRedirect oldVersion="0.8.0.0-0.8.2009.0201"
newVersion="0.8.3000.00909" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing = "true" />
</settings>
</system.net>
</configuration>