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.

52 lines
1.7 KiB

  1. //------------------------------------------------------------------------------
  2. // File: Activex.ver
  3. //
  4. // Desc: DirectShow base classes - common versioning information for
  5. // ACTIVEX binaries.
  6. //
  7. // Copyright (c) 1996 - 2000, Microsoft Corporation. All rights reserved.
  8. //------------------------------------------------------------------------------
  9. #ifndef _ACTIVEX_VER_
  10. #define _ACTIVEX_VER_
  11. // NOTE! all string resources that will be used in ACTIVEX.RCV for the
  12. // version resource information *MUST* have an explicit \0 terminator!
  13. #define VERSION_RES_MAJOR_VER 8
  14. #define VERSION_RES_MINOR_VER 0
  15. #define VERSION_RES_BUILD 0
  16. #define VERSION_RES_STRING_D "8.00 (Debug)\0"
  17. #define VERSION_RES_STRING "8.00\0"
  18. #define VERSION_RES_PRODUCT_NAME "DirectX 8.0 Sample\0"
  19. #define VERSION_RES_COMPANY_NAME "Microsoft Corporation\0"
  20. #define VERSION_RES_COPYRIGHT "Copyright (C) 1992-2000 Microsoft Corporation\0"
  21. // The following defines are required on a file-by-file basis
  22. //
  23. // #define VERSION_RES_BIN_NAME "sample.ax\0"
  24. // #define VERSION_RES_BIN_DESCRIPTION "Sample Filter\0"
  25. //
  26. // Also required, if you don't want the defaults, are
  27. //
  28. // #define VERSION_RES_ACTIVEX "Filter dll\0" (the default value)
  29. //
  30. // A string defining the type of component.
  31. //
  32. // #define VERSION_RES_TYPE VFT_DLL (default)
  33. // VFT_EXE
  34. // VFT_VXD
  35. // VFT_DRV
  36. // VFT_UNKNOWN
  37. //
  38. // #define VERSION_RES_SUBTYPE VFT2_UNKNOWN (default)
  39. // VFT2_DRV_INSTALLABLE
  40. // VFT2_DRV_SOUND
  41. //
  42. // See winver.h for further details
  43. #endif