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-07-17 18:41:33 +0300
committerAaron Bockover <abock@microsoft.com>2019-07-17 21:32:33 +0300
commit0b92a4dc241aa16bc33659e188f5b4325fc903cd (patch)
tree3bff4701574284c761c5cb9d84286ba784fe9b26
parent479099c95ba1012b7e6394ffac972cb77f55c4d5 (diff)
ProjectReferences.projitems: add Imaging.csproj
-rw-r--r--ProjectReferences.projitems4
1 files changed, 4 insertions, 0 deletions
diff --git a/ProjectReferences.projitems b/ProjectReferences.projitems
index 6a5f322..ef683cb 100644
--- a/ProjectReferences.projitems
+++ b/ProjectReferences.projitems
@@ -33,6 +33,10 @@
<SolutionFolder>Shared</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)src\Editor\Imaging\Def\Imaging.csproj">
+ <SolutionFolder>Shared</SolutionFolder>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
<ProjectReference Include="$(MSBuildThisFileDirectory)src\Editor\Text\Def\TextData\TextData.csproj">
<SolutionFolder>Shared</SolutionFolder>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>