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.

43 lines
1.1 KiB

  1. #include "winres.h"
  2. #ifndef _MAC
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Version
  6. //
  7. VS_VERSION_INFO VERSIONINFO
  8. FILEVERSION 3,1,0,1
  9. PRODUCTVERSION 3,1,0,1
  10. FILEFLAGSMASK 0x3fL
  11. #ifdef _DEBUG
  12. FILEFLAGS 0x1L
  13. #else
  14. FILEFLAGS 0x0L
  15. #endif
  16. FILEOS 0x40004L
  17. FILETYPE 0x0L
  18. FILESUBTYPE 0x0L
  19. BEGIN
  20. BLOCK "StringFileInfo"
  21. BEGIN
  22. BLOCK "040904b0"
  23. BEGIN
  24. VALUE "CompanyName", "Microsoft Corporation\0"
  25. VALUE "FileDescription", "Application Compatibility Database Interface (Unicode)\0"
  26. VALUE "FileVersion", "3.1.0.1\0"
  27. VALUE "InternalName", "sdbapiu.dll\0"
  28. VALUE "LegalCopyright", "� Microsoft Corporation. All rights reserved.\0"
  29. VALUE "OriginalFilename", "sdbapiu.dll\0"
  30. VALUE "ProductName", "Microsoft� Windows� Operating System\0"
  31. VALUE "ProductVersion", "3.1.0.1\0"
  32. END
  33. END
  34. BLOCK "VarFileInfo"
  35. BEGIN
  36. VALUE "Translation", 0x409, 1200
  37. END
  38. END
  39. #endif // !_MAC