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.
 
 
 
 
燕伟 670a4c91b0 first commit 3 years ago
..
lib first commit 3 years ago
src/CefSharp.Wpf first commit 3 years ago
.signature.p7s first commit 3 years ago
CefSharp.Wpf.107.1.120.nupkg first commit 3 years ago
Readme.txt first commit 3 years ago

Readme.txt

CefSharp Nuget Package

Background:
CefSharp is a .Net wrapping library for CEF (Chromium Embedded Framework) https://bitbucket.org/chromiumembedded/cef
CEF is a C/C++ library that allows developers to embed the HTML content rendering strengths of Google's Chrome open source WebKit engine (Chromium).

Post Installation:
- Read the release notes for your version https://github.com/cefsharp/CefSharp/releases (Any known issues will be listed here)
- Read the `Need to know/limitations` section of the General usage guide (https://github.com/cefsharp/CefSharp/wiki/General-Usage#need-to-knowlimitations)
- For `x86` or x64` set your projects PlatformTarget architecture to `x86` or `x64`.
- `AnyCPU` target is supported though requires additional code/changes see https://github.com/cefsharp/CefSharp/issues/1714 for details.
- Check your output `\bin` directory to make sure the appropriate references have been copied.
- Add an app.manifest to your exe if you don't already have one, it's required for Wind