aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/policy.0.0.appindicator-sharp.config.in
blob: 95c21ed8908c790d437a3272321e9e443b531f31 (plain)
1
2
3
4
5
6
7
8
9
10
<configuration>
	<runtime>
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
			<dependentAssembly>
				<assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="bcae265d1c7ab4c2" />
				<bindingRedirect oldVersion="0.0.0.0-@ASSEMBLY_VERSION@" newVersion="@ASSEMBLY_VERSION@"/>
			</dependentAssembly>
		</assemblyBinding>
	</runtime>
</configuration>