| 1234567891011121314151617181920212223242526 | <?xml version="1.0" encoding="utf-8"?><configuration>  <runtime>    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">				<probing prvatePath="bin/service/plugins/INSUNew" />		      <dependentAssembly>        <assemblyIdentity name="SunnyUI.Common" publicKeyToken="5a271fb7ba597231" culture="neutral" />        <bindingRedirect oldVersion="0.0.0.0-3.3.2.0" newVersion="3.3.2.0" />      </dependentAssembly>      <dependentAssembly>        <assemblyIdentity name="FastReport.Bars" publicKeyToken="db7e5ce63278458c" culture="neutral" />        <bindingRedirect oldVersion="0.0.0.0-2021.3.0.0" newVersion="2021.3.0.0" />      </dependentAssembly>      <dependentAssembly>        <assemblyIdentity name="FastReport.Editor" publicKeyToken="db7e5ce63278458c" culture="neutral" />        <bindingRedirect oldVersion="0.0.0.0-2021.3.0.0" newVersion="2021.3.0.0" />      </dependentAssembly>      <dependentAssembly>        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />        <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />      </dependentAssembly>    </assemblyBinding>  </runtime><startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration>
 |