Visual Studio open files question

后端 未结 9 1940
野性不改
野性不改 2020-12-05 07:08

Is it possible to open a project in Visual Studio 2008 without opening all the files that were previously opened last time I had the project open. I have a habit of keeping

9条回答
  •  [愿得一人]
    2020-12-05 07:24

    I was hoping for something a little more automatic. VS will create a new .suo file every time the project is saved. So I would have to delete that file every time I open the project. I also don't want to have to remember to close all the files before closing VS.

    Other IDEs that I have used have similar functionality, but also make it rather simple to turn on/off.

    Thanks for your help.

提交回复
热议问题