AssemblyInfo.vb
Chapter 2 discusses the Assembly Information dialog box and talks about how to use it to specify information about applications. All that information is stored in a file named AssemblyInfo.vb. Listing 3.3 shows the content of this file as it is available when you create a new project.
Listing 3.3 contains several items whose identifiers begin with the word Assembly, such as AssemblyTitle, AssemblyCompany, and so on. Each of these items is in relationship with fields of the Assembly Information dialog box. Such items are marked with an attribute named Assembly. Attributes are discussed in Chapter 45.
It is useful to know about the AssemblyInfo.vb file because sometimes you need to edit this file manually. For example, you may need ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access