gpt4 book ai didi

c# - 在 visual studio 解决方案资源管理器中隐藏具有某些扩展名 (dll) 的文件

转载 作者:行者123 更新时间:2023-12-05 05:18:57 25 4
gpt4 key购买 nike

我有一个 VS2017 解决方案和项目,它在解决方案资源管理器中显示这些核心 dll 库,这会污染 View 。

enter image description here

dll 是通过包含在第 3 方 nuget 包中的 .targets 文件包含的。我知道这一点是因为当我尝试右键单击项目 -> 删除时,我收到错误提示:

Cannot modify an evaluated object originating in an imported file "....nuget\packages\some.third.party.package\1.0.0\some.third.party.package.targets"

显然,最好的办法是解决根本问题并且不将这些 dll 文件包含在 msbuild 目标文件中,但是假设我无法删除/修改/更新此第 3 方库并且有必要使用它。

如何配置 Visual Studio (2017) 不显示这些 dll?一些过滤 View 的方法对我来说已经足够好了。

最佳答案

How can I configure Visual Studio (2017) to not show these dlls? Some way to filter the view is a good enough fix for me.

据我所知,没有这样的配置 Visual Studio (2017) 来隐藏那些 dll。因为这些文件是通过包含在第 3 方 nuget 包中的 .targets 文件包含的,所以我们无法直接处理这些 dll 文件。此外,您也无法控制此第三方包。

所以恐怕你不能在 Visual Studio 2017 中隐藏那些 dll 文件而不直接操作 dlls 文件。

关于c# - 在 visual studio 解决方案资源管理器中隐藏具有某些扩展名 (dll) 的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46939827/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com