MartinTopfstedt / FontAwesome5

WPF controls for the iconic SVG, font, and CSS toolkit Font Awesome 5.
MIT License
120 stars 23 forks source link

Moved EFontAwesomeIcon to shared project #4

Closed dahovey closed 6 years ago

dahovey commented 6 years ago

Created FontAwesome5 SDK csproj. Includes net4.0 and netstandard1.4 targetframeworks. Now C# generated icons are in shared project.

This does raise complexity since each platform WPF/UWP has to reference a specific version of the shared project.

Using a shared project is helpful for multi-targeting projects. Now you can reference just FontAwesome5 assembly from a ViewModel assembly, and Bind a EFontAwesomeIcon on a ViewModel class.

dahovey commented 6 years ago

I also upgraded Font-Awesome to 5.2.0