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

2 years ago
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // 組件的一般資訊是由下列的屬性集控制。
  5. // 變更這些屬性的值即可修改組件的相關
  6. // 資訊。
  7. [assembly: AssemblyTitle("TestAP")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("")]
  11. [assembly: AssemblyProduct("TestAP")]
  12. [assembly: AssemblyCopyright("Copyright © 2020")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. // 將 ComVisible 設為 false 可對 COM 元件隱藏
  16. // 組件中的類型。若必須從 COM 存取此組件中的類型,
  17. // 的類型,請在該類型上將 ComVisible 屬性設定為 true。
  18. [assembly: ComVisible(false)]
  19. // 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
  20. [assembly: Guid("0468a184-d062-4990-9d23-cede3967a114")]
  21. // 組件的版本資訊由下列四個值所組成:
  22. //
  23. // 主要版本
  24. // 次要版本
  25. // 組建編號
  26. // 修訂編號
  27. //
  28. // 您可以指定所有的值,或將組建編號或修訂編號設為預設值
  29. // 指定為預設值:
  30. // [assembly: AssemblyVersion("1.0.*")]
  31. [assembly: AssemblyVersion("1.0.0.0")]
  32. [assembly: AssemblyFileVersion("1.0.0.0")]