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.

56 lines
1.4 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. // Copyright (c) 2001 Microsoft Corporation
  4. #include "winres.h"
  5. #include <ntverp.h>
  6. #ifndef _MAC
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Version
  10. //
  11. #define BUILDNUM VER_PRODUCTVERSION
  12. #define BUILDVERS VER_PRODUCTVERSION_STR
  13. VS_VERSION_INFO VERSIONINFO
  14. FILEVERSION BUILDNUM
  15. PRODUCTVERSION BUILDNUM
  16. FILEFLAGSMASK 0x3fL
  17. #ifdef _DEBUG
  18. FILEFLAGS 0x1L
  19. #else
  20. FILEFLAGS 0x0L
  21. #endif
  22. FILEOS 0x4L
  23. FILETYPE 0x2L
  24. FILESUBTYPE 0x0L
  25. BEGIN
  26. BLOCK "StringFileInfo"
  27. BEGIN
  28. BLOCK "040904b0"
  29. BEGIN
  30. VALUE "Comments", "\0"
  31. VALUE "CompanyName", "Microsoft Corporation\0"
  32. VALUE "FileDescription", "Remote Administration Build Cab Tool\0"
  33. VALUE "FileVersion", BUILDVERS
  34. VALUE "InternalName", "Server Appliance\0"
  35. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 2002\0"
  36. VALUE "LegalTrademarks", "\0"
  37. VALUE "OriginalFilename", "SACreateCab.exe\0"
  38. VALUE "PrivateBuild", "\0"
  39. VALUE "ProductName", "Remote Admin Build Cab Tool\0"
  40. VALUE "ProductVersion", BUILDVERS
  41. VALUE "SpecialBuild", "\0"
  42. END
  43. END
  44. BLOCK "VarFileInfo"
  45. BEGIN
  46. VALUE "Translation", 0x409, 1200
  47. END
  48. END
  49. #endif // !_MAC