diff --git a/XeroBrowser.sln b/XeroBrowser.sln index f045d20..37cb071 100644 --- a/XeroBrowser.sln +++ b/XeroBrowser.sln @@ -30,8 +30,10 @@ Global {A82CD8AB-AAAE-4451-BD32-F1610C9A92CB}.Release|x64.Build.0 = Release|x64 {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Debug|Default.ActiveCfg = Debug {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Debug|x64.ActiveCfg = Debug - {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|Default.ActiveCfg = Debug - {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|x64.ActiveCfg = Debug + {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|Default.ActiveCfg = Release + {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|Default.Build.0 = Release + {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|x64.ActiveCfg = Release + {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|x64.Build.0 = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/packages/cef.redist.x64.120.2.7/.signature.p7s b/packages/cef.redist.x64.120.2.7/.signature.p7s new file mode 100644 index 0000000..2d4ab6d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/.signature.p7s differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/LICENSE.txt b/packages/cef.redist.x64.120.2.7/CEF/LICENSE.txt new file mode 100644 index 0000000..b55d613 --- /dev/null +++ b/packages/cef.redist.x64.120.2.7/CEF/LICENSE.txt @@ -0,0 +1,29 @@ +// Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c) +// 2006-2009 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the name Chromium Embedded +// Framework nor the names of its contributors may be used to endorse +// or promote products derived from this software without specific prior +// written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/cef.redist.x64.120.2.7/CEF/README.txt b/packages/cef.redist.x64.120.2.7/CEF/README.txt new file mode 100644 index 0000000..27dd3df --- /dev/null +++ b/packages/cef.redist.x64.120.2.7/CEF/README.txt @@ -0,0 +1,154 @@ +Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows +------------------------------------------------------------------------------- + +Date: January 18, 2024 + +CEF Version: 120.2.7+g4bc6a59+chromium-120.0.6099.234 +CEF URL: https://bitbucket.org/chromiumembedded/cef.git + @4bc6a5995a1aaa0bd39c87dc87a10c713a3d1553 + +Chromium Version: 120.0.6099.234 +Chromium URL: https://chromium.googlesource.com/chromium/src.git + @ad76543128c308a9afdfc1ecf5b3f714886446c1 + +This distribution contains all components necessary to build and distribute an +application using CEF on the Windows platform. Please see the LICENSING +section of this document for licensing terms and conditions. + + +CONTENTS +-------- + +cmake Contains CMake configuration files shared by all targets. + +Debug Contains libcef.dll, libcef.lib and other components required to + build and run the debug version of CEF-based applications. By + default these files should be placed in the same directory as the + executable and will be copied there as part of the build process. + +include Contains all required CEF header files. + +libcef_dll Contains the source code for the libcef_dll_wrapper static library + that all applications using the CEF C++ API must link against. + +Release Contains libcef.dll, libcef.lib and other components required to + build and run the release version of CEF-based applications. By + default these files should be placed in the same directory as the + executable and will be copied there as part of the build process. + +Resources Contains resources required by libcef.dll. By default these files + should be placed in the same directory as libcef.dll and will be + copied there as part of the build process. + +tests/ Directory of tests that demonstrate CEF usage. + + cefclient Contains the cefclient sample application configured to build + using the files in this distribution. This application demonstrates + a wide range of CEF functionalities. + + cefsimple Contains the cefsimple sample application configured to build + using the files in this distribution. This application demonstrates + the minimal functionality required to create a browser window. + + ceftests Contains unit tests that exercise the CEF APIs. + + gtest Contains the Google C++ Testing Framework used by the ceftests + target. + + shared Contains source code shared by the cefclient and ceftests targets. + + +USAGE +----- + +Building using CMake: + CMake can be used to generate project files in many different formats. See + usage instructions at the top of the CMakeLists.txt file. + +Please visit the CEF Website for additional usage information. + +https://bitbucket.org/chromiumembedded/cef/ + + +REDISTRIBUTION +-------------- + +This binary distribution contains the below components. + +Required components: + +The following components are required. CEF will not function without them. + +* CEF core library. + * libcef.dll + +* Crash reporting library. + * chrome_elf.dll + +* Unicode support data. + * icudtl.dat + +* V8 snapshot data. + * snapshot_blob.bin + * v8_context_snapshot.bin + +Optional components: + +The following components are optional. If they are missing CEF will continue to +run but any related functionality may become broken or disabled. + +* Localized resources. + Locale file loading can be disabled completely using + CefSettings.pack_loading_disabled. The locales directory path can be + customized using CefSettings.locales_dir_path. + + * locales/ + Directory containing localized resources used by CEF, Chromium and Blink. A + .pak file is loaded from this directory based on the CefSettings.locale + value. Only configured locales need to be distributed. If no locale is + configured the default locale of "en-US" will be used. Without these files + arbitrary Web components may display incorrectly. + +* Other resources. + Pack file loading can be disabled completely using + CefSettings.pack_loading_disabled. The resources directory path can be + customized using CefSettings.resources_dir_path. + + * chrome_100_percent.pak + * chrome_200_percent.pak + * resources.pak + These files contain non-localized resources used by CEF, Chromium and Blink. + Without these files arbitrary Web components may display incorrectly. + +* Direct3D support. + * d3dcompiler_47.dll + Support for GPU accelerated rendering of HTML5 content like 2D canvas, 3D CSS + and WebGL. Without this file the aforementioned capabilities may fail when GPU + acceleration is enabled (default in most cases). Use of this bundled version + is recommended instead of relying on the possibly old and untested system + installed version. + +* ANGLE support. + * libEGL.dll + * libGLESv2.dll + Support for rendering of HTML5 content like 2D canvas, 3D CSS and WebGL. + Without these files the aforementioned capabilities may fail. + +* SwANGLE support. + * vk_swiftshader.dll + * vk_swiftshader_icd.json + * vulkan-1.dll + Support for software rendering of HTML5 content like 2D canvas, 3D CSS and + WebGL using SwiftShader's Vulkan library as ANGLE's Vulkan backend. Without + these files the aforementioned capabilities may fail when GPU acceleration is + disabled or unavailable. + + +LICENSING +--------- + +The CEF project is BSD licensed. Please read the LICENSE.txt file included with +this binary distribution for licensing terms and conditions. Other software +included in this distribution is provided under other licenses. Please visit +"about:credits" in a CEF-based application for complete Chromium and third-party +licensing information. diff --git a/packages/cef.redist.x64.120.2.7/CEF/chrome_100_percent.pak b/packages/cef.redist.x64.120.2.7/CEF/chrome_100_percent.pak new file mode 100644 index 0000000..016ba00 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/chrome_100_percent.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/chrome_200_percent.pak b/packages/cef.redist.x64.120.2.7/CEF/chrome_200_percent.pak new file mode 100644 index 0000000..3462087 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/chrome_200_percent.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/chrome_elf.dll b/packages/cef.redist.x64.120.2.7/CEF/chrome_elf.dll new file mode 100644 index 0000000..dc964a3 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/chrome_elf.dll differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/d3dcompiler_47.dll b/packages/cef.redist.x64.120.2.7/CEF/d3dcompiler_47.dll new file mode 100644 index 0000000..7f2da62 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/d3dcompiler_47.dll differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/icudtl.dat b/packages/cef.redist.x64.120.2.7/CEF/icudtl.dat new file mode 100644 index 0000000..4d7e9ac Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/icudtl.dat differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/libEGL.dll b/packages/cef.redist.x64.120.2.7/CEF/libEGL.dll new file mode 100644 index 0000000..377394c Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/libEGL.dll differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/libGLESv2.dll b/packages/cef.redist.x64.120.2.7/CEF/libGLESv2.dll new file mode 100644 index 0000000..96ac773 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/libGLESv2.dll differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/libcef.dll b/packages/cef.redist.x64.120.2.7/CEF/libcef.dll new file mode 100644 index 0000000..07866b2 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/libcef.dll differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/af.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/af.pak new file mode 100644 index 0000000..802d60c Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/af.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/am.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/am.pak new file mode 100644 index 0000000..17d2a49 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/am.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ar.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ar.pak new file mode 100644 index 0000000..ff68c9f Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ar.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/bg.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/bg.pak new file mode 100644 index 0000000..89a1372 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/bg.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/bn.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/bn.pak new file mode 100644 index 0000000..d03920a Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/bn.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ca.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ca.pak new file mode 100644 index 0000000..dd50a0d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ca.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/cs.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/cs.pak new file mode 100644 index 0000000..96a2869 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/cs.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/da.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/da.pak new file mode 100644 index 0000000..79cd313 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/da.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/de.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/de.pak new file mode 100644 index 0000000..0d62c0f Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/de.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/el.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/el.pak new file mode 100644 index 0000000..9128bf1 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/el.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/en-GB.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/en-GB.pak new file mode 100644 index 0000000..f3faee4 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/en-GB.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/en-US.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/en-US.pak new file mode 100644 index 0000000..3db2d74 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/en-US.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/es-419.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/es-419.pak new file mode 100644 index 0000000..6880fbe Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/es-419.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/es.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/es.pak new file mode 100644 index 0000000..3e471be Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/es.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/et.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/et.pak new file mode 100644 index 0000000..1137293 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/et.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/fa.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/fa.pak new file mode 100644 index 0000000..132764d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/fa.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/fi.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/fi.pak new file mode 100644 index 0000000..0a1f1a8 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/fi.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/fil.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/fil.pak new file mode 100644 index 0000000..f302f6e Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/fil.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/fr.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/fr.pak new file mode 100644 index 0000000..a8c1dd4 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/fr.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/gu.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/gu.pak new file mode 100644 index 0000000..3fb76bf Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/gu.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/he.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/he.pak new file mode 100644 index 0000000..85c9d21 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/he.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/hi.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/hi.pak new file mode 100644 index 0000000..c464060 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/hi.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/hr.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/hr.pak new file mode 100644 index 0000000..325328d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/hr.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/hu.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/hu.pak new file mode 100644 index 0000000..be53198 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/hu.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/id.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/id.pak new file mode 100644 index 0000000..7921a41 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/id.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/it.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/it.pak new file mode 100644 index 0000000..80dd022 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/it.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ja.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ja.pak new file mode 100644 index 0000000..ab5508f Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ja.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/kn.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/kn.pak new file mode 100644 index 0000000..3960805 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/kn.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ko.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ko.pak new file mode 100644 index 0000000..59ba00b Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ko.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/lt.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/lt.pak new file mode 100644 index 0000000..ca6474d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/lt.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/lv.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/lv.pak new file mode 100644 index 0000000..226979e Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/lv.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ml.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ml.pak new file mode 100644 index 0000000..2b5af09 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ml.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/mr.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/mr.pak new file mode 100644 index 0000000..d351265 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/mr.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ms.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ms.pak new file mode 100644 index 0000000..756ce56 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ms.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/nb.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/nb.pak new file mode 100644 index 0000000..a1370f9 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/nb.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/nl.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/nl.pak new file mode 100644 index 0000000..4815a5d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/nl.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/pl.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/pl.pak new file mode 100644 index 0000000..f7b9fef Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/pl.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/pt-BR.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/pt-BR.pak new file mode 100644 index 0000000..f1a25a8 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/pt-BR.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/pt-PT.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/pt-PT.pak new file mode 100644 index 0000000..0dde8ef Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/pt-PT.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ro.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ro.pak new file mode 100644 index 0000000..2d8d0b7 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ro.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ru.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ru.pak new file mode 100644 index 0000000..d115eab Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ru.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/sk.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/sk.pak new file mode 100644 index 0000000..235167e Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/sk.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/sl.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/sl.pak new file mode 100644 index 0000000..eab6a4e Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/sl.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/sr.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/sr.pak new file mode 100644 index 0000000..e933aae Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/sr.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/sv.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/sv.pak new file mode 100644 index 0000000..00c1c4f Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/sv.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/sw.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/sw.pak new file mode 100644 index 0000000..b1d903b Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/sw.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ta.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ta.pak new file mode 100644 index 0000000..ab92e8c Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ta.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/te.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/te.pak new file mode 100644 index 0000000..1ee5c2e Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/te.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/th.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/th.pak new file mode 100644 index 0000000..dbd7244 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/th.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/tr.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/tr.pak new file mode 100644 index 0000000..35ec76d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/tr.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/uk.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/uk.pak new file mode 100644 index 0000000..5a64c29 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/uk.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/ur.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/ur.pak new file mode 100644 index 0000000..65c11f8 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/ur.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/vi.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/vi.pak new file mode 100644 index 0000000..2e0a796 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/vi.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/zh-CN.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/zh-CN.pak new file mode 100644 index 0000000..7057db7 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/zh-CN.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/locales/zh-TW.pak b/packages/cef.redist.x64.120.2.7/CEF/locales/zh-TW.pak new file mode 100644 index 0000000..f43426f Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/locales/zh-TW.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/resources.pak b/packages/cef.redist.x64.120.2.7/CEF/resources.pak new file mode 100644 index 0000000..a958c88 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/resources.pak differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/snapshot_blob.bin b/packages/cef.redist.x64.120.2.7/CEF/snapshot_blob.bin new file mode 100644 index 0000000..9cf316d Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/snapshot_blob.bin differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/v8_context_snapshot.bin b/packages/cef.redist.x64.120.2.7/CEF/v8_context_snapshot.bin new file mode 100644 index 0000000..811ff5f Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/v8_context_snapshot.bin differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/vk_swiftshader.dll b/packages/cef.redist.x64.120.2.7/CEF/vk_swiftshader.dll new file mode 100644 index 0000000..0f2cf12 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/vk_swiftshader.dll differ diff --git a/packages/cef.redist.x64.120.2.7/CEF/vk_swiftshader_icd.json b/packages/cef.redist.x64.120.2.7/CEF/vk_swiftshader_icd.json new file mode 100644 index 0000000..525fbc5 --- /dev/null +++ b/packages/cef.redist.x64.120.2.7/CEF/vk_swiftshader_icd.json @@ -0,0 +1 @@ +{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}} \ No newline at end of file diff --git a/packages/cef.redist.x64.120.2.7/CEF/vulkan-1.dll b/packages/cef.redist.x64.120.2.7/CEF/vulkan-1.dll new file mode 100644 index 0000000..faf6c47 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/CEF/vulkan-1.dll differ diff --git a/packages/cef.redist.x64.120.2.7/LICENSE.txt b/packages/cef.redist.x64.120.2.7/LICENSE.txt new file mode 100644 index 0000000..b55d613 --- /dev/null +++ b/packages/cef.redist.x64.120.2.7/LICENSE.txt @@ -0,0 +1,29 @@ +// Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c) +// 2006-2009 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the name Chromium Embedded +// Framework nor the names of its contributors may be used to endorse +// or promote products derived from this software without specific prior +// written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/cef.redist.x64.120.2.7/build/cef.redist.x64.props b/packages/cef.redist.x64.120.2.7/build/cef.redist.x64.props new file mode 100644 index 0000000..78bc32d --- /dev/null +++ b/packages/cef.redist.x64.120.2.7/build/cef.redist.x64.props @@ -0,0 +1,31 @@ + + + + + + + + + + + + $(TargetDir) + + + + <_CefRedist64 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" /> + + + + + \ No newline at end of file diff --git a/packages/cef.redist.x64.120.2.7/buildTransitive/cef.redist.x64.props b/packages/cef.redist.x64.120.2.7/buildTransitive/cef.redist.x64.props new file mode 100644 index 0000000..78bc32d --- /dev/null +++ b/packages/cef.redist.x64.120.2.7/buildTransitive/cef.redist.x64.props @@ -0,0 +1,31 @@ + + + + + + + + + + + + $(TargetDir) + + + + <_CefRedist64 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" /> + + + + + \ No newline at end of file diff --git a/packages/cef.redist.x64.120.2.7/cef.redist.x64.120.2.7.nupkg b/packages/cef.redist.x64.120.2.7/cef.redist.x64.120.2.7.nupkg new file mode 100644 index 0000000..e427361 Binary files /dev/null and b/packages/cef.redist.x64.120.2.7/cef.redist.x64.120.2.7.nupkg differ diff --git a/packages/cef.redist.x86.120.2.7/.signature.p7s b/packages/cef.redist.x86.120.2.7/.signature.p7s new file mode 100644 index 0000000..342da93 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/.signature.p7s differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/LICENSE.txt b/packages/cef.redist.x86.120.2.7/CEF/LICENSE.txt new file mode 100644 index 0000000..b55d613 --- /dev/null +++ b/packages/cef.redist.x86.120.2.7/CEF/LICENSE.txt @@ -0,0 +1,29 @@ +// Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c) +// 2006-2009 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the name Chromium Embedded +// Framework nor the names of its contributors may be used to endorse +// or promote products derived from this software without specific prior +// written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/cef.redist.x86.120.2.7/CEF/README.txt b/packages/cef.redist.x86.120.2.7/CEF/README.txt new file mode 100644 index 0000000..27dd3df --- /dev/null +++ b/packages/cef.redist.x86.120.2.7/CEF/README.txt @@ -0,0 +1,154 @@ +Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows +------------------------------------------------------------------------------- + +Date: January 18, 2024 + +CEF Version: 120.2.7+g4bc6a59+chromium-120.0.6099.234 +CEF URL: https://bitbucket.org/chromiumembedded/cef.git + @4bc6a5995a1aaa0bd39c87dc87a10c713a3d1553 + +Chromium Version: 120.0.6099.234 +Chromium URL: https://chromium.googlesource.com/chromium/src.git + @ad76543128c308a9afdfc1ecf5b3f714886446c1 + +This distribution contains all components necessary to build and distribute an +application using CEF on the Windows platform. Please see the LICENSING +section of this document for licensing terms and conditions. + + +CONTENTS +-------- + +cmake Contains CMake configuration files shared by all targets. + +Debug Contains libcef.dll, libcef.lib and other components required to + build and run the debug version of CEF-based applications. By + default these files should be placed in the same directory as the + executable and will be copied there as part of the build process. + +include Contains all required CEF header files. + +libcef_dll Contains the source code for the libcef_dll_wrapper static library + that all applications using the CEF C++ API must link against. + +Release Contains libcef.dll, libcef.lib and other components required to + build and run the release version of CEF-based applications. By + default these files should be placed in the same directory as the + executable and will be copied there as part of the build process. + +Resources Contains resources required by libcef.dll. By default these files + should be placed in the same directory as libcef.dll and will be + copied there as part of the build process. + +tests/ Directory of tests that demonstrate CEF usage. + + cefclient Contains the cefclient sample application configured to build + using the files in this distribution. This application demonstrates + a wide range of CEF functionalities. + + cefsimple Contains the cefsimple sample application configured to build + using the files in this distribution. This application demonstrates + the minimal functionality required to create a browser window. + + ceftests Contains unit tests that exercise the CEF APIs. + + gtest Contains the Google C++ Testing Framework used by the ceftests + target. + + shared Contains source code shared by the cefclient and ceftests targets. + + +USAGE +----- + +Building using CMake: + CMake can be used to generate project files in many different formats. See + usage instructions at the top of the CMakeLists.txt file. + +Please visit the CEF Website for additional usage information. + +https://bitbucket.org/chromiumembedded/cef/ + + +REDISTRIBUTION +-------------- + +This binary distribution contains the below components. + +Required components: + +The following components are required. CEF will not function without them. + +* CEF core library. + * libcef.dll + +* Crash reporting library. + * chrome_elf.dll + +* Unicode support data. + * icudtl.dat + +* V8 snapshot data. + * snapshot_blob.bin + * v8_context_snapshot.bin + +Optional components: + +The following components are optional. If they are missing CEF will continue to +run but any related functionality may become broken or disabled. + +* Localized resources. + Locale file loading can be disabled completely using + CefSettings.pack_loading_disabled. The locales directory path can be + customized using CefSettings.locales_dir_path. + + * locales/ + Directory containing localized resources used by CEF, Chromium and Blink. A + .pak file is loaded from this directory based on the CefSettings.locale + value. Only configured locales need to be distributed. If no locale is + configured the default locale of "en-US" will be used. Without these files + arbitrary Web components may display incorrectly. + +* Other resources. + Pack file loading can be disabled completely using + CefSettings.pack_loading_disabled. The resources directory path can be + customized using CefSettings.resources_dir_path. + + * chrome_100_percent.pak + * chrome_200_percent.pak + * resources.pak + These files contain non-localized resources used by CEF, Chromium and Blink. + Without these files arbitrary Web components may display incorrectly. + +* Direct3D support. + * d3dcompiler_47.dll + Support for GPU accelerated rendering of HTML5 content like 2D canvas, 3D CSS + and WebGL. Without this file the aforementioned capabilities may fail when GPU + acceleration is enabled (default in most cases). Use of this bundled version + is recommended instead of relying on the possibly old and untested system + installed version. + +* ANGLE support. + * libEGL.dll + * libGLESv2.dll + Support for rendering of HTML5 content like 2D canvas, 3D CSS and WebGL. + Without these files the aforementioned capabilities may fail. + +* SwANGLE support. + * vk_swiftshader.dll + * vk_swiftshader_icd.json + * vulkan-1.dll + Support for software rendering of HTML5 content like 2D canvas, 3D CSS and + WebGL using SwiftShader's Vulkan library as ANGLE's Vulkan backend. Without + these files the aforementioned capabilities may fail when GPU acceleration is + disabled or unavailable. + + +LICENSING +--------- + +The CEF project is BSD licensed. Please read the LICENSE.txt file included with +this binary distribution for licensing terms and conditions. Other software +included in this distribution is provided under other licenses. Please visit +"about:credits" in a CEF-based application for complete Chromium and third-party +licensing information. diff --git a/packages/cef.redist.x86.120.2.7/CEF/chrome_100_percent.pak b/packages/cef.redist.x86.120.2.7/CEF/chrome_100_percent.pak new file mode 100644 index 0000000..016ba00 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/chrome_100_percent.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/chrome_200_percent.pak b/packages/cef.redist.x86.120.2.7/CEF/chrome_200_percent.pak new file mode 100644 index 0000000..3462087 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/chrome_200_percent.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/chrome_elf.dll b/packages/cef.redist.x86.120.2.7/CEF/chrome_elf.dll new file mode 100644 index 0000000..b0ce5c9 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/chrome_elf.dll differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/d3dcompiler_47.dll b/packages/cef.redist.x86.120.2.7/CEF/d3dcompiler_47.dll new file mode 100644 index 0000000..45acf6c Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/d3dcompiler_47.dll differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/icudtl.dat b/packages/cef.redist.x86.120.2.7/CEF/icudtl.dat new file mode 100644 index 0000000..4d7e9ac Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/icudtl.dat differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/libEGL.dll b/packages/cef.redist.x86.120.2.7/CEF/libEGL.dll new file mode 100644 index 0000000..a7dd3dc Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/libEGL.dll differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/libGLESv2.dll b/packages/cef.redist.x86.120.2.7/CEF/libGLESv2.dll new file mode 100644 index 0000000..ed934c5 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/libGLESv2.dll differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/libcef.dll b/packages/cef.redist.x86.120.2.7/CEF/libcef.dll new file mode 100644 index 0000000..0962c43 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/libcef.dll differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/af.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/af.pak new file mode 100644 index 0000000..802d60c Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/af.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/am.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/am.pak new file mode 100644 index 0000000..17d2a49 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/am.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ar.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ar.pak new file mode 100644 index 0000000..ff68c9f Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ar.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/bg.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/bg.pak new file mode 100644 index 0000000..89a1372 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/bg.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/bn.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/bn.pak new file mode 100644 index 0000000..d03920a Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/bn.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ca.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ca.pak new file mode 100644 index 0000000..dd50a0d Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ca.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/cs.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/cs.pak new file mode 100644 index 0000000..96a2869 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/cs.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/da.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/da.pak new file mode 100644 index 0000000..79cd313 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/da.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/de.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/de.pak new file mode 100644 index 0000000..0d62c0f Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/de.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/el.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/el.pak new file mode 100644 index 0000000..9128bf1 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/el.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/en-GB.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/en-GB.pak new file mode 100644 index 0000000..f3faee4 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/en-GB.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/en-US.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/en-US.pak new file mode 100644 index 0000000..3db2d74 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/en-US.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/es-419.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/es-419.pak new file mode 100644 index 0000000..6880fbe Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/es-419.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/es.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/es.pak new file mode 100644 index 0000000..3e471be Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/es.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/et.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/et.pak new file mode 100644 index 0000000..1137293 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/et.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/fa.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/fa.pak new file mode 100644 index 0000000..132764d Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/fa.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/fi.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/fi.pak new file mode 100644 index 0000000..0a1f1a8 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/fi.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/fil.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/fil.pak new file mode 100644 index 0000000..f302f6e Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/fil.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/fr.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/fr.pak new file mode 100644 index 0000000..a8c1dd4 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/fr.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/gu.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/gu.pak new file mode 100644 index 0000000..3fb76bf Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/gu.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/he.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/he.pak new file mode 100644 index 0000000..85c9d21 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/he.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/hi.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/hi.pak new file mode 100644 index 0000000..c464060 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/hi.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/hr.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/hr.pak new file mode 100644 index 0000000..325328d Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/hr.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/hu.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/hu.pak new file mode 100644 index 0000000..be53198 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/hu.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/id.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/id.pak new file mode 100644 index 0000000..7921a41 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/id.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/it.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/it.pak new file mode 100644 index 0000000..80dd022 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/it.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ja.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ja.pak new file mode 100644 index 0000000..ab5508f Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ja.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/kn.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/kn.pak new file mode 100644 index 0000000..3960805 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/kn.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ko.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ko.pak new file mode 100644 index 0000000..59ba00b Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ko.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/lt.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/lt.pak new file mode 100644 index 0000000..ca6474d Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/lt.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/lv.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/lv.pak new file mode 100644 index 0000000..226979e Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/lv.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ml.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ml.pak new file mode 100644 index 0000000..2b5af09 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ml.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/mr.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/mr.pak new file mode 100644 index 0000000..d351265 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/mr.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ms.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ms.pak new file mode 100644 index 0000000..756ce56 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ms.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/nb.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/nb.pak new file mode 100644 index 0000000..a1370f9 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/nb.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/nl.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/nl.pak new file mode 100644 index 0000000..4815a5d Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/nl.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/pl.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/pl.pak new file mode 100644 index 0000000..f7b9fef Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/pl.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/pt-BR.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/pt-BR.pak new file mode 100644 index 0000000..f1a25a8 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/pt-BR.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/pt-PT.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/pt-PT.pak new file mode 100644 index 0000000..0dde8ef Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/pt-PT.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ro.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ro.pak new file mode 100644 index 0000000..2d8d0b7 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ro.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ru.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ru.pak new file mode 100644 index 0000000..d115eab Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ru.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/sk.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/sk.pak new file mode 100644 index 0000000..235167e Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/sk.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/sl.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/sl.pak new file mode 100644 index 0000000..eab6a4e Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/sl.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/sr.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/sr.pak new file mode 100644 index 0000000..e933aae Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/sr.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/sv.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/sv.pak new file mode 100644 index 0000000..00c1c4f Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/sv.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/sw.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/sw.pak new file mode 100644 index 0000000..b1d903b Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/sw.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ta.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ta.pak new file mode 100644 index 0000000..ab92e8c Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ta.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/te.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/te.pak new file mode 100644 index 0000000..1ee5c2e Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/te.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/th.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/th.pak new file mode 100644 index 0000000..dbd7244 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/th.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/tr.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/tr.pak new file mode 100644 index 0000000..35ec76d Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/tr.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/uk.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/uk.pak new file mode 100644 index 0000000..5a64c29 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/uk.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/ur.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/ur.pak new file mode 100644 index 0000000..65c11f8 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/ur.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/vi.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/vi.pak new file mode 100644 index 0000000..2e0a796 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/vi.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/zh-CN.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/zh-CN.pak new file mode 100644 index 0000000..7057db7 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/zh-CN.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/locales/zh-TW.pak b/packages/cef.redist.x86.120.2.7/CEF/locales/zh-TW.pak new file mode 100644 index 0000000..f43426f Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/locales/zh-TW.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/resources.pak b/packages/cef.redist.x86.120.2.7/CEF/resources.pak new file mode 100644 index 0000000..a958c88 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/resources.pak differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/snapshot_blob.bin b/packages/cef.redist.x86.120.2.7/CEF/snapshot_blob.bin new file mode 100644 index 0000000..856ff2c Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/snapshot_blob.bin differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/v8_context_snapshot.bin b/packages/cef.redist.x86.120.2.7/CEF/v8_context_snapshot.bin new file mode 100644 index 0000000..6954978 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/v8_context_snapshot.bin differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/vk_swiftshader.dll b/packages/cef.redist.x86.120.2.7/CEF/vk_swiftshader.dll new file mode 100644 index 0000000..c26bb4e Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/vk_swiftshader.dll differ diff --git a/packages/cef.redist.x86.120.2.7/CEF/vk_swiftshader_icd.json b/packages/cef.redist.x86.120.2.7/CEF/vk_swiftshader_icd.json new file mode 100644 index 0000000..525fbc5 --- /dev/null +++ b/packages/cef.redist.x86.120.2.7/CEF/vk_swiftshader_icd.json @@ -0,0 +1 @@ +{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}} \ No newline at end of file diff --git a/packages/cef.redist.x86.120.2.7/CEF/vulkan-1.dll b/packages/cef.redist.x86.120.2.7/CEF/vulkan-1.dll new file mode 100644 index 0000000..e54b8c9 Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/CEF/vulkan-1.dll differ diff --git a/packages/cef.redist.x86.120.2.7/LICENSE.txt b/packages/cef.redist.x86.120.2.7/LICENSE.txt new file mode 100644 index 0000000..b55d613 --- /dev/null +++ b/packages/cef.redist.x86.120.2.7/LICENSE.txt @@ -0,0 +1,29 @@ +// Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c) +// 2006-2009 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the name Chromium Embedded +// Framework nor the names of its contributors may be used to endorse +// or promote products derived from this software without specific prior +// written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/cef.redist.x86.120.2.7/build/cef.redist.x86.props b/packages/cef.redist.x86.120.2.7/build/cef.redist.x86.props new file mode 100644 index 0000000..30766c5 --- /dev/null +++ b/packages/cef.redist.x86.120.2.7/build/cef.redist.x86.props @@ -0,0 +1,31 @@ + + + + + + + + + + + + $(TargetDir) + + + + <_CefRedist32 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" /> + + + + + \ No newline at end of file diff --git a/packages/cef.redist.x86.120.2.7/buildTransitive/cef.redist.x86.props b/packages/cef.redist.x86.120.2.7/buildTransitive/cef.redist.x86.props new file mode 100644 index 0000000..30766c5 --- /dev/null +++ b/packages/cef.redist.x86.120.2.7/buildTransitive/cef.redist.x86.props @@ -0,0 +1,31 @@ + + + + + + + + + + + + $(TargetDir) + + + + <_CefRedist32 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" /> + + + + + \ No newline at end of file diff --git a/packages/cef.redist.x86.120.2.7/cef.redist.x86.120.2.7.nupkg b/packages/cef.redist.x86.120.2.7/cef.redist.x86.120.2.7.nupkg new file mode 100644 index 0000000..f037afb Binary files /dev/null and b/packages/cef.redist.x86.120.2.7/cef.redist.x86.120.2.7.nupkg differ