This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/ref/xcad-examples/EventsHandler/vb/app.config
2022-10-15 19:16:08 +02:00

11 lines
416 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Xarial.XCad" publicKeyToken="60dcaf351d4060db" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.5.2.0" newVersion="0.5.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>