/XamlCombine

Combines multiple XAML resource dictionaries into one and sorts them in order of usage

Primary LanguageC#MIT LicenseMIT

Deprecation notice

This project has been deprecated and superseeded by XAMLTools.

XamlCombine

Build status Release Issues

License

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

Description

Combines multiple XAML resource dictionaries into one 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.