I was trying to setup a github repository in visual studio, I was messing with the branches in team explorer. I changed the branch from my current one to master, when Visual Studio crashed. I try to open the project again and visual studio tells me its missing...I go into the project root folder and no .sln file is there, only an .SUO file can be found.
I try to create a blank project and try to add an existing project with the .csproj file, but visual studio does not see the .csproj file even though there is one in the root folder of the project. Upon inspecting the .csproj file, it says its an Visual Studio Project User Options file (.user).
Previously I did manage to create a local git repository on my machine... Please help, How can I retrieve my solution?
Thanks