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.

90 lines
2.8 KiB

  1. /*
  2. * OLE2UI.RCV
  3. *
  4. * Version resource file for the OLE 2.0 UI Support DLL.
  5. *
  6. * Copyright (c)1992-1993 Microsoft Corporation, All Rights Reserved.
  7. *
  8. * This file contains the non-localized version data, the U.S. English
  9. * translation of the localized version data, and templates for the data
  10. * that needs to be translated. Note that no text in this file should be
  11. * translated. The text that has to be translated is in the file verlocal.h
  12. * in the appropriate language subdirectory.
  13. */
  14. #include <ver.h>
  15. #include "verlocal.h"
  16. //Default is nodebug
  17. #ifndef DEBUG
  18. #define VER_DEBUG 0
  19. #else
  20. #define VER_DEBUG VS_FF_DEBUG
  21. #endif
  22. VS_VERSION_INFO VERSIONINFO
  23. #ifdef PUBLISHER
  24. FILEVERSION 1,0,0,0
  25. #else
  26. FILEVERSION 2,0,0,0
  27. #endif
  28. PRODUCTVERSION 2,0,0,0
  29. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  30. FILEFLAGS VER_DEBUG
  31. FILEOS VOS_DOS_WINDOWS16
  32. FILETYPE VFT_DLL
  33. FILESUBTYPE VFT2_UNKNOWN
  34. BEGIN
  35. BLOCK "StringFileInfo"
  36. BEGIN
  37. BLOCK "040904E4"
  38. BEGIN
  39. VALUE "CompanyName", "Microsoft Corporation\0", "\0"
  40. #ifdef PUBLISHER
  41. VALUE "FileVersion", "1.00\0", "\0"
  42. VALUE "InternalName", "PUBOLEUI", "\0"
  43. VALUE "OriginalFilename","PUBOLEUI.DLL", "\0"
  44. VALUE "ProductName", "Microsoft Publisher for Windows 2.0", "\0"
  45. VALUE "ProductVersion", "2.00\0"
  46. #else
  47. VALUE "FileVersion", "2.00\0", "\0"
  48. VALUE "InternalName", "OLE2UI", "\0"
  49. VALUE "OriginalFilename","OLE2UI.DLL", "\0"
  50. VALUE "ProductName", "Microsoft Windows(TM) OLE 2.0 User Interface Support", "\0"
  51. VALUE "ProductVersion", "2.00\0"
  52. #endif
  53. VALUE "FileDescription", "Microsoft Windows(TM) OLE 2.0 User Interface Support", "\0"
  54. VALUE "LegalCopyright", "Copyright \251 1992-1993 Microsoft Corp. All rights reserved.", "\0"
  55. END
  56. #ifdef VER_LOC
  57. /* Template for the localized version data. Only used for
  58. non-USA versions. */
  59. BLOCK szTranslation /* Language and codepage */
  60. BEGIN
  61. VALUE "CompanyName", szzCompanyName
  62. #ifdef PUBLISHER
  63. VALUE "FileVersion", "1.00\0", "\0"
  64. VALUE "InternalName", "PUBOLEUI", "\0"
  65. VALUE "OriginalFilename","PUBOLEUI.DLL", "\0"
  66. VALUE "ProductVersion", "2.00\0"
  67. #else
  68. VALUE "FileVersion", "2.00\0", "\0"
  69. VALUE "InternalName", "OLE2UI", "\0"
  70. VALUE "OriginalFilename","OLE2UI.DLL", "\0"
  71. VALUE "ProductVersion", "2.00\0"
  72. #endif
  73. VALUE "FileDescription", szzFileDescription
  74. VALUE "LegalCopyright", szzLegalCopyright
  75. VALUE "ProductName", szzProductName
  76. END
  77. #endif
  78. END
  79. BLOCK "VarFileInfo"
  80. BEGIN
  81. VALUE "Translation", wLanguage, 0x04E4
  82. END
  83. END