How to know which other projects refer to a certain project in Visual Studio?
Find All (CTRL+SHIFT+F) “Find what:” = Reference.*ReplaceThisTextWithProjectName Check “Use:” -> “Regular Expression” in the “Find options” section “Look at these file types:” = “*.*proj* ” “Look in:” = Select a directory/folder on your drive. Don’t use “Entire Solution” it won’t get to the project file itself. (Don’t forget to check “Include sub-folders”)