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.

33 lines
1019 B

  1. #include "cliver.h"
  2. VS_VERSION_INFO VERSIONINFO
  3. FILEVERSION CLIVER_FILEVERSION
  4. PRODUCTVERSION CLIVER_PRODUCTVERSION
  5. FILEFLAGSMASK 0x0000003FL
  6. FILEFLAGS CLIVER_FILEFLAGS
  7. FILEOS CLIVER_FILEOS
  8. FILETYPE VFT_APP
  9. FILESUBTYPE VFT2_UNKNOWN
  10. BEGIN
  11. BLOCK "StringFileInfo"
  12. BEGIN
  13. BLOCK "040904E4"
  14. BEGIN
  15. VALUE "CompanyName", "Microsoft Corporation\0"
  16. VALUE "FileDescription", "Object Linking and Embedding Client Demo Application\0"
  17. VALUE "FileVersion", "1.00.000\0"
  18. VALUE "InternalName", "CliDemo\0"
  19. VALUE "LegalCopyright", "Copyright \251 Microsoft Corp. 1991-1992\0"
  20. VALUE "ProductName", "Microsoft Object Linking and Embedding Demo Client for Windows"
  21. VALUE "ProductVersion", "1.01.000\0"
  22. END
  23. END
  24. BLOCK "VarFileInfo"
  25. BEGIN
  26. VALUE "Translation", 0x0409, 1252
  27. END
  28. END