Project files hidden in Visual studio

25,009

Solution 1

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

enter image description here

Solution 2

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

enter image description here

Share:
25,009

Related videos on Youtube

S.Rusdana
Author by

S.Rusdana

I'm a software engineer...Passionate to learn new technologies :)

Updated on September 09, 2020

Comments

  • S.Rusdana
    S.Rusdana almost 4 years

    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

  • S.Rusdana
    S.Rusdana over 5 years
    Ya I selected before. But it doesn't make change.
  • hmiedema9
    hmiedema9 over 5 years
    So which files are you missing exactly? Like .*proj files?
  • S.Rusdana
    S.Rusdana over 5 years
    All files(Authentication, bin, Chat etc.) are showing hidden . But if I check my folders everything is there.
  • hmiedema9
    hmiedema9 over 5 years
    Ah, right, you must right click on those files and select "Include in Project". Then Check-in and they will be included in your commit and then any subsequent pull downs
  • S.Rusdana
    S.Rusdana over 5 years
    Thank you I added those project Manually by including into project. But what is the reson they are invisible and also in the errror list saying "run nuget package restore to generate this file ". but I tried everything they are already restored and it said "Each package is licensed to you by its owner. NuGet is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may include dependencies which are governed by additional licenses. Follow the package source (feed) URL to determine any dependencies."

Related