I have a VS2013 solution called ShoppingService.sln with 7 projects under TFS source control. Now I want to make a copy of the solution, rename it to 'BasketService.sln' and have it under source control again. I don't want to make branches of the original solution, since both solutions should co-exist separate from each other.
What's the quickest or best way to do this?
Step 8a. Open all Project files (e.g. .CSPROJ, .projitems) in a text editor and edit folder pathnames to point to the new solution's folders.
Ok, here's what I ended up doing:
And you're done.
Quickest
File --> save solution As.
'BasketService.sln'
Right Click Solution --> Add to source control.
Right click Solution --> Check In