Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 915 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 915 Bytes

XamlCombine

Build status

Description

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

Usage

  1. Install nuget package: Install-Package XamlCombine
  2. Add msbuild task to Target BeforeBuild

Generic.txt contains a list of XAML filenames

Special thanks

The original code was writting by SableRaven and was copied from xamlcombine.codeplex.com. It was ported to github by batzen.