Adding compiled help to a C# project
-
Does anyone know how to add the raw HTML help project to a C# project so that they are compiled together. I would like to be able to compile the help each time I build rather than use a pre-compiled one. Many thanks
Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Walliams (Little Britain) -
Does anyone know how to add the raw HTML help project to a C# project so that they are compiled together. I would like to be able to compile the help each time I build rather than use a pre-compiled one. Many thanks
Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Walliams (Little Britain)Confused :( Do you want a Web application project with Windows application project both work in hand ? or some thing different ?
Thanks and Regards Sandeep
-
Confused :( Do you want a Web application project with Windows application project both work in hand ? or some thing different ?
Thanks and Regards Sandeep
What I want is to be able to take my HTML Help project and ensure that that is built when I compile my C# project that requires that help. I was just wondering how people have done this as I did not have a solution when I posted the message. In the mean time I have created a .bat file that is called on pre-build for the C# project and creates the help file that way. :) It may not be perfect but it is functional and fit for purpose. Thanks for your interest.
Ant. I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return! - David Walliams (Little Britain)