Just been messing around trying to integrate nDoc with VS 2003. I've got it so that I can compile using the external tools, but unfortuantly I can seem to make this as slick as I would like. I've added the console with the following: Title : NDoc Compile Command: C:\Software\OpenSource\ndoc... Arguments: -project=$(SolutionDir)Solu... Initial Dir: $(SolutionDir) This ties me to the solution.ndoc though for hte ndoc project file. Would be good if I could get the...