Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@microsoft.com>2019-04-04 03:38:32 +0300
committerAaron Bockover <abock@microsoft.com>2019-04-04 03:39:54 +0300
commitc4a4acb7641a240a13f005b76934f336ff6b3e51 (patch)
tree05950ab7e65f4c178d7aa58c5adeb3baf8cba8ce
parent39d89ff695f9a858b2fdd652ecdf9ddb574070a4 (diff)
ProjectReferences.projitems: fix project reference
-rw-r--r--ProjectReferences.projitems2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProjectReferences.projitems b/ProjectReferences.projitems
index 6b98fe9..6a5f322 100644
--- a/ProjectReferences.projitems
+++ b/ProjectReferences.projitems
@@ -165,7 +165,7 @@
<!-- Cocoa Interfaces -->
<ItemGroup Condition="$(HaveXamarinMac)">
- <ProjectReference Include="$(MSBuildThisFileDirectory)src\Editor\Text\Def\TextUIWpf\TextUIWpf.csproj">
+ <ProjectReference Include="$(MSBuildThisFileDirectory)src\Editor\Text\Def\TextUICocoa\TextUICocoa.csproj">
<SolutionFolder>Cocoa</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>