P3D-Legacy/P3D/My Project/AssemblyInfo.vb

34 lines
1.3 KiB
VB.net
Raw Normal View History

2016-09-07 18:50:38 +02:00
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")>
2016-09-07 18:50:38 +02:00
<Assembly: AssemblyProduct("Pokémon3D")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kolben Games")>
2019-01-28 04:52:24 +01:00
<Assembly: AssemblyCopyright("Copyright © Kolben 2012-2019")>
2016-09-07 18:50:38 +02:00
<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
'
2019-01-28 05:51:22 +01:00
<Assembly: AssemblyVersion("0.56")>