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:
authorJérémie Laval <jeremie.laval@gmail.com>2019-01-25 00:18:27 +0300
committerJérémie Laval <jeremie.laval@gmail.com>2019-01-25 05:43:37 +0300
commit8bc0eab45978757545a51140a824f55de8784c5d (patch)
tree60a6c1c69bc06c8e22a80a96fdcc127d1da3e4d2 /main/msbuild
parent0ac9bfb60eb3064f621df02d22bb063ed16f6232 (diff)
[build] Integrate new StructureImpl project
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 cc74e6982e..334c05d65b 100644
--- a/main/msbuild/ReferencesVSEditor.Mac.props
+++ b/main/msbuild/ReferencesVSEditor.Mac.props
@@ -40,6 +40,7 @@
<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" />
+ <IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Structure.dll" />
</ItemGroup>
<Import Project="$(RootDirectory)external\vs-editor-core\build\Environment.props" />