Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.47 KB

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.