SungjuNewPrime/OPC Server Setting/OPC Client sample(DotNet to Delphi13)/DotNetDAautoSample/AssemblyInfo.vb
jhw 6516e4a8f0 first upload
OPC test program upload
2026-09-04 11:41:21 +09:00

29 lines
1021 B
VB.net

Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' アセンブリに関する一般情報は以下の
' 属性セットを通して制御されます。アセンブリに関連付けられている情報を変更するには、
' これらの属性値を変更してください。
' アセンブリ属性の値を確認します。
<Assembly: AssemblyVersion("1.0.0.5")>
<Assembly: AssemblyFileVersion("1.0.0.5")>
<Assembly: AssemblyTitle("OPC Sample (VB.NET Automation)")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Takebishi Electric Sales Corporation")>
<Assembly: AssemblyProduct("OPC Sample (VB.NET Automation)")>
<Assembly: AssemblyCopyright("Copyright(c) 2006")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")>
'#If Debug Then
'<Assembly: AssemblyConfiguration("Debug")>
'#Else
'<Assembly: AssemblyConfiguration("Release")>
'#End If
'<Assembly: CLSCompliant(True)>
'以下の GUID は、このプロジェクトが COM に公開された場合、タイプ ライブラリの ID になります。
<Assembly: Guid("FB879501-3954-4484-8785-0CD2F71FC6A1")>