From d8a358fae74662012a91fb582781a1224a4c94bd Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Thu, 11 Feb 2010 21:33:13 +0000 Subject: [PATCH] Fixed hard-binding attributes for ICSharpCode.SharpDevelop. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5496 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- doc/technotes/Versioning.html | 2 +- src/Main/Base/Project/Configuration/AssemblyInfo.cs | 6 ++---- src/Main/StartUp/Project/StartUp.csproj | 3 ++- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/technotes/Versioning.html b/doc/technotes/Versioning.html index f6e9e2f814..6bf3c05bec 100644 --- a/doc/technotes/Versioning.html +++ b/doc/technotes/Versioning.html @@ -22,7 +22,7 @@ The revision number is retrieved by running a function in NSvn.Core.dll equivale in the "src" folder. When this doesn't work (e.g. in an exported tree like the source code download on the build server), the content of the file src/REVISION is used as revision number. -When even this fails, the revision '9999' is used. +When even this fails, the revision '0' is used.

Publisher Policy

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 @@ - + + Debug AnyCPU