Download this extension from the Visual Studio Marketplace.
Visual Studio extension that allows adding multiple existing projects into the solution. Optionally creates the solution folder structure reflecting to the physical hierarchy on disk.
See the change log for changes and road map.
- Add mutliple projects to solution.
- Load projects from given directory (recursive search by file extension).
- Select which projects to add to the solution.
- Define if solution folders hierarchy should be also created.
To add existing projects to the solution:
- Right click the Solution node in Solution Explorer select Add -> Multiple Projects
- Click Load Projects From Folder
- Select directory and click Add
- Found project will be displayed in the folder hierarchy in which they are defined on disk.
- Select projects that you want to add to the solution.
- Define if solution folders should be created.
- Click Add.
- Review the structure of projects that will be created and press Start.
- Check results.
The state of the operation is indicated by the icon next to the project. When you will hover with mause over the icon the details will be displayed.
On the bottom of the window total number of errors and processed projects is displayed.
- The result of the operation.
If you want to add projects without solution folders check configuration in step 4.
Check out the contribution guidelines if you want to contribute to this project.
For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.