ChevCast
ChevCast

Reputation: 59203

How do you know which project in Visual Studio builds very last?

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?

Upvotes: 4

Views: 93

Answers (1)

Jon Skeet
Jon Skeet

Reputation: 1500465

Have you looked at Project -> Project Build Order?

Upvotes: 8

Related Questions