What are all these *.FileListAbsolute.txt files for?

前端 未结 5 1062
广开言路
广开言路 2021-02-04 22:46

What are the *.FileListAbsolute.txt files for that Visual Studio generates? They keep cluttering up my searches. Such as when I search for *.csproj for adding projects to a .sln

5条回答
  •  日久生厌
    2021-02-04 23:27

    Im not sure why it's generated and am researching that now. VS writes to these files each time you compile. You can delete all of them and it will regenerate when you compile. (Use caution if you use svn and don't delete the svnbase files)

提交回复
热议问题