tx
9 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System.Reflection;
using System.Runtime.InteropServices;
 
[assembly: AssemblyTitle("上海义维流体科技有限公司")]
[assembly: AssemblyDescription("泵管家TProduct")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Eventech义维流体科技")]
[assembly: AssemblyProduct("TProduct.BLL.Main")]
[assembly: AssemblyCopyright("Copyright (C) EvenTech 2022-2032")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
 
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("61D834E4-5CE1-4359-A158-B5113A7FD4D7")]
 
 
[assembly: AssemblyVersion("1.4.1.31207")]
[assembly: AssemblyFileVersion("1.4.1.31207")]