Visual Studio not showing all Projects in solution

后端 未结 6 1365
时光说笑
时光说笑 2021-01-11 11:09

I\'m not sure why, but Visual Studio is not showing all the projects in my solution. I need them to show so I can set as default project under solution explorer. I\'m not

6条回答
  •  渐次进展
    2021-01-11 11:37

    Open your ".sln" project file using Notepad. In this file you can observe listed projects like below

    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test.myProject.Data", "test.myProject.Data\test.myProject.csproj", "{6D7F7B84-F3BD-4A19-A069-D144C345B887}"
    EndProject
    

    Please add if there any missing projects. If you have old back up or co-workers file, Just copy and paste missing projects to this file. In my case it works !!

提交回复
热议问题