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