S.Rusdana
S.Rusdana

Reputation: 259

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

Upvotes: 13

Views: 46450

Answers (4)

Katana24
Katana24

Reputation: 8959

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

enter image description here

Upvotes: 7

Chems Eddine Benaziza
Chems Eddine Benaziza

Reputation: 21

select hidden files and folders right click and choose include in project it works perfectly

Upvotes: -1

ASPaiva
ASPaiva

Reputation: 163

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. 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. 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.

Upvotes: -2

hmiedema9
hmiedema9

Reputation: 988

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

enter image description here

Upvotes: 21

Related Questions