Created
January 16, 2017 11:09
-
-
Save johnmmoss/4535fbac9590d8b9edd85c9cbf5593f6 to your computer and use it in GitHub Desktop.
VisualStudio: Find all references for a library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Get-Project -all).Object.References | | |
| Where-Object { $_.Name -eq "Castle.Core" } | | |
| Select-Object Identity, Path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment