Documentation
AutoSolution is a single executable and can be run interactively or from the command line.
Interactive use is described in the dialogs, just start AutoSolution.exe without any arguments, for example by double-clicking it.
Command line usage:
AutoSolution [Directory]
Directory: Find all projects in the directory and below. Will generate a solution for each project found, and each directory with projects below.
Example:
AutoSolution MyProject
Will look in the directory 'MyProject' for Visual Studio project files and generate solutions and projects accordingly.