Increase build time performance
Why is compiling a solution in Visual Studio, many times slower than compiling the same solution using MSBuild from the command line?
2 comments
-
dan moseley
commented
Koen, is this VB, C#, C++ or something else? I'm guessing it's VB or C#, and on the command line you can build with multiple cores (/m) but in VS2010 you can't? In the VS11 preview you should see that C# now builds with multiple cores within VS.
-
mostafaxx
commented
hi Koen i have an idea similar to yours please review my post at
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2189883-compile-only-and-don-t-linkthe sum of the post is that i want to be able to compile only a source code files and the using a linker i can link all them into one executable …by that way you will decrease build time dramatically.
if you think it’s good give it a vote