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:
Diffstat (limited to 'src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj')
-rw-r--r--src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj b/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj
index a93e997..920cc6b 100644
--- a/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj
+++ b/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj
@@ -4,8 +4,12 @@
<TargetFramework>$(TargetFramework)</TargetFramework>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="PresentationFramework" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="..\TextData\TextData.csproj" />
<ProjectReference Include="..\TextUI\TextUI.csproj" />
+ <ProjectReference Include="..\TextUIWpf\TextUIWpf.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Composition" />