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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-17 09:22:32 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-17 09:22:32 +0300
commitb55a07ead24af5daa0e674ea8741698a8818583e (patch)
tree3dd6df239d70abb378448e424fc351d1569d1861 /main/msbuild
parent2b36f7d8c68878fcbd4cc89d45a88c77894fcfeb (diff)
Add System.ComponentModel.Composition to core refs
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MonoDevelop.AfterCommon.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/msbuild/MonoDevelop.AfterCommon.props b/main/msbuild/MonoDevelop.AfterCommon.props
index 5f6a7984a9..12b8faf1fc 100644
--- a/main/msbuild/MonoDevelop.AfterCommon.props
+++ b/main/msbuild/MonoDevelop.AfterCommon.props
@@ -85,6 +85,7 @@
<!-- default refs. the TargetFramework check is to exclude RefactoringEssentials -->
<ItemGroup Condition="'$(AddMonoDevelopCoreReferences)' == 'true'">
+ <Reference Include="System.ComponentModel.Composition" />
<ProjectReference Include="$(MonoDevelopRootDir)src\core\MonoDevelop.Core\MonoDevelop.Core.csproj" Private="False" />
<ProjectReference Include="$(MonoDevelopRootDir)src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj" Private="False" />
<ProjectReference Include="$(MonoDevelopRootDir)external\mono-addins\Mono.Addins\Mono.Addins.csproj" Private="False" />