Search code examples
c#wpfdllilmerge

Merging dlls into a single .exe with wpf


I'm currently working on a project where we have a lot of dependencies. I would like to compile all the referenced dll's into the .exe much like you would do with embedded resources. I have tried ILMerge but it can't handle .xaml resources.

So my question is: Is there a way to merge a WPF project with multiple dependencies into a single .exe?


Solution

  • .NET reactor has the feature of merging the assemblies and its not very expensive.