Is it possible to add/remove/change an embedded resource in a .NET DLL after it has been compiled? If so, how is this done, and are there any gotchas?
Edit:
I would like to do this manually, but eventually automatically through a script in the post-build event.