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.

46 lines
1.2 KiB

  1. //
  2. // INTEL Corporation Proprietary Information
  3. //
  4. // This listing is supplied under the terms of a license
  5. // agreement with INTEL Corporation and may not be copied
  6. // nor disclosed except in accordance with the terms of
  7. // that agreement.
  8. //
  9. // Copyright (c) 1996 Intel Corporation.
  10. // All Rights Reserved.
  11. //
  12. VS_VERSION_INFO VERSIONINFO
  13. FILEVERSION APPVERSION, APPREVISION, 0, APPRELEASE
  14. PRODUCTVERSION APPVERSION, APPREVISION, 0, APPRELEASE
  15. FILEFLAGSMASK VERSIONFILEFLAGSMASK
  16. FILEFLAGS VERSIONFLAGS
  17. #ifdef WIN32
  18. FILEOS VOS_DOS_WINDOWS32
  19. #else
  20. FILEOS VOS_DOS_WINDOWS16
  21. #endif
  22. FILETYPE VERSIONTYPE
  23. FILESUBTYPE VERSIONSUBTYPE
  24. BEGIN
  25. BLOCK "StringFileInfo"
  26. BEGIN
  27. BLOCK "040904E4"
  28. BEGIN
  29. VALUE "CompanyName", VERSIONCOMPANYNAME
  30. VALUE "FileDescription", VERSIONDESCRIPTION
  31. VALUE "FileVersion", VERSIONSTR
  32. VALUE "InternalName", VERSIONNAME
  33. VALUE "LegalCopyright", VERSIONCOPYRIGHT
  34. VALUE "OriginalFilename", VERSIONNAME
  35. VALUE "ProductName", VERSIONPRODUCTNAME
  36. VALUE "ProductVersion", VERSIONSTR
  37. END
  38. END
  39. BLOCK "VarFileInfo"
  40. BEGIN
  41. /* the following line should be extended for localized versions */
  42. VALUE "Translation", 0x409, 1252
  43. END
  44. END