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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2014-08-27 22:25:55 +0400
committerAlexander Köplinger <alex.koeplinger@outlook.com>2014-08-27 22:25:55 +0400
commitaf97e7221d72114399713d4dcfc894be35fba9f1 (patch)
treed6a53497439c53e8b8ba63349483a9ba7c8cb98d /main/src/core/MonoDevelop.Startup
parentcca1f2688edeb19af922235748071b2a56b5cbd7 (diff)
Removed unnecessary assembly redirect for Mono.Cairo
This was originally added because the GTK# installer didn't ship Mono.Cairo 4.0 on Windows. This is no longer the case, so the assembly redirect can be removed.
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index b653baa9ff..aa60d91311 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -6,11 +6,6 @@
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
<bindingRedirect oldVersion="0.84.0.0" newVersion="2.84.0.0"/>
</dependentAssembly>
- <dependentAssembly>
- <!-- This is required on Windows, since the GTK# installer only includes Mono.Cairo 2.0 -->
- <assemblyIdentity name="Mono.Cairo" publicKeyToken="0738eb9f132ed756" culture="neutral" />
- <bindingRedirect oldVersion="4.0.0.0" newVersion="2.0.0.0"/>
- </dependentAssembly>
</assemblyBinding>
</runtime>