Search code examples
.netprojectprojects-and-solutionssolution

Which projects in my solution are using a project reference for a certain project?


In my solution, I have a lot of projects which use project references to other projects in the solution. How do I figure out which projects reference a particular project?


Solution

  • A feature in Visual Studio exists for this. Right-click on your solution and click "Project Dependencies". Select the project that you want to find which other projects depend on it in the "Projects:" drop down list. Any projects that depend on the selected project will be unchecked and grayed out enter image description here because checking them enter image description here would cause a circular dependency.