I am building sandcastle documentation as per this answer: Generate html documentation automatically during a build with Sandcastle and I need to know which project in my solution builds very last. I'm sure I'm missing something very simple. Is there an easy way to know what order my projects are building?
Asked
Active
Viewed 90 times
1 Answers
8
Have you looked at Project -> Project Build Order?

Jon Skeet
- 1,421,763
- 867
- 9,128
- 9,194
-
Why don't Microsoft have simple names for things? The simplicity of their software is often crippled by their archaic text... – dotalchemy Mar 10 '11 at 18:20
-
2@dot I guess that was sarcasm? :) – Lasse V. Karlsen Mar 10 '11 at 18:23
-
Yeah. I'm in a strange mood today! – dotalchemy Mar 10 '11 at 18:26
-
Nope. Hadn't looked there. Thank you! I knew it was something simple. Sorry for the dumb question. – CatDadCode Mar 10 '11 at 18:28