Skip to content

Instantly share code, notes, and snippets.

@jeremybeavon
Last active December 11, 2015 02:49
Show Gist options
  • Select an option

  • Save jeremybeavon/eca1e07febcbc35f1aed to your computer and use it in GitHub Desktop.

Select an option

Save jeremybeavon/eca1e07febcbc35f1aed to your computer and use it in GitHub Desktop.
Add a strong name to an assembly after compile
& 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