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.
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.