Easy way to add multiple existing .csproj to a Visual Studio Solution?

Posted by Michael J Swart on Stack Overflow See other posts from Stack Overflow or by Michael J Swart
Published on 2009-12-11T21:39:45Z Indexed on 2010/04/24 17:13 UTC
Read the original article Hit count: 281

I've checked out a branch of C# code from source control. It contains maybe 50 projects in various folders. There's no existing .sln file to be found.

I intended to create a blank solution to add existing solutions. The UI only lets me do this one project at a time.

Is there something I'm missing? I'd like to specify a list of *.csproj files and somehow come up with a .sln file that contains all the projects.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about projects-and-solutions