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.

41 lines
1.2 KiB

  1. #include "winver.h"
  2. #include "extsver.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Version
  6. //
  7. VS_VERSION_INFO VERSIONINFO
  8. FILEVERSION SHIMEXTS_BIN_VERSION
  9. PRODUCTVERSION SHIMEXTS_BIN_VERSION
  10. FILEFLAGSMASK 0x3fL
  11. #ifdef DBG
  12. FILEFLAGS 0x1L
  13. #else
  14. FILEFLAGS 0x0L
  15. #endif
  16. FILEOS 0x4L
  17. FILETYPE 0x2L
  18. FILESUBTYPE 0x0L
  19. BEGIN
  20. BLOCK "StringFileInfo"
  21. BEGIN
  22. BLOCK "040904B0"
  23. BEGIN
  24. VALUE "CompanyName", "Microsoft Corporation\0"
  25. VALUE "FileDescription", "Shim Engine Debugger Extensions\0"
  26. VALUE "FileVersion", SHIMEXTS_STRING_VERSION(SHIMEXTS_BIN_VERSION) "\0"
  27. VALUE "InternalName", "SHIMEXTS\0"
  28. VALUE "LegalCopyright", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows (R) is a registered trademark of Microsoft Corporation.\0"
  29. VALUE "OriginalFilename", "SHIMEXTS.dll\0"
  30. VALUE "ProductName", "Debugging Tools for Windows(R)\0"
  31. VALUE "ProductVersion", SHIMEXTS_STRING_VERSION(SHIMEXTS_BIN_VERSION) "\0"
  32. VALUE "OLESelfRegister", "\0"
  33. END
  34. END
  35. BLOCK "VarFileInfo"
  36. BEGIN
  37. VALUE "Translation", 0x409, 1200
  38. END
  39. END