ibms-dome/xxxFrontend/Properties/AssemblyInfo.cs

36 lines
1.2 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 組件一般資訊會透過下列
// 控制。變更這些屬性值可修改與組件關聯的
// 資訊。
[assembly: AssemblyTitle("Frontend")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Frontend")]
[assembly: AssemblyCopyright("Copyright (C) 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// ComVisible 為 false 的方式來控制,讓此組件中的類型在
// COM 組件中為不可見。如果您需要從
// COM將 ComVisible 屬性設定為該類型的 True。
[assembly: ComVisible(false)]
// 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
[assembly: Guid("df8baa31-baf1-4fc3-bf24-ad6b0e89d863")]
// 組件的版本資訊是由下列四項值構成:
//
// 主要版本
// 次要版本控制,
// 組建編號
// 修訂編號
//
// 您可以指定所有值或預設修訂和組件數目
// 指定為預設值:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]