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:
authorDavid Karlaš <david.karlas@microsoft.com>2019-01-22 12:29:18 +0300
committerDavid Karlaš <david.karlas@microsoft.com>2019-01-22 20:55:26 +0300
commit333faaaabe5803030cfe6f8d2476a614b4fd89de (patch)
treedab464727e0eb99292425000b714fa71e8bf02f7 /main/msbuild
parent38a30db559e0e4410f6b6b8c041041e5748c348d (diff)
Initial Debugger support in new editor
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Mac.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/msbuild/ReferencesVSEditor.Mac.props b/main/msbuild/ReferencesVSEditor.Mac.props
index c70908e6cf..cc74e6982e 100644
--- a/main/msbuild/ReferencesVSEditor.Mac.props
+++ b/main/msbuild/ReferencesVSEditor.Mac.props
@@ -39,6 +39,7 @@
<IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.Find.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.Classification.LookUp.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Logic.Text.Classification.Aggregator.Implementation.dll" />
+ <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Wpf.GlyphMargin.Implementation.dll" />
</ItemGroup>
<Import Project="$(RootDirectory)external\vs-editor-core\build\Environment.props" />