lomaxx
lomaxx

Reputation: 115773

Close all files in visual studio on exit

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

Answers (1)

shoosh
shoosh

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

Related Questions