"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/cpp/iedriver/IEDriver.rc" (17 Feb 2023, 2225 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "IEDriver.rc":
4.8.0_vs_4.8.1.
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "winres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // English (United States) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
20
21 #ifdef APSTUDIO_INVOKED
22 /////////////////////////////////////////////////////////////////////////////
23 //
24 // TEXTINCLUDE
25 //
26
27 1 TEXTINCLUDE
28 BEGIN
29 "resource.h\0"
30 END
31
32 2 TEXTINCLUDE
33 BEGIN
34 "#include ""winres.h""\r\n"
35 "\0"
36 END
37
38 3 TEXTINCLUDE
39 BEGIN
40 "\r\n"
41 "\0"
42 END
43
44 #endif // APSTUDIO_INVOKED
45
46
47 /////////////////////////////////////////////////////////////////////////////
48 //
49 // Version
50 //
51
52 VS_VERSION_INFO VERSIONINFO
53 FILEVERSION 4,8,1,0
54 PRODUCTVERSION 4,8,1,0
55 FILEFLAGSMASK 0x3fL
56 #ifdef _DEBUG
57 FILEFLAGS 0x1L
58 #else
59 FILEFLAGS 0x0L
60 #endif
61 FILEOS 0x40004L
62 FILETYPE 0x2L
63 FILESUBTYPE 0x0L
64 BEGIN
65 BLOCK "StringFileInfo"
66 BEGIN
67 BLOCK "040904b0"
68 BEGIN
69 VALUE "CompanyName", "Software Freedom Conservancy"
70 VALUE "FileDescription", "Driver library for the IE driver"
71 VALUE "FileVersion", "4.8.1.0"
72 VALUE "InternalName", "IEDriver.dll"
73 VALUE "LegalCopyright", "Copyright (C) 2023"
74 VALUE "OriginalFilename", "IEDriver.dll"
75 VALUE "ProductName", "Selenium WebDriver"
76 VALUE "ProductVersion", "4.8.1.0"
77 END
78 END
79 BLOCK "VarFileInfo"
80 BEGIN
81 VALUE "Translation", 0x409, 1200
82 END
83 END
84
85 #endif // English (United States) resources
86 /////////////////////////////////////////////////////////////////////////////
87
88
89
90 #ifndef APSTUDIO_INVOKED
91 /////////////////////////////////////////////////////////////////////////////
92 //
93 // Generated from the TEXTINCLUDE 3 resource.
94 //
95
96
97 /////////////////////////////////////////////////////////////////////////////
98 #endif // not APSTUDIO_INVOKED
99