We have two large solution files that we would like to merge into a single solution.
We could just add the projects from solution A to solution B. But wondering if there is a less time consuming way to do this?
I just solved this myself using Perl and some regex magic
The script should work for both Windows and Linux, though I developed and ran it on Linux.