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.5 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. INIPARSE.RC2
  5. Abstract:
  6. Resources not edited directly by Visual Studio
  7. History:
  8. --*/
  9. #ifdef APSTUDIO_INVOKED
  10. #error this file is not editable by Microsoft Visual C++
  11. #endif //APSTUDIO_INVOKED
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Add manually edited resources here...
  14. /////////////////////////////////////////////////////////////////////////////
  15. #include <buildnum.h>
  16. #ifndef _MAC
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Version
  20. //
  21. VS_VERSION_INFO VERSIONINFO
  22. FILEVERSION frmj,frmm,0,frup
  23. PRODUCTVERSION prmj,prmm,0,prup
  24. FILEFLAGSMASK 0x3fL
  25. #ifdef _DEBUG
  26. FILEFLAGS 0x1L
  27. #else
  28. FILEFLAGS 0x0L
  29. #endif
  30. FILEOS 0x4L
  31. FILETYPE 0x2L
  32. FILESUBTYPE 0x0L
  33. BEGIN
  34. BLOCK "StringFileInfo"
  35. BEGIN
  36. BLOCK "040904B0"
  37. BEGIN
  38. VALUE "CompanyName", CompanyNameString
  39. VALUE "FileDescription", "WMIPARSE DLL\0"
  40. VALUE "FileVersion", FileVerString
  41. VALUE "InternalName", "WMIPARSE\0"
  42. VALUE "LegalCopyright", CopyrightString
  43. VALUE "LegalTrademarks", TrademarkString
  44. VALUE "OriginalFilename", "WMIPARSE.DLL\0"
  45. VALUE "ProductName", ProductNameString
  46. VALUE "ProductVersion", ProdVerString
  47. END
  48. END
  49. BLOCK "VarFileInfo"
  50. BEGIN
  51. VALUE "Translation", 0x409, 1200
  52. END
  53. END
  54. #endif // !_MAC