I have a multilanguage class library containing several .resx files. Instead of embedding the resources files on the main assembly, it creates a folder per language containing a assembly.resources.dll
assembly
Resx files are contained on a folder named Resources
and they are marked as embedded resources.
Is there any simple way to have all resx files embedded on my class library assembly?