30 lines
1.8 KiB
C#
30 lines
1.8 KiB
C#
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: System.Reflection.Metadata.MetadataUpdateHandler(typeof(HotReloadManager))]
|
|
[assembly: XmlnsPrefix("https://github.com/ShrlAlgo/NeoUI", "n")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Appearance")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Assists")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Behaviors")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Controls")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Converters")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Controls.Decorations")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Layout")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Markup")]
|
|
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/NeoUI", "NeoUI.Effects")] |