|
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 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 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 |
|
|---|
| 23 |
<Assembly: Guid("4515f106-0b40-4d3d-9cea-234c449cf567")> |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
<Assembly: AssemblyVersion("1.0.0.0")> |
|---|
| 37 |
<Assembly: AssemblyFileVersion("1.0.0.0")> |
|---|
| 38 |
|
|---|
| 39 |
<Assembly: NeutralResourcesLanguageAttribute("en")> |
|---|