If I have 10 files open and I amend my csproj
file (for example: add a space) visual studio complains:
The project "XYZ" has been modified outside the environment. Press Reload to load the updated project from disk. Press Ignore to ignore the external changes. The change will be used the next time you open the project.
Now, I really want to reload cause there are important changes, but I do not want Visual Studio to close all my open files, instead I would like it to refresh the ones that still exist and close the missing ones.
Is there any way to get that kind of functionality?