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>2018-12-11 23:08:06 +0300
committerDavid Karlaš <david.karlas@microsoft.com>2018-12-11 23:27:18 +0300
commit1d38b4451ca649b66b5c3f19a30d3acb5c10d602 (patch)
tree76aa967972da819b764cd9b488b32fab54e47257 /main/msbuild
parent699774579f6e4a69aafc9a514dd05709fbd3fb16 (diff)
Fix build
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Mac.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/msbuild/ReferencesVSEditor.Mac.props b/main/msbuild/ReferencesVSEditor.Mac.props
index 34224fd207..ea7b8d5b06 100644
--- a/main/msbuild/ReferencesVSEditor.Mac.props
+++ b/main/msbuild/ReferencesVSEditor.Mac.props
@@ -41,7 +41,7 @@
<Name>TextDataUtil</Name>
<Private>false</Private>
</ProjectReference>
- <ProjectReference Include="$(RootDirectory)external\vs-editor-core\src\Editor\Text\Util\TextUIUtil\TextUIUtil.csproj" />
+ <ProjectReference Include="$(RootDirectory)external\vs-editor-core\src\Editor\Text\Util\TextUIUtil\TextUIUtil.csproj">
<Name>TextUIUtil</Name>
<Private>false</Private>
</ProjectReference>