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-12 02:24:43 +0300
committerKirill Osenkov <github@osenkov.com>2018-12-12 02:24:43 +0300
commit2fbb73dbf2cd749d6d4878b6dbdd09038057cc67 (patch)
tree07574b6b23744c9b5da1d19150fef150390767c9 /main/msbuild
parenta777f4eadf4518a0861f744065a897ff24fba504 (diff)
Move project references to core.
TextUIWpf, UIAutomationProvider and UIAutomationTypes are transitively references from core anyway, so let's make this explicit to be able to control the output.
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Mac.props12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/msbuild/ReferencesVSEditor.Mac.props b/main/msbuild/ReferencesVSEditor.Mac.props
index 69ae299a15..57146ae888 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\Def\TextUIWpf\TextUIWpf.csproj">
+ <Name>TextUIWpf</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>
@@ -61,5 +65,13 @@
<Name>WindowsBase</Name>
<Private>$(ReferencesVSEditorCopyToOutput)</Private>
</ProjectReference>
+ <ProjectReference Include="$(RootDirectory)external\vs-editor-core\src\FPF\UIAutomationProvider\UIAutomationProvider.csproj">
+ <Name>UIAutomationProvider</Name>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
+ <ProjectReference Include="$(RootDirectory)external\vs-editor-core\src\FPF\UIAutomationTypes\UIAutomationTypes.csproj">
+ <Name>UIAutomationTypes</Name>
+ <Private>$(ReferencesVSEditorCopyToOutput)</Private>
+ </ProjectReference>
</ItemGroup>
</Project> \ No newline at end of file