From d8a358fae74662012a91fb582781a1224a4c94bd Mon Sep 17 00:00:00 2001
From: Daniel Grunwald
While the assembly versioning schema is not so important inside
diff --git a/src/Main/Base/Project/Configuration/AssemblyInfo.cs b/src/Main/Base/Project/Configuration/AssemblyInfo.cs
index b197949a6f..d44123e798 100644
--- a/src/Main/Base/Project/Configuration/AssemblyInfo.cs
+++ b/src/Main/Base/Project/Configuration/AssemblyInfo.cs
@@ -16,7 +16,8 @@ using System.Runtime.CompilerServices;
// Use hard-binding for ICSharpCode.SharpDevelop:
[assembly: Dependency("ICSharpCode.Core", LoadHint.Always)]
[assembly: Dependency("ICSharpCode.Core.WinForms", LoadHint.Always)]
-[assembly: Dependency("ICSharpCode.TextEditor", LoadHint.Always)]
+[assembly: Dependency("ICSharpCode.Core.Presentation", LoadHint.Always)]
+[assembly: Dependency("ICSharpCode.AvalonEdit", LoadHint.Always)]
[assembly: Dependency("ICSharpCode.NRefactory", LoadHint.Always)]
[assembly: Dependency("ICSharpCode.SharpDevelop.Dom", LoadHint.Always)]
[assembly: Dependency("ICSharpCode.SharpDevelop.Widgets", LoadHint.Always)]
@@ -24,9 +25,6 @@ using System.Runtime.CompilerServices;
[assembly: Dependency("System.Drawing", LoadHint.Always)]
[assembly: Dependency("System.Xml", LoadHint.Always)]
[assembly: Dependency("System.Windows.Forms", LoadHint.Always)]
-[assembly: Dependency("WeifenLuo.WinFormsUI.Docking", LoadHint.Always)]
-[assembly: Dependency("Microsoft.Build.Framework", LoadHint.Always)]
-[assembly: Dependency("Microsoft.Build.Engine", LoadHint.Always)]
[assembly: AssemblyTitle("SharpDevelopBase")]
[assembly: AssemblyDescription("The base add-in of SharpDevelop")]
diff --git a/src/Main/StartUp/Project/StartUp.csproj b/src/Main/StartUp/Project/StartUp.csproj
index 3ca3634122..d1780e1f18 100644
--- a/src/Main/StartUp/Project/StartUp.csproj
+++ b/src/Main/StartUp/Project/StartUp.csproj
@@ -1,4 +1,5 @@
-