Tagged Questions

4
votes
1answer
189 views

How can you include/reference a file in a project without copying it to the project directory?

I am writing an application in Visual Studio 2008. I have a help file that I want to be included in the output of my project. I want the most recent version of my help file to stay in a folder that is ...
4
votes
2answers
549 views

Context help in Visual Studio

Is there a way to change the context sensitive help in Visual Studio so that it will only search against the text under the caret instead of a complilation error in your code? More info: After you ...
3
votes
1answer
354 views

adding class diagrams from VS2008 to Sandcastle help file

I've made class diagrams for my projects in Visual Studio 2008 Team System and I want to embed these diagrams in my Sandcastle .chm file. I keep finding references to the Drawbridge component for ...
1
vote
1answer
60 views

Nuget and Visual Studio Help

Are there any conventions, patterns, or tools for offering Visual Studio help files with Nuget?