I have an Afterbuild target in which I add some generated files to the project (.csproj). Now that the build is complete, Visual Studio says that βthe project was changed outside the environmentβ and asks if I want to restart.
Should it automatically reload (without using tools-> options or environment options->) from msbuild?
source share