line numbers in output window

I don't know if this is the correct forum for this type of question. To all vs2010 users. I have line numbers in my solution/build window, but when I build, the output window has *1>* for a line number on every line. When I go to tools -> options -> build and run -> maximum number of parallel projects build -> set to 1, the output window looses the 1> on every line. . . this is not what I want. How do I get regular sequential line numbers (1, 2, 3, etc.) in my output window?
The numbers are the build thread number. If you turn off parallel builds, there's only one thread, so there's no point in writing the build thread number.
I think there is a misunderstanding of what I want. When I build a solution that has errors, the output window tells me what the errors are that exists in my code, but it does not tell me what line number those errors are in. I want the line numbers of those errors, just like I had when I used vs2010 express. I now use vs2010 pro. I understand that turning the *maximum number of parallel projects build* back to 8 gives me the build thread number. I'm not interested in the build thread number. I want the line number of the errors. . . . Thanks for your help.
Topic archived. No new replies allowed.