test2
[test_vsfilter.git] / src / filters / BaseClasses / activex.ver
blob4786f68eeacdebd5108f4fe78fc099f2666da3a1
1 //------------------------------------------------------------------------------\r
2 // File: Activex.ver\r
3 //\r
4 // Desc: DirectShow base classes - common versioning information for \r
5 //       ACTIVEX binaries.\r
6 //\r
7 // Copyright (c) 1996-2002, Microsoft Corporation.  All rights reserved.\r
8 //------------------------------------------------------------------------------\r
9 \r
11 #ifndef _ACTIVEX_VER_\r
12 #define _ACTIVEX_VER_\r
14 // NOTE: all string resources that will be used in ACTIVEX.RCV for the\r
15 // version resource information *MUST* have an explicit \0 terminator!\r
17 #define VERSION_RES_MAJOR_VER   9\r
18 #define VERSION_RES_MINOR_VER   0\r
19 #define VERSION_RES_BUILD       0\r
21 #define VERSION_RES_STRING_D    "9.00 (Debug)\0"\r
22 #define VERSION_RES_STRING      "9.00\0"\r
24 #define VERSION_RES_PRODUCT_NAME  "DirectX 9.0 Sample\0"\r
25 #define VERSION_RES_COMMENT       "DirectShow Sample\0"\r
26 #define VERSION_RES_COMPANY_NAME  "Microsoft Corporation\0"\r
27 #define VERSION_RES_COPYRIGHT     "Copyright (C) 1992-2002 Microsoft Corporation\0"\r
29 // The following defines are required on a file-by-file basis\r
30 //\r
31 // #define VERSION_RES_BIN_NAME         "sample.ax\0"\r
32 // #define VERSION_RES_BIN_DESCRIPTION  "Sample Filter\0"\r
33 //\r
34 // Also required, if you don't want the defaults, are\r
35 //\r
36 // #define VERSION_RES_ACTIVEX  "Filter dll\0" (the default value)\r
37 //\r
38 // A string defining the type of component.\r
39 //\r
40 // #define VERSION_RES_TYPE     VFT_DLL (default)\r
41 //                              VFT_APP\r
42 //                              VFT_VXD\r
43 //                              VFT_DRV\r
44 //                              VFT_FONT\r
45 //                              VFT_STATIC_LIB\r
46 //                              VFT_UNKNOWN\r
47 //\r
48 // #define VERSION_RES_SUBTYPE  VFT2_UNKNOWN (default)\r
49 //                              VFT2_DRV_INSTALLABLE\r
50 //                              VFT2_DRV_SOUND\r
51 //                              <several other options>\r
52 //\r
53 // See winver.h for further details\r
55 #endif\r