What are the 1> and 2> in the Visual Studio build window? The number some time goes higher. Processes? Threads? Nesting? I never seen them before and they started showing up on my new machine which now is dual core.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s parallel project builds in VS. >1 all the output from one project and >2 is the output from another project being build.
The option is controled in Tools / Options / Projects and Solutions / Build and Run / Maximum number of parallel project builds. The default on install is normally the number of CPU’s are in your system.
If your solution has more than 1 project then up to x number of projects are build in parallel. The projects built in parallel also depends on project dependances as well i.e. dependant projects will not build in parallel.