3DGDIRenderer/3DTest/Properties/AssemblyInfo.vb

32 lines
1.0 KiB
VB.net
Raw Permalink Normal View History

2019-09-27 17:26:42 +01:00
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' Information about this assembly is defined by the following
' attributes.
'
' change them to the information which is associated with the assembly
' you compile.
<assembly: AssemblyTitle("ThreeDTest")>
<assembly: AssemblyDescription("3D Test")>
<assembly: AssemblyConfiguration("")>
<assembly: AssemblyCompany("Captain ALM")>
<assembly: AssemblyProduct("ThreeDTest")>
<assembly: AssemblyCopyright("Copyright (C) Captain ALM 2019")>
<assembly: AssemblyTrademark("")>
<assembly: AssemblyCulture("")>
' This sets the default COM visibility of types in the assembly to invisible.
' If you need to expose a type to COM, use <ComVisible(true)> on that type.
<assembly: ComVisible(False)>
' The assembly version has following format :
'
' Major.Minor.Build.Revision
'
' You can specify all values by your own or you can build default build and revision
' numbers with the '*' character (the default):
<assembly: AssemblyVersion("0.0.*")>