Files
Mapo-IOB-WIN/CncLib/My Project/AssemblyInfo.vb
T
2017-10-24 17:20:15 +02:00

25 lines
815 B
VB.net

Imports System
Imports System.Reflection
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.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("CncLib")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("SteamWare")>
<Assembly: AssemblyProduct("CncLib")>
<Assembly: AssemblyCopyright("Copyright ©2007-2017")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("80234dee-025a-4b87-bf22-572c83e0bae4")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>