I am in a situation where I have to take a bunch of Visual Studio projects which are scattered across the file system on a computer, and put them all in one self contained solution folder, under the same file in the file system. Are there any automated tools which are already built which can easily move projects which depend on one another into the same solution.
Basically I need to move projects into the solution directory, and alter references in the SLN file.
There are many projects like this, so doing it manually is a terrible waste of time.
I didn't develop the code, I have to maintain it.
I don't have a lot of time to learn to use a complex tool, but if there are good, simple tutorials that would be good.