Syncfusion update

This commit is contained in:
HuskyTeufel
2019-11-19 11:05:20 +01:00
parent 10ef0f2b40
commit 1b625069ee
17 changed files with 183 additions and 88 deletions

View File

@@ -63,6 +63,7 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="app.config" />
<None Include="XML2006\SchemaDateien\0610-betriebsdaten.xsd">
<SubType>Designer</SubType>
</None>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Shared.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-17.3460.0.21" newVersion="17.3460.0.21" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-17.3460.0.21" newVersion="17.3460.0.21" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>