From f65fe59122a960bc6cbdc5feae73ee84338ff0d9 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Sun, 14 Feb 2021 14:49:35 +1000 Subject: [PATCH] WPF/WinForms - Change CefSharpBuildAction to Content For testing of ClickOnce publish --- .../CefSharp.MinimalExample.WinForms.csproj | 1 + CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 20f3e48..a038c70 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -28,6 +28,7 @@ true + Content x64 diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index e626534..4bd4683 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -22,6 +22,7 @@ true + Content true