How to sign build with .NET?

Viewed 50

My Folder View

enter image description here

I am looking for the signing tab in Property, but can not find it. The property is empty.

enter image description here

My Release

enter image description here

How to sign Release?

1 Answers

You want to right-click the project in Solution Explorer:

enter image description here

From here you'll see the Signing tab:

enter image description here

Which has the options to sign your assembly:

enter image description here

Related