mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2025-01-05 17:30:21 +00:00
39 lines
1.2 KiB
VB.net
39 lines
1.2 KiB
VB.net
|
Imports System.Resources
|
|||
|
|
|||
|
Imports System.Reflection
|
|||
|
Imports System.Runtime.CompilerServices
|
|||
|
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.
|
|||
|
|
|||
|
|
|||
|
' TODO: Review the values of the assembly attributes
|
|||
|
|
|||
|
|
|||
|
<Assembly: AssemblyTitle("Virtual Mac <20> Beta")>
|
|||
|
<Assembly: AssemblyDescription("Emulate old and classic Macs")>
|
|||
|
<Assembly: AssemblyCompany("Armando Technologies")>
|
|||
|
<Assembly: AssemblyProduct("Virtual Mac")>
|
|||
|
<Assembly: AssemblyCopyright("Copyright <20> Armando Technologies")>
|
|||
|
<Assembly: AssemblyTrademark("Licensed under GNU GPL v2")>
|
|||
|
<Assembly: AssemblyCulture("")>
|
|||
|
|
|||
|
' 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("0.2.2")>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<Assembly: AssemblyFileVersionAttribute("0.2.2")>
|
|||
|
<Assembly: ComVisibleAttribute(True)>
|
|||
|
<Assembly: NeutralResourcesLanguageAttribute("en")>
|