Visual Studio 2010 - C++ project - remove *.sdf file

后端 未结 5 643
心在旅途
心在旅途 2020-12-07 06:58

I would like to know if I can safely delete the sdf file that stores information for Visual Studios Intellisense - is it going to be rebuilt the next time that I open the so

5条回答
  •  一向
    一向 (楼主)
    2020-12-07 07:39

    You can safely delete the file. Visual Studio will rebuild the file the next time the solution is opened.

提交回复
热议问题