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\1.3.1\bin\net\1.1\NDocConsole.exe
Arguments: -project=$(SolutionDir)Solution.ndoc
Initial Dir: $(SolutionDir)
This ties me to the solution.ndoc though for hte ndoc project file. Would be good if I could get the add in to automatically look for .ndoc
Anyone got any ideas?