Visual Studio 2010, how to build projects in parallel on multicore

Posted by thomas nn on Stack Overflow See other posts from Stack Overflow or by thomas nn
Published on 2010-05-17T12:32:23Z Indexed on 2010/05/17 13:00 UTC
Read the original article Hit count: 234

I have a big solution with more than 40 projects. Almost half of them are test projects. In my project we use both Code Contracts, Code Analysis, Style Analysis. I want to be able to build the projects that are not dependent in parallel on my quad core CPU.

How can I setup msbuild to build the projects in parallel?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about multicore