Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 208
Zack Avatar asked Jun 11 '15 16:06

Zack


1 Answers

The best way I know is to use ... Notepad++'s feature "Find in files".

You just put the name of the project that you want to find in "Find what:" field, filter on "*.csproj" and search in folder that contains your repository.

It is very fast and lets you find projects that reference this project not only in one solution but also in other solutions in the same folder if you have any.

like image 190
GrayCat Avatar answered Oct 21 '22 10:10

GrayCat