aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/policy.0.1.appindicator-sharp.config.in
blob: dd9e6e9007e34543799167fb4cb3eb3117be5fde (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-@ASSEMBLY_VERSION@" newVersion="@ASSEMBLY_VERSION@"/>
			</dependentAssembly>
		</assemblyBinding>
	</runtime>
</configuration>