简体   繁体   English

隐藏在 Visual Studio 中的项目文件

[英]Project files hidden in Visual studio

I clone the project from Tfs and try to run in visual studio.我从 Tfs 克隆项目并尝试在 Visual Studio 中运行。 But it showing hidden files.但它显示隐藏文件。 But in computer folder it showing perfectly.但在计算机文件夹中它显示完美。 I'm using Visual Studio 2017 Enterprise.我正在使用 Visual Studio 2017 企业版。 在此处输入图片说明

There is a "Show all files" button in the Solution Explorer.解决方案资源管理器中有一个“显示所有文件”按钮。 Make sure that is selected.确保已选中。

在此处输入图片说明

For Visual Studio for Mac, version 8.7.4, you can do this;对于 Visual Studio for Mac,版本 8.7.4,您可以这样做; right click on the project file, then:右键单击项目文件,然后:

在此处输入图片说明

There is no question formulated, just a comment about the hidden files.没有制定任何问题,只是对隐藏文件的评论。 But if you have files missing then use button to show hidden files, the "Show All file", as hmiedema9 instructed.但是,如果您缺少文件,则使用按钮显示隐藏文件,即“显示所有文件”,如 hmiedema9 所指示。 If you find the files among the hidden files, and you want to include them in your project versioning control, use the "Include in Project" tip from @hmiedema9.如果您在隐藏文件中找到这些文件,并且希望将它们包含在您的项目版本控制中,请使用来自 @hmiedema9 的“包含在项目中”提示。 If your project is missing these files you have to include them in the project and rebuild the solution, at lesast.如果您的项目缺少这些文件,您至少必须将它们包含在项目中并重新构建解决方案。 Commit your job after all.毕竟要承担你的工作。 Good luck.祝你好运。

选择隐藏的文件和文件夹右键单击并选择包含在项目中它完美地工作

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM