Need csproj file to open project in Visual Studios
The .csproj file is currently in the git ignore list, but the .sln is there. Anyone who tries to open the solution will have VS throw a fit about not finding the project file.
Any updates on this? :|
I've run into this issue as well.
For those wanting to open the project in visual studios, you still can, it just takes a little extra work. Create a new project, add all your references, then use "add existing" to bring in whatever source code you're using.
It took a little doing but with a little project renaming and add existing "musical chairs" I was able to recreate the folder and project structure.