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
path: root/main
diff options
context:
space:
mode:
authorKirill Osenkov <github@osenkov.com>2019-10-29 04:15:04 +0300
committerKirill Osenkov <github@osenkov.com>2019-10-29 04:15:04 +0300
commit41b60b33512118cb9c588600ad02dc897ead4bee (patch)
treeed54d3350b5d519ba3f7829594b1f1338692bdda /main
parent68a3770586da85059072f490ec25942d3e9666d8 (diff)
Add IncludeCopyLocal for IndentationManager.Impl.dll
Diffstat (limited to 'main')
-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 5789a65755..a95939d907 100644
--- a/main/msbuild/ReferencesVSEditor.Mac.props
+++ b/main/msbuild/ReferencesVSEditor.Mac.props
@@ -26,6 +26,7 @@
<IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.EditorPrimitives.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.TextAndAdornmentSequencer.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Wpf.Classification.Implementation.dll" />
+ <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.IndentationManager.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.PatternMatching.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Outlining.Implementation.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.MultiCaret.Implementation.dll" />