Reputation: 115773
Is there any way to close all files in Visual Studio on exit? Alternatively if that isn't possible is it possible to delete the user project file visual studio creates on exit?
Upvotes: 2
Views: 1555
Reputation: 78914
Windows->Close All Documents
File->Exit
or manually delete the .sou file after the project is close
You can probably write a VB script macro that does either of these.
Upvotes: 1