lihairui212 / XamlCombine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:C# 100.0%