Hi,
I am currently working on a script to generate documentation for new products. We use an automated process to create all files of a project, that is, a whole new solution in Visual Studio, so I would like to add a way to also generate a product's documentation during that process.
My question regards merging H&M projects, which are common to all products, to this new project. The Help & Manual XML Language Reference states that a navref node contains an id attribute and this id must be unique. By checking on other H&M projects we have, I noticed that this id is a very large number, probably a random-generated number. Is there a range of numbers that an id must fit in? Is it OK to generate a random number, even though smaller, to fill in? The Language Reference also states that if this id is not provided, H&M creates a new id when opening the project, but I would like to avoid that.
Thank you.