简体   繁体   English

在 Visual Studio 2019“解决方案资源管理器”中看不到“参考”文件夹

[英]cannot see “References” folder in Visual Studio 2019 “Solution Explorer”

I cannot see the "References" folder in the "Solution Explorer" pane of Visual Studio 2019. When I right click on the project name (C#), and point to "Add", I only see "New File", "Add New item", and "New Folder".我在 Visual Studio 2019 的“解决方案资源管理器”窗格中看不到“参考”文件夹。当我右键单击项目名称 (C#) 并指向“添加”时,我只看到“新建文件”、“添加新文件”项目”和“新建文件夹”。 How can I show "References" folder?如何显示“参考”文件夹? My goal's to add a dll through the "References" folder.我的目标是通过“参考”文件夹添加 dll。

Reason you are only getting those three options is because you are in Folder View .您只获得这三个选项的原因是因为您在Folder View中。 You can switch your view from Folder View to Solution View which will give you the menu you are looking for to add the Reference to a Project.您可以将视图从文件夹视图切换到解决方案视图,这将为您提供您正在寻找的菜单以将引用添加到项目。

更改文件夹视图/解决方案视图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio在解决方案资源管理器中不显示来自目标的引用 - Visual Studio does not display references from targets in Solution Explorer Visual Studio解决方案参考 - Visual Studio Solution References Visual Studio不会刷新解决方案资源管理器文件夹中的新复制文件 - visual studio doesnt refresh new copied files in a folder of solution explorer 我在 Visual Studio 中找不到我的解决方案资源管理器 - I cannot find my solution explorer in visual studio 无法访问Visual Studio 2010解决方案资源管理器中的文件夹 - Cannot access folders in Visual Studio 2010 Solution Explorer 无法在 Visual Studio 2019 Preview 和 Visual Studio 2019 中添加引用 - Unable to add references in Visual studio 2019 Preview and Visual Studio 2019 Visual Studio 解决方案资源管理器未在解决方案中显示项目 - Visual Studio Solution Explorer not showing projects in solution Visual Studio解决方案资源管理器不允许我使用/查看新的.xaml文件 - Visual Studio Solution Explorer won't let me use / see new .xaml files 未显示 Visual Studio 2019 空白解决方案模板 - Visual Studio 2019 Blank Solution template is not showed Visual Studio 2019 解决方案中的最大项目数量 - Maximum amount of projects in visual studio 2019 solution
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM