This project contains .Net CLR bindings for The Chromium Embedded Framework (CEF) by Marshall A. Greenblatt. The bindings are written in C++/CLI but can be used from any CLR language e.g. C# or VB. See the CefSharp.WinForms.Example or CefSharp.Wpf.Example projects for example web browsers built using this library.
This project is BSD licensed.
Binary release builds contains everything that you need to embed Chromium in your CLR application. You will need the [7-Zip archiver](http://www.7-zip.org/ 7-Zip) to extract.
- CefSharp 0.9: Feb 18 2012, Chromium 17.0.963.15
CefSharp requires the following files to be present in the same directory as either CefSharp.WinForms.dll or CefSharp.Wpf.dll:
- libcef.dll
- icudt.dll
- chrome.pak
- locales/
Additional DLLs may be needed for additional chromium functionality (audio, video, WebGL, etc).