I have a ResourceDictionary in a xaml file called SylesResourceDictionary.xaml in a Class Library Project.
This ResourceDictionary is used in different views by Merging.
I'm new to ResourceDictionary and not sure if I'm doing it the right way. Different article suggest different Build Action Like Page and Custom Tool Like XamlIntelliSenseFileGenerator
What should be the
Build Actionfor this xaml file ? I have it set to ResourceWhat should be the
Custom Tool? I have it set to MSBuildCompileShould I delete the
xaml.csfile for this xaml file ?