2010-10-09 15:15:16 +00:00
|
|
|
<configuration>
|
|
|
|
|
<runtime>
|
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
|
|
|
|
|
|
<dependentAssembly>
|
2010-11-21 11:08:15 +00:00
|
|
|
<assemblyIdentity name="Duplicati.Library.Utility" publicKeyToken="8bfe994a39631a7b" />
|
2010-10-09 15:15:16 +00:00
|
|
|
<bindingRedirect oldVersion="0.0.0.0 - 99.9.9.9" newVersion="1.0.1.410" />
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="Duplicati.Winforms.Controls" publicKeyToken="8bfe994a39631a7b" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0 - 99.9.9.9" newVersion="1.0.1.410" />
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
<assemblyIdentity name="Duplicati.Library.Interface" publicKeyToken="8bfe994a39631a7b" />
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0 - 99.9.9.9" newVersion="1.0.1.410" />
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
|
|
|
|
|
</assemblyBinding>
|
|
|
|
|
</runtime>
|
|
|
|
|
|
|
|
|
|
<startup>
|
|
|
|
|
<supportedRuntime version="v2.0.50727"/>
|
|
|
|
|
</startup>
|
|
|
|
|
</configuration>
|