Search code examples
visual-studiovisual-studio-2010winhelp

Winhelp in Visual Studio 2010


I have a Visual Studio 2010 project which generates Winhelp files in release mode.

I would like to deactivate it but I have not found a way...

I have try to delete the corresponding *.hpj file, so the creation of the generated file does not occur but I'm still having in the output of Visual Studio 2010 a line "Making help include file...".

Somebody can tell me how to deactivate WinHelp in my project ?


Solution

  • It is probably a Custom Build Step or a Build Event.

    If you can't find it in the editor, maybe you could look at the project file directly (*.vcproj) and see to which item it is attached.