~indicator-applet-developers/indicator-application/trunk.17.04

« back to all changes in this revision

Viewing changes to bindings/mono/policy.0.0.appindicator-sharp.config.in

* Upstream Merge
  * Removing libappindicator from the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configuration>
2
 
        <runtime>
3
 
                <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
4
 
                        <dependentAssembly>
5
 
                                <assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="bcae265d1c7ab4c2" />
6
 
                                <bindingRedirect oldVersion="0.0.0.0-0.1.0.0" newVersion="@ASSEMBLY_VERSION@"/>
7
 
                        </dependentAssembly>
8
 
                </assemblyBinding>
9
 
        </runtime>
10
 
</configuration>