XamlCombine
XamlCombine copied to clipboard
Combines multiple XAML resource dictionaries into one and sorts them in order of usage
Deprecation notice
This project has been deprecated and superseeded by XAMLTools.
XamlCombine
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.