Combines multiple XAML resource dictionaries in one. Replaces DynamicResources to StaticResources. And sort them in order of usage.
- Install nuget package: Install-Package XamlCombine
- Add msbuild task to Target BeforeBuild
Generic.txt contains a list of XAML filenames
The original code was writting by SableRaven and was copied from xamlcombine.codeplex.com. It was ported to github by batzen.