Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

  1. When the project is opened in Visual Studio, I would like this file to appear.
  2. 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.

share|improve this question

2 Answers

up vote 1 down vote accepted

Duplicate the test project template, which forces that stupid text file in your face.

share|improve this answer

A year and a hallf later I stumble on this page:

http://msdn.microsoft.com/en-us/library/ms364046(VS.80).aspx

It's as simple as:

<ProjectItem OpenInWebBrowser="true" 
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.