This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/MESAgent/MESAutoLoader/AutoLoaderLib/AssemblyInfo.cs

32 lines
1.0 KiB
C#
Raw Normal View History

2024-01-23 14:01:04 +08:00
using System;
using System.Reflection;
using System.Runtime.InteropServices;
// 一般的組件資訊是由下列這組屬性所控制。
// 變更這些屬性的值即可修改組件的相關資訊。
// 檢閱組件屬性的值
[assembly: AssemblyTitle("AutoLoaderLib")]
[assembly: AssemblyDescription("AutoLoaderLib for MESSeries")]
[assembly: AssemblyCompany("iMES Technology Inc.")]
[assembly: AssemblyProduct("MESSeries 4")]
[assembly: AssemblyCopyright("Copyright © iMES Technology Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
// 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
[assembly: Guid("7BE710A6-63DB-4425-9C60-EC4387F6A585")]
// 組件的版本資訊由下列四個值所組成:
//
// 主要版本
// 次要版本
// 組建編號
// 修訂
//
// 您可以自行指定所有的值,也可以依照以下的方式,使用 '*' 將修訂和組建編號
// 指定為預設值:
[assembly: AssemblyVersion("4.20.0.0")]
[assembly: AssemblyFileVersion("4.20.0.0")]