I need to delete several lines from the solution file (.sln). When changing .csproj files I can use “Unload project”. But what is the proper way to edit .sln file in TFS?
I need to delete several lines from the solution file (.sln). When changing .csproj
Share
Your best bet is to close the solution and use a text editor (Notepad or equivalent) instead.