ILMerge and localized resource assemblies

assemblies, ilmerge, localization, resources, satellite-assembly

Solution

I asked my own variant of this question and eventually got/implemented an answer: Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

Hope this helps.

Problem

We have an application whose structure when compiled looks something like this: - Foo - nb-NO - Text.resources.dll - sv-SE - Text.resources.dll - Bar.dll - Foo.exe - Text.dll Is it possible to use ILMerge on this? How would you do that?

Original source

Related problems