blob: 02559a13af0776a478185841482f27c963ef70cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ayatana-appindicator3-sharp" publicKeyToken="bcae265d1c7ab4c2" />
<bindingRedirect oldVersion="0.0.0.0-0.1.0.0" newVersion="@PROJECT_VERSION@.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
|