Files
2024-12-12 09:51:40 +01:00

36 lines
1.3 KiB
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("Revit API Introduction Labs for VB")>
<Assembly: AssemblyDescription("Revit API Introduction Labs for VB")>
<Assembly: AssemblyCompany("Autodesk Inc.")>
<Assembly: AssemblyProduct("Revit API Introduction Labs for VB")>
<Assembly: AssemblyCopyright("Copyright © 2010-2012 Autodesk Inc.")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("33e55dac-e8b7-4fb7-80fd-5ce4e6950fb2")>
' 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("1.0.*")>
<Assembly: AssemblyVersion("2013.0.0.0")>
<Assembly: AssemblyFileVersion("2013.0.0.0")>