All Projects → guudan → Vs-AddMultipleProjectsToSolution

guudan / Vs-AddMultipleProjectsToSolution

Licence: MIT license
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.

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Vs-AddMultipleProjectsToSolution

Encourage
A bit of encouragment added to Visual Studio
Stars: ✭ 69 (+228.57%)
Mutual labels:  visual-studio-extension
Googletestadapter
Visual studio extension that adds support for the C++ testing framework Google Test.
Stars: ✭ 124 (+490.48%)
Mutual labels:  visual-studio-extension
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+233.33%)
Mutual labels:  visual-studio-extension
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (+266.67%)
Mutual labels:  visual-studio-extension
Inlininganalyzer
Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.
Stars: ✭ 120 (+471.43%)
Mutual labels:  visual-studio-extension
Xamarin.gradlebindings
VS add-in. Creates Xamarin.Android Binding Projects using gradle
Stars: ✭ 136 (+547.62%)
Mutual labels:  visual-studio-extension
Caide
Automates certain common tasks that you do during programming competitions
Stars: ✭ 65 (+209.52%)
Mutual labels:  visual-studio-extension
VsixSynchronizer
A Visual Studio extension
Stars: ✭ 16 (-23.81%)
Mutual labels:  visual-studio-extension
Micro Profiler
Cross-platform low-footprint realtime C/C++ Profiler
Stars: ✭ 123 (+485.71%)
Mutual labels:  visual-studio-extension
Visual Studio Jquery Code Snippets
130+ jQuery code snippets for Visual Studio 2012-2019.
Stars: ✭ 250 (+1090.48%)
Mutual labels:  visual-studio-extension
Google Cloud Visualstudio
Google Cloud Tools for Visual Studio
Stars: ✭ 80 (+280.95%)
Mutual labels:  visual-studio-extension
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+7600%)
Mutual labels:  visual-studio-extension
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+571.43%)
Mutual labels:  visual-studio-extension
Codenav
Visual Studio extension to show the code structure of your current document
Stars: ✭ 70 (+233.33%)
Mutual labels:  visual-studio-extension
EncodingNormalior
规范化文件编码。Make the file's encoding standard.
Stars: ✭ 58 (+176.19%)
Mutual labels:  visual-studio-extension
Enhanced Syntax Highlighting
[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
Stars: ✭ 69 (+228.57%)
Mutual labels:  visual-studio-extension
Targetframeworkmigrator
Visual Studio Bulk Change Target Framework Extension
Stars: ✭ 135 (+542.86%)
Mutual labels:  visual-studio-extension
VSMac-CodeCoverage
A Visual Studio for Mac code coverage extension.
Stars: ✭ 69 (+228.57%)
Mutual labels:  visual-studio-extension
DpdtInject
Highly efficient compile-time general purpose DI container based on C# source generators.
Stars: ✭ 25 (+19.05%)
Mutual labels:  visual-studio-extension
Glyphfriend
Glyphfriend is a Visual Studio Extension to add previews for various icon/glyph fonts to Visual Studio.
Stars: ✭ 157 (+647.62%)
Mutual labels:  visual-studio-extension

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].