Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project files hidden in Visual studio

I clone the project from Tfs and try to run in visual studio. But it showing hidden files. But in computer folder it showing perfectly. I'm using Visual Studio 2017 Enterprise.enter image description here

like image 665
S.Rusdana Avatar asked Oct 03 '18 18:10

S.Rusdana


People also ask

How do I show all files in a Visual Studio project?

Right click the project or contained folder and choose Add | Existing Item... . Use Show All Files . Click on files or folders you would like to add to the project and choose Include In Project . Drag and drop files and folders from Windows Explorer.

How do I show hidden files in Visual Studio code?

How Show hidden files VS Code? VS code excludes certain hidden files from the file explorer by default, like . git . To show hidden files, go to settings and type exclude to adjust the patterns shown in the explorer.

Where are Visual Studio project files stored?

When you create a new project, Visual Studio saves it to its default location, %USERPROFILE%\source\repos. To change this location, go to Tools > Options > Projects and Solutions > Locations. For more information, see Options dialog box: Projects and Solutions > Locations.

How do I enable the display of hidden files?

Select the Start button, then select Control Panel > Appearance and Personalization. Select Folder Options, then select the View tab. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.


2 Answers

There is a "Show all files" button in the Solution Explorer. Make sure that is selected.

enter image description here

like image 159
hmiedema9 Avatar answered Oct 19 '22 20:10

hmiedema9


For Visual Studio for Mac, version 8.7.4, you can do this; right click on the project file, then:

enter image description here

like image 24
Katana24 Avatar answered Oct 19 '22 20:10

Katana24