I am embedding an assembly that gets updated often inside an assembly. I don't want to have to manually update the resource every time I update the embedded assembly. I want the compiler to grab the embedded resource directly from the assemblies
bin path when the "container" assembly is built. Is there a way to do this?
↧