less than 1 minute read

UPDATED 13 January 2013

This post is written at a time of Visual studio 2010.


In Visual studio When you compile your project You compile every project under the same solution. For make fast resolution you can compile only the project that you are working on now. Exclude the project from debug which you currently not working on.

Here is some great discussion on SO

http://stackoverflow.com/questions/14316591/compile-speed-visual-studio

Updated: