Search code examples
visual-studio-2010mergeprojects-and-solutions

Merge Visual Studio Solution Files


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?


Solution

  • 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.