|
|
1.1 root 1: /*
2: * GIZMOBAR.RCV
3: * GizmoBar Version 1.00, March 1993
4: *
5: * Version resource file for the GizmoBar Control DLL
6: *
7: * Copyright (c)1992 Microsoft Corporation, All Rights Reserved
8: *
9: * Kraig Brockschmidt, Software Design Engineer
10: * Microsoft Systems Developer Relations
11: *
12: * Internet : [email protected]
13: * Compuserve: >INTERNET:[email protected]
14: */
15:
16: #ifndef WIN32
17: #include <ver.h>
18: #endif
19:
20: //Default is nodebug
21: #ifndef DEBUG
22: #define VER_DEBUG 0
23: #else
24: #define VER_DEBUG VS_FF_DEBUG
25: #endif
26:
27: VS_VERSION_INFO VERSIONINFO
28: FILEVERSION 1,0,0,0
29: PRODUCTVERSION 1,0,0,0
30: FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
31: FILEFLAGS VER_DEBUG
32: FILEOS VOS_DOS_WINDOWS16
33: FILETYPE VFT_DLL
34: FILESUBTYPE VFT_UNKNOWN
35:
36: BEGIN
37: BLOCK "StringFileInfo"
38: BEGIN
39: BLOCK "040904E4"
40: BEGIN
41: VALUE "CompanyName", "Microsoft Corporation\0", "\0"
42: VALUE "FileDescription", "Kraig Brockschmidt's GizmoBar", "\0"
43: VALUE "FileVersion", "1.00\0", "\0"
44: VALUE "InternalName", "GIZMOBAR.DLL", "\0"
45: VALUE "LegalCopyright", "Copyright \251 1993 Microsoft Corp.", "\0"
46: VALUE "OriginalFilename","GIZMOBAR.DLL", "\0"
47: VALUE "ProductName", "Kraig Brockschmidt's GizmoBar", "\0"
48: VALUE "ProductVersion", "1.00\0"
49: END
50: END
51:
52: BLOCK "VarFileInfo"
53: BEGIN
54: VALUE "Translation", 0x0409, 0x04E4
55: END
56: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.