using System.Reflection; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Markup; [assembly: AssemblyDescription("")] [assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: ThemeInfo( ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly )] [assembly: XmlnsPrefix("http://schemas.brightsharp.com/developer", "bs")] [assembly: XmlnsDefinition("http://schemas.brightsharp.com/developer", "BrightSharp")] [assembly: XmlnsDefinition("http://schemas.brightsharp.com/developer", "BrightSharp.Extensions")] [assembly: XmlnsDefinition("http://schemas.brightsharp.com/developer", "BrightSharp.Behaviors")] [assembly: XmlnsDefinition("http://schemas.brightsharp.com/developer", "BrightSharp.Converters")] [assembly: XmlnsPrefix("http://schemas.brightsharp.com/diagrams", "bsDiag")] [assembly: XmlnsDefinition("http://schemas.brightsharp.com/diagrams", "BrightSharp.Diagrams")]