This blog explains a very convenient way to get public key token of a visual studio project assembly.
I am repeating here since path has changed a little.
In short: Add an external tool in visual studio with the following properties
I am repeating here since path has changed a little.
In short: Add an external tool in visual studio with the following properties
- Title: Get &PublicKeyToken
- Command: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools\sn.exe
- Arguments: -Tp $(TargetPath)
Reference:
No comments:
Post a Comment