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.csproj? 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".