using System.Runtime.InteropServices; using System.Windows.Markup; [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)] // 在此类的 SDK 样式项目中,现在,在此文件中早前定义的几个程序集属性将在生成期间自动添加,并使用在项目属性中定义的值进行填充。有关包含的属性以及如何定制此过程的详细信息,请参阅 // https://aka.ms/assembly-info-properties // 将 ComVisible 设置为 false 会使此程序集中的类型对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,请将该类型的 ComVisible // 属性设置为 true。 [assembly: ComVisible(false)] // 如果此项目向 COM 公开,则下列 GUID 用于 typelib 的 ID。 [assembly: Guid("4bb0f21d-2e29-48f9-829f-eafa8e6cc27b")] // 使用热重载管理器 [assembly: XmlnsPrefix("https://github.com/ShrlAlgo/Melskin", "ms")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Appearance")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Assists")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Controls")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Converters")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Controls.Decorations")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Layout")] [assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Markup")] //[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/Melskin", "Melskin.Effects")]