When I use strong name key file , as indicated in the project properties, this requires that all referenced assemblies also use such a similar signature.
But I want to sign using WinDDK Signtool.exe . I already do this manually, but I also want to debug assembler assemblies, and the best way to do this is to include a signature in the assembly, possibly as an AfterBuild step.
The problem is that I do not know how to create an AfterBuild step
visual-studio-2010 msbuild code-signing
Jader dias
source share