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.

70 lines
1.7 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. // Copyright (c) 2001 Microsoft Corporation
  4. #include "resource.h"
  5. #include "winres.h"
  6. #include <ntverp.h>
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // String Table
  10. //
  11. STRINGTABLE DISCARDABLE
  12. BEGIN
  13. IDS_SHORTCUT_NAME "Web Interface for Remote Administration"
  14. IDS_SHORTCUT_DESCRIPTION "Manage a Web or file server using a Web browser interface"
  15. END
  16. #ifndef _MAC
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Version
  20. //
  21. #define BUILDNUM VER_PRODUCTVERSION
  22. #define BUILDVERS VER_PRODUCTVERSION_STR
  23. VS_VERSION_INFO VERSIONINFO
  24. FILEVERSION BUILDNUM
  25. PRODUCTVERSION BUILDNUM
  26. FILEFLAGSMASK 0x3fL
  27. #ifdef _DEBUG
  28. FILEFLAGS 0x1L
  29. #else
  30. FILEFLAGS 0x0L
  31. #endif
  32. FILEOS 0x4L
  33. FILETYPE 0x2L
  34. FILESUBTYPE 0x0L
  35. BEGIN
  36. BLOCK "StringFileInfo"
  37. BEGIN
  38. BLOCK "040904b0"
  39. BEGIN
  40. VALUE "Comments", "\0"
  41. VALUE "CompanyName", "Microsoft Corporation\0"
  42. VALUE "FileDescription", "Remote Administration Tools WebBlade Setup\0"
  43. VALUE "FileVersion", BUILDVERS
  44. VALUE "InternalName", "Server Appliance\0"
  45. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 2002\0"
  46. VALUE "LegalTrademarks", "\0"
  47. VALUE "OriginalFilename", "SAInstall.exe\0"
  48. VALUE "PrivateBuild", "\0"
  49. VALUE "ProductName", "Microsoft Remote Administration Tools WebBlade\0"
  50. VALUE "ProductVersion", BUILDVERS
  51. VALUE "SpecialBuild", "\0"
  52. END
  53. END
  54. BLOCK "VarFileInfo"
  55. BEGIN
  56. VALUE "Translation", 0x409, 1200
  57. END
  58. END
  59. #endif // !_MAC