Created
August 22, 2016 22:31
-
-
Save emersonsoares/a7d3b83174257e72152c058528fbf796 to your computer and use it in GitHub Desktop.
Get Assembly Qualified Name using Visual Studio External Tools
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
Open Visual Studio | |
Go to Tools –> External Tools –> Add | |
Title: Get Qualified Assembly Name | |
Command: Powershell.exe | |
Arguments: -command "[System.Reflection.AssemblyName]::GetAssemblyName(\"$(TargetPath)\").FullName" | |
Check "Use Output Window". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment