root/trunk/tools/cc3_image_viewer/My Project/AssemblyInfo.vb

Revision 244, 1.2 kB (checked in by anthony_rowe, 3 years ago)

cc3 Windows Image Viewer

  • Property svn:executable set to *
Line 
1 Imports System.Resources
2
3 Imports System
4 Imports System.Reflection
5 Imports System.Runtime.InteropServices
6
7 ' General Information about an assembly is controlled through the following
8 ' set of attributes. Change these attribute values to modify the information
9 ' associated with an assembly.
10
11 ' Review the values of the assembly attributes
12
13 <Assembly: AssemblyTitle("CMUcam3 Frame Grabber")>
14 <Assembly: AssemblyDescription("")>
15 <Assembly: AssemblyCompany("")>
16 <Assembly: AssemblyProduct("CMUcam3")>
17 <Assembly: AssemblyCopyright("Copyright ©  2006")>
18 <Assembly: AssemblyTrademark("")>
19
20 <Assembly: ComVisible(False)>
21
22 'The following GUID is for the ID of the typelib if this project is exposed to COM
23 <Assembly: Guid("4515f106-0b40-4d3d-9cea-234c449cf567")>
24
25 ' Version information for an assembly consists of the following four values:
26 '
27 '      Major Version
28 '      Minor Version
29 '      Build Number
30 '      Revision
31 '
32 ' You can specify all the values or you can default the Build and Revision Numbers
33 ' by using the '*' as shown below:
34 ' <Assembly: AssemblyVersion("1.0.*")>
35
36 <Assembly: AssemblyVersion("1.0.0.0")>
37 <Assembly: AssemblyFileVersion("1.0.0.0")>
38
39 <Assembly: NeutralResourcesLanguageAttribute("en")>
Note: See TracBrowser for help on using the browser.