Adding README.md file to C # project in Visual Studio 2015

When adding a README.md file to my C # project in Visual Studio 2015, the file does not appear in Solution Explorer. It also wasn't tracked in Team Explorer (using Git), but it's easy to fix.

Does anyone know how to add it to / show it in Solution Explorer?

Also does anyone know of a VS 2015 VS add-on to make it look pretty in studio?

+3


source to share


1 answer


Look at the top of the Solution Browser for additional hidden files. It should appear with a dotted outline.



If you want to add it to your project, you can right click and click "add to project"

+4


source







All Articles