How to configure VS to compile only changed code
I have very big solution, and it compiling every time I'm tring to debug. So I know that I can to disable building of all projects at all in solution configuration, but is there way to say to Visual Studion to compile only changed code? I sure that is. Thank you for ahead. Oliver As Marnix and Anton already said this is what VS normally does. But if you have a lot of projects within your solution which depend on each other and you make changes to a component which will be used by all or most of the other projects it has to build also the others again to make sure everything works as expected.