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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.