1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-25 22:56:09 +03:00
ProxySU/ProxySU_Core/App.config

14 lines
524 B
Plaintext
Raw Normal View History

2021-03-09 13:05:45 +03:00
<?xml version="1.0" encoding="utf-8"?>
2021-02-25 04:59:06 +03:00
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
2021-03-09 13:05:45 +03:00
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ControlzEx" publicKeyToken="69f1c32f803d307e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
2021-02-25 04:59:06 +03:00
</configuration>