2018-09-17 15:33:56 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-09-17 15:20:28 +02:00
|
|
|
<configuration>
|
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
|
|
</startup>
|
2018-09-17 15:33:56 +02:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="ZedGraph" publicKeyToken="02a83cbd123fcd60" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-5.1.7.430" newVersion="5.1.7.430" />
|
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2018-09-17 15:20:28 +02:00
|
|
|
</configuration>
|