A simple extension that saves all unsaved .csproj files every 60 seconds. This is useful when working with vcs outside of visual studio. Since csproj files are not automatically saved, often they are commited with new files missing, therefore forcing you to discard your changes and re-add them. Happens mainly if your project is javascript heavy. |