diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index e057c72..82bbf23 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,7 +1,7 @@  - - + + Debug @@ -82,8 +82,7 @@ - - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/Program.cs b/CefSharp.MinimalExample.OffScreen/Program.cs index b2ceed2..3019fd8 100644 --- a/CefSharp.MinimalExample.OffScreen/Program.cs +++ b/CefSharp.MinimalExample.OffScreen/Program.cs @@ -24,15 +24,12 @@ namespace CefSharp.MinimalExample.OffScreen Cef.Initialize(new CefSettings()); // Create the offscreen Chromium browser. - browser = new ChromiumWebBrowser(); + browser = new ChromiumWebBrowser(testUrl); // An event that is fired when the first page is finished loading. // This returns to us from another thread. browser.FrameLoadEnd += BrowserFrameLoadEnd; - // Start loading the test URL in Chrome's thread. - browser.Load(testUrl); - // We have to wait for something, otherwise the process will exit too soon. Console.ReadKey(); diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 529c54a..5cd152e 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 201f8ea..da09c3a 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,7 +1,7 @@  - - + + Debug AnyCPU @@ -21,7 +21,7 @@ 3.5 - + Client ..\ 182c5946 @@ -98,8 +98,7 @@ - - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/app.config b/CefSharp.MinimalExample.WinForms/app.config index e365603..2f7cce7 100644 --- a/CefSharp.MinimalExample.WinForms/app.config +++ b/CefSharp.MinimalExample.WinForms/app.config @@ -1,3 +1,3 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 05450c3..eb0aedf 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/App.config b/CefSharp.MinimalExample.Wpf/App.config index 74ade9d..e95ce98 100644 --- a/CefSharp.MinimalExample.Wpf/App.config +++ b/CefSharp.MinimalExample.Wpf/App.config @@ -1,6 +1,6 @@ - + - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 6b40101..83bb0e0 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,7 +1,7 @@  - - + + Debug @@ -15,7 +15,7 @@ 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 - + Client ..\ 5db844a5 @@ -132,9 +132,9 @@ - - - + + + - - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 0ec92d3..3931085 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file