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>2018-12-11 23:19:21 +0300
committerKirill Osenkov <github@osenkov.com>2018-12-11 23:19:21 +0300
commit699774579f6e4a69aafc9a514dd05709fbd3fb16 (patch)
tree6aa9edd4ffe6fcf8a0ffca751750314c6e9a0e03 /main/msbuild
parent0e70b77919b4f3d7e0395a76333fdb7a7eb30dac (diff)
Add TextDataUtil reference to Core.
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Mac.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/msbuild/ReferencesVSEditor.Mac.props b/main/msbuild/ReferencesVSEditor.Mac.props
index 006b13d534..34224fd207 100644
--- a/main/msbuild/ReferencesVSEditor.Mac.props
+++ b/main/msbuild/ReferencesVSEditor.Mac.props
@@ -37,6 +37,10 @@
<Name>TextUI</Name>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
+ <ProjectReference Include="$(RootDirectory)external\vs-editor-core\src\Editor\Text\Util\TextDataUtil\TextDataUtil.csproj" />
+ <Name>TextDataUtil</Name>
+ <Private>false</Private>
+ </ProjectReference>
<ProjectReference Include="$(RootDirectory)external\vs-editor-core\src\Editor\Text\Util\TextUIUtil\TextUIUtil.csproj" />
<Name>TextUIUtil</Name>
<Private>false</Private>