Source code of Windows XP (NT5)
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.

48 lines
1.4 KiB

  1. /*
  2. * BTTNCUR.RCV
  3. * Buttons & Cursors Version 1.1, Win32 version August 1993
  4. *
  5. * Version resource file for the Button Images and Cursors DLL.
  6. *
  7. * Copyright (c)1992-1993 Microsoft Corporation, All Rights Reserved,
  8. * as applied to redistribution of this source code in source form
  9. * License is granted to use of compiled code in shipped binaries.
  10. */
  11. //Default is nodebug
  12. #ifndef DEBUG
  13. #define VER_DEBUG 0
  14. #else
  15. #define VER_DEBUG VS_FF_DEBUG
  16. #endif
  17. VS_VERSION_INFO VERSIONINFO
  18. FILEVERSION 1,1,0,0
  19. PRODUCTVERSION 1,1,0,0
  20. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  21. FILEFLAGS VER_DEBUG
  22. FILEOS VOS_DOS_WINDOWS16
  23. FILETYPE VFT_DLL
  24. FILESUBTYPE VFT_UNKNOWN
  25. BEGIN
  26. BLOCK "StringFileInfo"
  27. BEGIN
  28. BLOCK "040904E4"
  29. BEGIN
  30. VALUE "CompanyName", "Microsoft Corporation\0", "\0"
  31. VALUE "FileDescription", "Microsoft Windows(TM) Standard Button Images and Cursors", "\0"
  32. VALUE "FileVersion", "1.10\0", "\0"
  33. VALUE "InternalName", "BTTNCUR.DLL", "\0"
  34. VALUE "LegalCopyright", "Copyright \251 1993 Microsoft Corp.", "\0"
  35. VALUE "OriginalFilename","BTTNCUR.DLL", "\0"
  36. VALUE "ProductName", "Microsoft Windows(TM) Standard Button Images and Cursors", "\0"
  37. VALUE "ProductVersion", "1.10\0"
  38. END
  39. END
  40. BLOCK "VarFileInfo"
  41. BEGIN
  42. VALUE "Translation", 0x0409, 0x04E4
  43. END
  44. END