Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 2.91 KB

File metadata and controls

78 lines (50 loc) · 2.91 KB

Add Multiple Projects To Solution

Build Status

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.

Features

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

Add multiple projects to solution

To add existing projects to the solution:

  1. Right click the Solution node in Solution Explorer select Add -> Multiple Projects

Click Add Multiple Command

  1. Click Load Projects From Folder

Click Load From Folder

  1. Select directory and click Add

Select Folder For Loading Projects

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

Select Projects To Add

  1. Review the structure of projects that will be created and press Start.

Add Progress Review Configuration

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

Add Progress Review Results

  1. The result of the operation.

If you want to add projects without solution folders check configuration in step 4.

Add Result With Solution Folders

Contribute

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.

License

MIT License