Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ILMerge and localized resource assemblies

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?

like image 583
Svish Avatar asked Oct 23 '09 13:10

Svish


1 Answers

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.

like image 57
Tao Avatar answered Sep 20 '22 02:09

Tao