How to find which existing .NET solutions contain a project?

Posted by Daniel Daranas on Stack Overflow See other posts from Stack Overflow or by Daniel Daranas
Published on 2010-06-11T09:22:51Z Indexed on 2010/06/11 9:32 UTC
Read the original article Hit count: 176

I am exploring a structure of folders with C# projects such as the following:

  • Projects
    • ProjectA
    • ProjectB
    • ProjectC
    • ProjectD

Scattered around in the same folders as the .csproj files, there are several solution (.sln) files. Is there a fast way to find all the solutions that contain ProjectD.vsproj? I can open them one by one and see what they contain, but I would like a feature such as "find all the solutions containing this project".

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio