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?