Skip to content

MarkKharitonov/merge-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

What it does

Merges Visual Studio solutions into a single .sln file

Usage

merge-solutions.exe [/nonstop] [/fix] [/config solutionlist.txt] [/out merged.sln] [solution1.sln solution2.sln ...]
  /fix              regenerates duplicate project guids and replaces them in corresponding project/solution files,
                    requires write-access to project and solution files
  /config list.txt  takes list of new-line separated solution paths from list.txt file
  /out merged.sln   path to output solution file. Default is 'merged.sln'
  /nonstop          do not prompt for keypress if there were errors/warnings
  solution?.sln     list of solutions to be merged

Original project

https://code.google.com/archive/p/merge-solutions/

About

Merges Visual Studio solutions into a single .sln file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages