I am creating a sample C# project to demonstrate some patterns. Along with the project, I'd like to include a "Readme.mht" which contains an overview of the sample, some diagrams, and instructions for how to test it.
- When the project is opened in Visual Studio, I would like this file to appear.
- By default, MHT files currently appear in the text editor view. I would like it instead to open using Visual Studio's inbuilt web browser.
I seem to recall project templates in Visual Studio which did just this, but I cannot find any. Any pointers would be appreciated.