This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2024-01-17 17:41:53 +08:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
// 組件的一般資訊是由下列的屬性集控制。
|
|
|
|
|
// 變更這些屬性的值即可修改組件的相關
|
|
|
|
|
// 資訊。
|
2024-01-18 14:03:02 +08:00
|
|
|
|
[assembly: AssemblyTitle("IEWService")]
|
|
|
|
|
[assembly: AssemblyDescription("IEWService for MESSeries")]
|
2024-01-17 17:41:53 +08:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("iMES Technology Inc.")]
|
|
|
|
|
[assembly: AssemblyProduct("MESSeries 6")]
|
|
|
|
|
[assembly: AssemblyCopyright("Copyright iMES Technology Inc.")]
|
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
|
|
|
|
// 將 ComVisible 設定為 false 會使得這個組件中的類型
|
|
|
|
|
// 對 COM 元件而言為不可見。如果您需要從 COM 存取這個組件中
|
|
|
|
|
// 的類型,請在該類型上將 ComVisible 屬性設定為 true。
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|
|
|
|
// 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
|
2024-01-18 14:03:02 +08:00
|
|
|
|
[assembly: Guid("7c830bc6-e2bd-4b82-9ff3-ad61fd9004c5")]
|
2024-01-17 17:41:53 +08:00
|
|
|
|
|
|
|
|
|
// 組件的版本資訊由下列四個值所組成:
|
|
|
|
|
//
|
|
|
|
|
// 主要版本
|
|
|
|
|
// 次要版本
|
|
|
|
|
// 組建編號
|
|
|
|
|
// 修訂編號
|
|
|
|
|
//
|
|
|
|
|
[assembly: AssemblyVersion("6.0.0.0")]
|