From c4d06053077723f308eb722bd35b6fb30dd52c0e Mon Sep 17 00:00:00 2001 From: amaitland Date: Wed, 8 Jun 2016 08:48:56 +1000 Subject: [PATCH] Add app.manifest seems this is required when using the 2704 branch Relates to https://github.com/cefsharp/CefSharp/issues/1634 Seems the compatibility/application section is the key --- .../CefSharp.MinimalExample.Wpf.csproj | 4 ++ CefSharp.MinimalExample.Wpf/app.manifest | 60 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 CefSharp.MinimalExample.Wpf/app.manifest diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index c10d1a4..41b6320 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -63,6 +63,9 @@ chromium-256.ico + + app.manifest + @@ -115,6 +118,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator diff --git a/CefSharp.MinimalExample.Wpf/app.manifest b/CefSharp.MinimalExample.Wpf/app.manifest new file mode 100644 index 0000000..d8314d3 --- /dev/null +++ b/CefSharp.MinimalExample.Wpf/app.manifest @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + +