Last active
December 11, 2015 02:49
-
-
Save jeremybeavon/eca1e07febcbc35f1aed to your computer and use it in GitHub Desktop.
Add a strong name to an assembly after compile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| & ildasm "$dll" /out:"$dll.il" | |
| & ilasm "$dll.il" /dll /pdb /resource="$dll.res" /key="$key" /output="$dll" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment