I may be missing something here, but if a build fails- I can’t see anywhere in the Summary or Log that outlines which projects the errors (and warnings) originate from.
For example, we have a solution with about 15 projects in. Recently, we started getting the following build error:”Controllers\ProfileController.cs (10): The type or namespace name ‘Models’ does not exist in the namespace ‘XXX'”. I could not see any mention of the project that the error originated from, and this caused me lost time as I spent time checking the references in one project without realising that we had a second project with a controller with the same name.
The TFS build output has a link near the top of the build output labeled “View Log File”. This is the full MSBuild output that you’re used to from visual studio output window. You will be able to get the details you need from that log file.