提交 4baf8132 编写于 作者: J Jared Parsons

Properly disable dependencies node

上级 aaf006ac
......@@ -218,16 +218,6 @@
</SuggestedBindingRedirects>
</ItemGroup>
<!--
Work around some UI delays in the new project system
https://github.com/dotnet/project-system/issues/2297
-->
<ItemGroup>
<ProjectCapability Remove="DependenciesTree"/>
</ItemGroup>
<Import Project="$(MSBuildTargetsFilePath)" Condition="'$(RoslynSdkProject)' != 'true'" />
<Import Project="$(RoslynNetSdkRootPath)Sdk.targets" Condition="'$(RoslynSdkProject)' == 'true'" />
......@@ -340,6 +330,16 @@
<Import Project="GenerateInternalsVisibleTo.targets" />
<Import Project="DisableTransitiveReferences.targets" Condition="'$(RoslynProjectType)' == 'Vsix' AND '$(RoslynSdkProject)' == 'true'" />
<!--
Work around some UI delays in the new project system
https://github.com/dotnet/project-system/issues/2297
-->
<ItemGroup>
<ProjectCapability Remove="DependenciesTree"/>
</ItemGroup>
<ItemDefinitionGroup>
<VSIXSourceItem>
<Visible>false</Visible>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册