Visual Studio open files question

后端 未结 9 1938
野性不改
野性不改 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:33

    Simply delete the .suo file. It contains the list of open files.

    0 讨论(0)
  • 2020-12-05 07:33

    The only way works for me is : change the project location and again reopen the solutions form there. :)

    0 讨论(0)
  • 2020-12-05 07:36

    Edit: Totally read the question wrong at first - ignore my first (now gone) answer. :)

    I changed the keyboard mapping for CTRL-SHIFT-C from bringing up the Class View to closing all document windows - something I use several orders of magnitude more often - and then I just clear my workspace before closing a solution.

    0 讨论(0)
提交回复
热议问题