Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.4 KiB

  1. /*
  2. * GIZMOBAR.RCV
  3. * GizmoBar Version 1.00, Win32 version August 1993
  4. *
  5. * Version resource file for the GizmoBar Control DLL
  6. *
  7. * Copyright (c)1993 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. //Default is nodebug
  16. #ifndef DEBUG
  17. #define VER_DEBUG 0
  18. #else
  19. #define VER_DEBUG VS_FF_DEBUG
  20. #endif
  21. VS_VERSION_INFO VERSIONINFO
  22. FILEVERSION 1,0,0,0
  23. PRODUCTVERSION 1,0,0,0
  24. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  25. FILEFLAGS VER_DEBUG
  26. FILEOS VOS_DOS_WINDOWS16
  27. FILETYPE VFT_DLL
  28. FILESUBTYPE VFT_UNKNOWN
  29. BEGIN
  30. BLOCK "StringFileInfo"
  31. BEGIN
  32. BLOCK "040904E4"
  33. BEGIN
  34. VALUE "CompanyName", "Microsoft Corporation\0", "\0"
  35. VALUE "FileDescription", "Kraig Brockschmidt's GizmoBar", "\0"
  36. VALUE "FileVersion", "1.00\0", "\0"
  37. VALUE "InternalName", "GIZMOBAR.DLL", "\0"
  38. VALUE "LegalCopyright", "Copyright \251 1993 Microsoft Corp.", "\0"
  39. VALUE "OriginalFilename","GIZMOBAR.DLL", "\0"
  40. VALUE "ProductName", "Kraig Brockschmidt's GizmoBar", "\0"
  41. VALUE "ProductVersion", "1.00\0"
  42. END
  43. END
  44. BLOCK "VarFileInfo"
  45. BEGIN
  46. VALUE "Translation", 0x0409, 0x04E4
  47. END
  48. END
  49.