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.

61 lines
1.7 KiB

  1. #if defined(BT_NT_BUILD)
  2. #include <windows.h>
  3. #else
  4. #include "afxres.h"
  5. #endif
  6. #include "winver.h"
  7. #ifdef _WIN32
  8. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  9. #pragma code_page(1252)
  10. #endif //_WIN32
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Version
  14. //
  15. VS_VERSION_INFO VERSIONINFO
  16. FILEVERSION 2,1,2008,0
  17. PRODUCTVERSION 2,1,2008,0
  18. FILEFLAGSMASK 0x3fL
  19. FILEFLAGS 0
  20. FILEOS 0x00050005L
  21. FILETYPE 2
  22. FILESUBTYPE 0
  23. BEGIN
  24. BLOCK "StringFileInfo"
  25. BEGIN
  26. BLOCK "040904b0"
  27. BEGIN
  28. VALUE "CompanyName", "Intel Corporation\0"
  29. VALUE "LegalCopyright", "Copyright � 1985-2002\0"
  30. VALUE "LegalTrademarks", "\0"
  31. VALUE "ProductName", "IA-32 Execution Layer\0"
  32. VALUE "ProductVersion", "2,1,2008,0\0"
  33. VALUE "FileDescription", "IA-32 Execution Layer - NT-dependent Component\0"
  34. VALUE "FileVersion", "2,1,2008,0\0"
  35. VALUE "InternalName", "IA32ExecutionLayer_WindowsInterface\0"
  36. VALUE "OriginalFilename", "wowIA32X.DLL\0"
  37. VALUE "Comments", "Wed Sep 18 14:51:00 2002 \0"
  38. VALUE "PrivateBuild", "\0"
  39. VALUE "SpecialBuild", "\0"
  40. END
  41. END
  42. BLOCK "VarFileInfo"
  43. BEGIN
  44. VALUE "Translation", 0x409, 1200
  45. END
  46. END
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // Icon
  50. //
  51. // Icon with lowest ID value placed first to ensure application icon
  52. // remains consistent on all systems.
  53. 0 ICON DISCARDABLE "btact.ico"
  54. /////////////////////////////////////////////////////////////////////////////