How to leverage multicore CPU's when compiling C# projects in a large solution?

Posted by Sly on Stack Overflow See other posts from Stack Overflow or by Sly
Published on 2010-04-06T01:30:09Z Indexed on 2010/04/06 1:43 UTC
Read the original article Hit count: 260

Filed under:
|
|

As far as I know, VS2008/MSBuild do not suport multithreaded compilation of C# projets. I don't know if VS2010 supports it. Do you know a 3rd party product or an open source projet that does that?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about compiler