"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/cpp/iedriverserver/IEDriverServer.rc" (17 Feb 2023, 2846 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 "IEDriverServer.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 "windows.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 ""afxres.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 0x1L
   63  FILESUBTYPE 0x0L
   64 BEGIN
   65     BLOCK "StringFileInfo"
   66     BEGIN
   67         BLOCK "040904b0"
   68         BEGIN
   69             VALUE "CompanyName", "Software Freedom Conservancy"
   70             VALUE "FileDescription", "Command line server for the IE driver"
   71             VALUE "FileVersion", "4.8.1.0"
   72             VALUE "InternalName", "IEDriverServer.exe"
   73             VALUE "LegalCopyright", "Copyright (C) 2023"
   74             VALUE "OriginalFilename", "IEDriverServer.exe"
   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 
   86 /////////////////////////////////////////////////////////////////////////////
   87 //
   88 // BINARY
   89 //
   90 #ifdef _DEBUG
   91 #ifdef _WIN64
   92 IDR_DRIVER_LIBRARY      BINARY                  "..\\..\\build\\cpp\\x64\\Debug\\IEDriver.dll"
   93 #else
   94 IDR_DRIVER_LIBRARY      BINARY                  "..\\..\\build\\cpp\\Win32\\Debug\\IEDriver.dll"
   95 #endif    // _WIN64
   96 #else
   97 #ifdef _WIN64
   98 IDR_DRIVER_LIBRARY      BINARY                  "..\\..\\build\\cpp\\x64\\Release\\IEDriver.dll"
   99 #else
  100 IDR_DRIVER_LIBRARY      BINARY                  "..\\..\\build\\cpp\\Win32\\Release\\IEDriver.dll"
  101 #endif    // _WIN64
  102 #endif    // _DEBUG
  103 #endif    // English (United States) resources
  104 /////////////////////////////////////////////////////////////////////////////
  105 
  106 
  107 
  108 #ifndef APSTUDIO_INVOKED
  109 /////////////////////////////////////////////////////////////////////////////
  110 //
  111 // Generated from the TEXTINCLUDE 3 resource.
  112 //
  113 
  114 
  115 /////////////////////////////////////////////////////////////////////////////
  116 #endif    // not APSTUDIO_INVOKED
  117