34 lines
1.3 KiB
VB.net
34 lines
1.3 KiB
VB.net
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.
|
|
<Assembly: AssemblyTitle("Pokémon3D")>
|
|
<Assembly: AssemblyProduct("Pokémon3D")>
|
|
<Assembly: AssemblyDescription("")>
|
|
<Assembly: AssemblyCompany("Kolben Games")>
|
|
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2020")>
|
|
<Assembly: AssemblyTrademark("")>
|
|
<Assembly: AssemblyCulture("")>
|
|
|
|
' Setting ComVisible to false makes the types in this assembly not visible
|
|
' to COM components. If you need to access a type in this assembly from
|
|
' COM, set the ComVisible attribute to true on that type. Only Windows
|
|
' assemblies support COM.
|
|
<Assembly: ComVisible(False)>
|
|
|
|
' On Windows, the following GUID is for the ID of the typelib if this
|
|
' project is exposed to COM. On other platforms, it unique identifies the
|
|
' title storage container when deploying this assembly to the device.
|
|
<Assembly: Guid("a39721a4-1394-4835-924d-6635769a20e4")>
|
|
|
|
' Version information for an assembly consists of the following four values:
|
|
'
|
|
' Major Version
|
|
' Minor Version
|
|
' Build Number
|
|
' Revision
|
|
'
|
|
<Assembly: AssemblyVersion("0.58.1")> |