Welcome to mirror list, hosted at ThFree Co, Russian Federation.

app.config « MonoDevelop.Startup « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa60d9131194f476727994bad6eff789f3192824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<runtime>
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
			<dependentAssembly>
				<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
				<bindingRedirect oldVersion="0.84.0.0" newVersion="2.84.0.0"/>
			</dependentAssembly>
		</assemblyBinding>
	</runtime>
	
	<!-- This is required by the subversion add-in for windows, which uses a mixed mode assembly built with .NET 2.0 -->
	<startup useLegacyV2RuntimeActivationPolicy="true">
		<supportedRuntime version="v4.0"/>
	</startup>
</configuration>