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:
authorLluis Sanchez <lluis@xamarin.com>2012-01-18 12:30:08 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-01-18 12:30:08 +0400
commit40204717e574d6eea087c3c01a54fac9da074281 (patch)
treeeab3b10619393dc648beb644312deae9698f867e /main/src/core/MonoDevelop.Startup
parent7bbc9caa9f0020360dc51106f9fe8f9d57cc8747 (diff)
Add Mono.Cairo assembly redirect required for Windows
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index aa60d91311..b653baa9ff 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -6,6 +6,11 @@
<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>