Die app.configs der Report-Projekte hinzugefügt

This commit is contained in:
Lyndon Jetten
2021-06-07 14:23:33 +02:00
parent be9f660787
commit c35c76ec18
309 changed files with 3746 additions and 0 deletions

11
ReportImp/Nous/app.config Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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>
</configuration>