35 lines
1.2 KiB
C#
35 lines
1.2 KiB
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// 有关程序集的常规信息通过下列属性集
|
|
// 控制。更改这些属性值可修改
|
|
// 与程序集关联的信息。
|
|
[assembly: AssemblyTitle("WX.CRM.DataSynApi")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("WX.CRM.DataSynApi")]
|
|
[assembly: AssemblyCopyright("Copyright © 2018")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// 将 ComVisible 设置为 false 会使此程序集中的类型对
|
|
// COM 组件不可见。如果你需要从 COM 访问此程序集中的
|
|
// 类型,请在该类型上将 ComVisible 属性设置为 true。
|
|
[assembly: ComVisible(false)]
|
|
|
|
// 如果此项目向 COM 公开,则下列 GUID 用于 typelib 的 ID
|
|
[assembly: Guid("ba85f38c-f827-4bdf-b84c-3092f9c9e63d")]
|
|
|
|
// 程序集的版本信息由下列四个值组成:
|
|
//
|
|
// Major Version
|
|
// Minor Version
|
|
// Build Number
|
|
// Revision
|
|
//
|
|
// 你可以指定所有值,也可以使用默认修订版号和内部版本号,
|
|
// 方法是使用如下所示的“*”:
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|