diff --git a/doc/SharpDevelopInfoResources.txt b/doc/SharpDevelopInfoResources.txt index 58e3b42204..8acc7ac723 100644 --- a/doc/SharpDevelopInfoResources.txt +++ b/doc/SharpDevelopInfoResources.txt @@ -26,3 +26,6 @@ http://wiki.sharpdevelop.net/FeaturesWeSolicitHelpFor.ashx http://wiki.sharpdevelop.net/Wishlist.ashx +++ TECH NOTES ++ +https://www.github.com/icsharpcode/SharpDevelop/tree/master/doc/technotes/ +(doc/technotes/ in source code download) diff --git a/src/AddIns/Analysis/UnitTesting/UnitTesting.csproj b/src/AddIns/Analysis/UnitTesting/UnitTesting.csproj index 24a0416b98..83b58e16b4 100644 --- a/src/AddIns/Analysis/UnitTesting/UnitTesting.csproj +++ b/src/AddIns/Analysis/UnitTesting/UnitTesting.csproj @@ -38,6 +38,7 @@ ..\..\..\Tools\NUnit\nunit.framework.dll + False 3.0 @@ -57,11 +58,6 @@ False False - - ..\..\..\Tools\NUnit\lib\nunit.uikit.dll - False - False - 4.0 diff --git a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj index cefb638143..4badfa23d5 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj +++ b/src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj @@ -180,14 +180,17 @@ {53DCA265-3C3C-42F9-B647-F72BA678122B} ICSharpCode.NRefactory.CSharp + False {3B2A5653-EC97-4001-BB9B-D90F1AF2C371} ICSharpCode.NRefactory + False {DDE2A481-8271-4EAC-A330-8FA6A38D13D1} ICSharpCode.TreeView + False {2748AD25-9C63-4E12-877B-4DCE96FBED54} diff --git a/src/AddIns/Debugger/Debugger.Core/Debugger.Core.csproj b/src/AddIns/Debugger/Debugger.Core/Debugger.Core.csproj index bb4ee6d80c..6e70907bf1 100644 --- a/src/AddIns/Debugger/Debugger.Core/Debugger.Core.csproj +++ b/src/AddIns/Debugger/Debugger.Core/Debugger.Core.csproj @@ -136,10 +136,12 @@ {D68133BD-1E63-496E-9EDE-4FBDBF77B486} Mono.Cecil + False {3B2A5653-EC97-4001-BB9B-D90F1AF2C371} ICSharpCode.NRefactory + False diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.csproj b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.csproj index 28a49522bc..720479b1f6 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.csproj +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.csproj @@ -202,6 +202,7 @@ {3B2A5653-EC97-4001-BB9B-D90F1AF2C371} ICSharpCode.NRefactory + False {2748AD25-9C63-4E12-877B-4DCE96FBED54} diff --git a/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin b/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin index 7f65ae8d41..69cd2fee8c 100755 --- a/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin +++ b/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin @@ -1869,10 +1869,6 @@ - - @@ -1899,7 +1895,7 @@ - + { #if !DEBUG - ICommand command = (ICommand)AddInTree.BuildItem(path, null); + ICommand command = (ICommand)SD.AddInTree.BuildItem(path, null); #endif if (command != null) { command.Owner = project; diff --git a/src/Setup/Files.wxs b/src/Setup/Files.wxs index b1d3d3c5ab..1b5990ed15 100644 --- a/src/Setup/Files.wxs +++ b/src/Setup/Files.wxs @@ -495,23 +495,6 @@ - - - - - - - - - - - - - - - - - @@ -952,8 +935,8 @@ - - + - --> @@ -1590,7 +1572,6 @@ --> - diff --git a/src/Setup/Setup.wxs b/src/Setup/Setup.wxs index e09ccf4e9f..dfe34dfc8d 100644 --- a/src/Setup/Setup.wxs +++ b/src/Setup/Setup.wxs @@ -199,7 +199,6 @@ - @@ -365,8 +364,8 @@ + --> + @@ -378,14 +377,13 @@ - + -