月更
This commit is contained in:
@@ -8,11 +8,11 @@ using System.Windows.Markup;
|
||||
// 有关程序集的一般信息由以下
|
||||
// 控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("AntDesign.WPF")]
|
||||
[assembly: AssemblyTitle("AntDesignWPF")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AntDesign.WPF")]
|
||||
[assembly: AssemblyProduct("AntDesignWPF")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2025")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
@@ -52,7 +52,7 @@ using System.Windows.Markup;
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
||||
[assembly: XmlnsPrefix("https://github.com/ShrlAlgo/AntDesign.WPF", "ant")]
|
||||
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/AntDesign.WPF", "AntDesign.WPF.Controls")]
|
||||
//[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/AntDesign.WPF", "AntDesign.WPF.Converters")]
|
||||
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/AntDesign.WPF", "AntDesign.WPF.Helpers")]
|
||||
[assembly: XmlnsPrefix("https://github.com/ShrlAlgo/AntDesignWPF", "antd")]
|
||||
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/AntDesignWPF", "AntDesignWPF.Controls")]
|
||||
//[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/AntDesignWPF", "AntDesignWPF.Converters")]
|
||||
[assembly: XmlnsDefinition("https://github.com/ShrlAlgo/AntDesignWPF", "AntDesignWPF.Helpers")]
|
||||
|
||||
4
AntDesignWPF/Properties/Resources.Designer.cs
generated
4
AntDesignWPF/Properties/Resources.Designer.cs
generated
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace AntDesign.WPF.Properties {
|
||||
namespace AntDesignWPF.Properties {
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -38,7 +38,7 @@ namespace AntDesign.WPF.Properties {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if ((resourceMan == null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AntDesign.WPF.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AntDesignWPF.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
||||
2
AntDesignWPF/Properties/Settings.Designer.cs
generated
2
AntDesignWPF/Properties/Settings.Designer.cs
generated
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace AntDesign.WPF.Properties
|
||||
namespace AntDesignWPF.Properties
|
||||
{
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user