Reputation: 259
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.
Upvotes: 13
Views: 46450
Reputation: 8959
For Visual Studio for Mac, version 8.7.4, you can do this; right click on the project file, then:
Upvotes: 7
Reputation: 21
select hidden files and folders right click and choose include in project it works perfectly
Upvotes: -1
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
Reputation: 988
There is a "Show all files" button in the Solution Explorer. Make sure that is selected.
Upvotes: 21