I saw a note in the release notes that said it was possible to use DX 2010 as the build engine for a combined HelpStudio 3 / DX project for Visual Studio 2010. That said, I can't figure out how to do it.
Here's where I need to end up: We have an automated build system that needs to produce four versions of the same help with every build:
- Html for a web site
- .CHM for our client application
- Help 2 for VS 2005/2008
- VS 2010 Help
We build it every time since we may introduce an API call at any time. Now, we use HelpStudio to produce a large block of manual content which also links into the API content at key points, so we have traditionally used HelpStudio 3 to do the builds, which works for the first three in the list above but obviously not for the fourth.
So, how is this supposed to be pulled off exactly? E.g. how do we set it up (do we still actually use DX 2008 for the configuration of the API help because that's what HelpStudio can integrate with, and then have some magic way of using DX 2010 to do the build from the command line? If so how to do we get it to add a build profile for 2010 without a stored project? Sorry to seem daft, but I just can't see a way that gets from here to there repeatably.