Make Visual Studio auto reload solution when project files change
Finally found a solution: http://lostechies.com/jimmybogard/2011/01/27/reloading-all-projects-with-vscommands/ Quoting from the site: Quite often I’ll find myself working in situations where multiple projects have changed, and Visual Studio asks to reload them, one at a time. This happens when I’m working a lot with source control, and doing things like switching branches, performing merges, or just integrating upstream … Read more