comparison delete me/Glimpse/My Project/AssemblyInfo.vb @ 59:3591c26bd63e

MVVMLight added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 19:20:28 +0100
parents
children
comparison
equal deleted inserted replaced
58:241e2f22ed3c 59:3591c26bd63e
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
4
5 ' General Information about an assembly is controlled through the following
6 ' set of attributes. Change these attribute values to modify the information
7 ' associated with an assembly.
8
9 ' Review the values of the assembly attributes
10 <Assembly: AssemblyTitle("Glimpse")>
11 <Assembly: AssemblyDescription("")>
12 <Assembly: AssemblyCompany("")>
13 <Assembly: AssemblyProduct("Glimpse")>
14 <Assembly: AssemblyCopyright("Copyright © 2009")>
15 <Assembly: AssemblyTrademark("")>
16
17 <Assembly: ComVisible(False)>
18
19 'The following GUID is for the ID of the typelib if this project is exposed to COM
20 <Assembly: Guid("6530da86-04ef-4d3d-88d7-d55e26263df0")>
21
22 ' Version information for an assembly consists of the following four values:
23 '
24 ' Major Version
25 ' Minor Version
26 ' Build Number
27 ' Revision
28 '
29 ' You can specify all the values or you can default the Build and Revision Numbers
30 ' by using the '*' as shown below:
31 ' <Assembly: AssemblyVersion("1.0.*")>
32
33 <Assembly: AssemblyVersion("1.0.0.0")>
34 <Assembly: AssemblyFileVersion("1.0.0.0")>