Files
2026-08-27 11:04:21 -06:00

39 lines
1.3 KiB
VB.net

Imports System.Resources
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("Hijack This")>
<Assembly: AssemblyDescription("Hijack This")>
<Assembly: AssemblyCompany("Trend Micro Inc")>
<Assembly: AssemblyProduct("HijackThis")>
<Assembly: AssemblyCopyright("© 2007 Trend Micro Inc")>
<Assembly: AssemblyTrademark("Trend Micro 2007")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("f6ccd71f-6e6e-4047-8f16-321273aeaaea")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.00.00.2")>
<Assembly: AssemblyFileVersion("2.00.00.2")>
<Assembly: NeutralResourcesLanguageAttribute("en-US")>