Friday, May 13, 2011

Visual Studio: Adding External Tool to Get Public Key Token

Visual Studio Tip: Get Public Key Token for a Strong Named Assembly:
Go to Tools --> External Tools.
Add a new menu item with these values:

  • Title:  Get SN Token
  • CommandC:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\sn.exe
  • Arguments-T $(TargetPath)
  • Use Output window: [checked]

No comments:

Post a Comment