Hi, 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?