/XamlCombine

Primary LanguageC#MIT LicenseMIT

XamlCombine

Build status Release Issues

The original code was writting by SableRaven and was copied from xamlcombine.codeplex.com.

Description

Combines multiple XAML resource dictionaries in one. Replaces DynamicResources to StaticResources. And sort them in order of usage.

Usage

XamlCombine.exe list-of-xamls.txt result-xaml.xaml

Where:

  • list-of-xamls.txt - text file which contains list of XAML filenames,
  • result-xaml.xaml - filename of result XAML file.