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:
authorKirill Osenkov <github@osenkov.com>2019-04-24 00:43:44 +0300
committerKirill Osenkov <github@osenkov.com>2019-04-25 00:05:45 +0300
commit1a8cf3569cd8c7e8c2ef98fe8c937a969c5395a0 (patch)
tree27b79f025948cc689fa3ba3c821990ebe7b5d73b /main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
parent85aeed9d94711fb4d1b73b571f1a86b9144429bf (diff)
Fix Windows build.
Move editor implementations from Ide.addin.xml to Cocoa.addin.xml.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
index 9eca1c59da..285d564065 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
@@ -11,30 +11,7 @@
<Import assembly="Microsoft.VisualStudio.Text.UI.dll" />
<Import assembly="Microsoft.VisualStudio.Threading.dll" />
<Import assembly="Microsoft.VisualStudio.Validation.dll" />
- <Import assembly="Microsoft.VisualStudio.CoreUtilityImplementation.dll" />
<Import assembly="Microsoft.VisualStudio.Language.dll" />
- <Import assembly="Microsoft.VisualStudio.Language.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Language.Utilities.dll" />
- <Import assembly="Microsoft.VisualStudio.Logic.Text.BufferUndoManager.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Logic.Text.Classification.Aggregator.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Logic.Text.Classification.LookUp.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Logic.Text.Find.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Logic.Text.Navigation.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Logic.Text.Tagging.Aggregator.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.BraceCompletion.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.Data.Utilities.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.Differencing.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.EditorOptions.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.Implementation.StandaloneUndo.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.Logic.Utilities.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.Model.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.MultiCaret.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.Outlining.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.PatternMatching.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.Text.UI.Utilities.dll" />
- <Import assembly="Microsoft.VisualStudio.UI.Text.Commanding.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.UI.Text.EditorOperations.Implementation.dll" />
- <Import assembly="Microsoft.VisualStudio.UI.Text.EditorPrimitives.Implementation.dll" />
</Runtime>
<!-- Extension ponts -->
@@ -449,34 +426,10 @@
<Assembly file="Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll" />
<Assembly file="Microsoft.CodeAnalysis.Workspaces.dll" />
<Assembly file="Microsoft.VisualStudio.CodingConventions.dll" />
- <Assembly file="Microsoft.VisualStudio.CoreUtilityImplementation.dll" />
<Assembly file="Microsoft.VisualStudio.Language.dll" />
- <Assembly file="Microsoft.VisualStudio.Language.Implementation.dll" />
<Assembly file="Microsoft.VisualStudio.Language.StandardClassification.dll"/>
- <Assembly file="Microsoft.VisualStudio.Language.Utilities.dll" />
- <Assembly file="Microsoft.VisualStudio.Logic.Text.BufferUndoManager.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Logic.Text.Classification.Aggregator.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Logic.Text.Classification.LookUp.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Logic.Text.Find.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Logic.Text.Navigation.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Logic.Text.Tagging.Aggregator.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.BraceCompletion.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.Data.Utilities.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.Differencing.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.EditorOptions.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.Extras.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.Implementation.StandaloneUndo.dll" />
<Assembly file="Microsoft.VisualStudio.Text.Logic.dll"/>
- <Assembly file="Microsoft.VisualStudio.Text.Logic.Utilities.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.Model.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.MultiCaret.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.Outlining.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.Text.PatternMatching.Implementation.dll" />
<Assembly file="Microsoft.VisualStudio.Text.UI.dll"/>
- <Assembly file="Microsoft.VisualStudio.Text.UI.Utilities.dll" />
- <Assembly file="Microsoft.VisualStudio.UI.Text.Commanding.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.UI.Text.EditorOperations.Implementation.dll" />
- <Assembly file="Microsoft.VisualStudio.UI.Text.EditorPrimitives.Implementation.dll" />
<Assembly file="MonoDevelop.Ide.dll"/>
</Extension>