Is there an easy way to sign a C++ CLI assembly in VS 2010?

前端 未结 6 1702
囚心锁ツ
囚心锁ツ 2020-12-30 00:18

Right now I am setting the Linker/Advanced/KeyFile option.

I am getting the \"mt.exe : general warning 810100b3: is a strong-name signed assembly and embedding

6条回答
  •  [愿得一人]
    2020-12-30 00:54

    Paul Mead's proposal is on the right track, but this seems definitive: http://blogs.msdn.com/b/vcblog/archive/2011/03/11/10140139.aspx. Note that it's easy to change the text but omit to change the "%" to a "$".

提交回复
热议问题