mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-10-31 16:05:12 +00:00
bff2e655c3
NET Code!
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 © Beta")>
|
|
<Assembly: AssemblyDescription("Emulate old and classic Macs")>
|
|
<Assembly: AssemblyCompany("Armando Technologies")>
|
|
<Assembly: AssemblyProduct("Virtual Mac")>
|
|
<Assembly: AssemblyCopyright("Copyright © 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")> |