Source code of Windows XP (NT5)
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.

43 lines
1.2 KiB

  1. #include "windows.h"
  2. #include "winver.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Version
  6. //
  7. 1 VERSIONINFO
  8. FILEVERSION 4,0,0,0
  9. PRODUCTVERSION 4,0,0,0
  10. FILEFLAGSMASK 0x3fL
  11. #ifdef _DEBUG
  12. FILEFLAGS 0xbL
  13. #else
  14. FILEFLAGS 0xaL
  15. #endif
  16. FILEOS VOS_NT_WINDOWS32
  17. FILETYPE 0x2L
  18. FILESUBTYPE 0x0L
  19. BEGIN
  20. BLOCK "StringFileInfo"
  21. BEGIN
  22. BLOCK "040904E4"
  23. BEGIN
  24. VALUE "CompanyName", "Microsoft Corporation\0"
  25. VALUE "FileDescription", "WINMGMT self instrumentation performance DLL\0"
  26. VALUE "FileVersion", "0.0\0"
  27. VALUE "InternalName", "WMIPerf\0"
  28. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 2000-2001\0"
  29. VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  30. VALUE "OriginalFilename", "\0"
  31. VALUE "ProductName", "WMIPerf\0"
  32. VALUE "ProductVersion", "4.0\0"
  33. END
  34. END
  35. BLOCK "VarFileInfo"
  36. BEGIN
  37. VALUE "Translation", 0x409, 0x04E4, 0x411, 0x04E4
  38. END
  39. END
  40. #include "genctrs.rc"
  41.