Hey Folks,
I'm working on a file packager, and I though I'd use a resource only
assembly. It works fine but I'm currently Shelling out to use AL.exe.
I'd prefer to use Reflection.Emit. However
AssemblyBuilder.AddResourceFile(...) only links the file and does not
embed it as a resource.
Anyone know how I can embed the files instead?
Thanks in advance
Jan