7753825d5231eb61b79826051ffbf282f5b610be
[Blackjack.git] / src / Blackjack / My Project / AssemblyInfo.vb
1 Imports System\r
2 Imports System.Reflection\r
3 Imports System.Runtime.InteropServices\r
4 \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
8 \r
9 ' Review the values of the assembly attributes\r
10 \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
17 \r
18 <Assembly: ComVisible(False)>\r
19 \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
22 \r
23 ' Version information for an assembly consists of the following four values:\r
24 '\r
25 '      Major Version\r
26 '      Minor Version \r
27 '      Build Number\r
28 '      Revision\r
29 '\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
33 \r
34 <Assembly: AssemblyVersion("1.0.0.0")> \r
35 <Assembly: AssemblyFileVersion("1.0.0.0")> \r