What parts of a .vs project do I need to check into GitHub for other people to use it?

Viewed 8

I'm porting my small unix/macOS CLI project to Windows. I have built a simple VS project to host it.

I am not familiar with the project file layout though - what parts of the project do I need to check into GitHub? The .sln of course, and I assume the .vcxproj as well, but anything else?

0 Answers
Related