Files
BeWoPlaner/BeWoChatServer/App.config

15 lines
518 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-07-18 06:14:17 +02:00
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
2016-07-18 06:14:17 +02:00
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.5.1.0" newVersion="2.5.1.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
2016-07-18 06:14:17 +02:00
</configuration>