Whenever I add i18n.en.xml or alike (just has to end with <culture>.xml) and compile my project, the file is compiled into en/<Assembly>.resources.dll, even though, I just wanted simply to embed it as a resource within the main assembly alone.


If I rename it to en.i18n.xml, it gets properly embedded without creating extra assemblies.


How do I overcome this?


No comments:

Post a Comment