Easy way to find Public key token in VS 2005/08

Extend your VS 2005/2008 to get an easy way to find out what public key token your dll is assigned after building it.

In VS -> Tools -> External Tools

Add the following text.

The command line is the path to where you have your sn.exe app locally.

Remember to select “Use Output window” to get result inside VS.

The ouput windows will then show you something like this.