Delete AssemblyInfo.vb

This commit is contained in:
Edson Armando 2018-12-26 22:13:00 -06:00 committed by GitHub
parent 040f601290
commit 9591d83829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 39 deletions

View File

@ -1,39 +0,0 @@
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")>