forked from yanw/App_win_iot_V2.0
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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| lib | 3 years ago | |
| src/CefSharp.Wpf | 3 years ago | |
| .signature.p7s | 3 years ago | |
| CefSharp.Wpf.107.1.120.nupkg | 3 years ago | |
| Readme.txt | 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