In some Visual Studio 2015 projects that I have, there is a *.VC.db
file in the project folder, named after the project: If the project name is FooBar
, then the file is FooBar.VC.db
.
This file looks like a database of some sort, but I'm not using any databases at all in the projects.
My best guess would be that it is operating similarly than the HelloWorld.sdf
database, which is used by IntelliSense.
Is it the same just in "new", or is it doing something important and I shouldn't delete it?