2 Imports System.Reflection
\r 
   3 Imports System.Runtime.InteropServices
\r 
   5 ' General Information about an assembly is controlled through the following 
\r 
   6 ' set of attributes. Change these attribute values to modify the information
\r 
   7 ' associated with an assembly.
\r 
   9 ' Review the values of the assembly attributes
\r 
  11 <Assembly: AssemblyTitle("Blackjack")> 
\r 
  12 <Assembly: AssemblyDescription("")> 
\r 
  13 <Assembly: AssemblyCompany("Microsoft")> 
\r 
  14 <Assembly: AssemblyProduct("Blackjack")> 
\r 
  15 <Assembly: AssemblyCopyright("Copyright © Microsoft 2013")> 
\r 
  16 <Assembly: AssemblyTrademark("")> 
\r 
  18 <Assembly: ComVisible(False)>
\r 
  20 'The following GUID is for the ID of the typelib if this project is exposed to COM
\r 
  21 <Assembly: Guid("8c090d59-8753-4e41-baad-c32ae05d0dd4")> 
\r 
  23 ' Version information for an assembly consists of the following four values:
\r 
  30 ' You can specify all the values or you can default the Build and Revision Numbers 
\r 
  31 ' by using the '*' as shown below:
\r 
  32 ' <Assembly: AssemblyVersion("1.0.*")> 
\r 
  34 <Assembly: AssemblyVersion("1.0.0.0")> 
\r 
  35 <Assembly: AssemblyFileVersion("1.0.0.0")> 
\r