visual studio - What is a .sln.ide file? -


i have visual studio 2012 solution /foobar.sln. contains 1 class library project , 1 unit test project. few days ago noticed new file /foobar.sln.ide/graph/foobar.sln.ide.

contents:

<solution format="0.0.0.3">   <version>0001-01-01t00:00:00z</version> </solution> 

i'm not sure doing when created, since didn't notice until few days after created.

today, several days later first asked question, appeared again in excel vsto add-in project. guess it's related closing solution, since appeared in between time committed changes , time opened new project (not vs project, file being edited). haven't reproduced it.

what created file? do? safe delete? should checked in source control?

are using "roslyn" compiler. if so, creates .sln.ide folder in solution folder. believe it's complier caching.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -