Added assembly metadata such as title, company, product, copyright, and version information to Jobs.vbproj. Removed redundant assembly attributes from AssemblyInfo.vb, centralizing metadata management in the project file. Assembly version updated to 3.5.0.0.
10 lines
321 B
VB.net
10 lines
321 B
VB.net
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.InteropServices
|
|
<Assembly: AssemblyTrademark("3.0.3.0")>
|
|
|
|
<Assembly: ComVisible(False)>
|
|
|
|
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
|
<Assembly: Guid("48b3071f-049c-4c84-b272-f197c1db2652")>
|