You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// 組件的一般資訊是由下列的屬性集控制。
|
|
// 變更這些屬性的值即可修改組件的相關
|
|
// 資訊。
|
|
[assembly: AssemblyTitle("TestAP")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("TestAP")]
|
|
[assembly: AssemblyCopyright("Copyright © 2020")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// 將 ComVisible 設為 false 可對 COM 元件隱藏
|
|
// 組件中的類型。若必須從 COM 存取此組件中的類型,
|
|
// 的類型,請在該類型上將 ComVisible 屬性設定為 true。
|
|
[assembly: ComVisible(false)]
|
|
|
|
// 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
|
|
[assembly: Guid("0468a184-d062-4990-9d23-cede3967a114")]
|
|
|
|
// 組件的版本資訊由下列四個值所組成:
|
|
//
|
|
// 主要版本
|
|
// 次要版本
|
|
// 組建編號
|
|
// 修訂編號
|
|
//
|
|
// 您可以指定所有的值,或將組建編號或修訂編號設為預設值
|
|
// 指定為預設值:
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|