miranda/Hyphen/Virtuoso.Hyphen/miranda32.exe.config
2013-06-25 22:53:41 +00:00

18 lines
613 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<supportedRuntime version="2.0.50727" />
<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.2008.0522" newVersion="0.8.2009.0201" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing = "true" />
</settings>
</system.net>
</configuration>