diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 7569bca..daa29aa 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -77,6 +77,9 @@ + + PreserveNewest + diff --git a/CefSharp.MinimalExample.OffScreen/crash_reporter.cfg b/CefSharp.MinimalExample.OffScreen/crash_reporter.cfg new file mode 100644 index 0000000..cb94eac --- /dev/null +++ b/CefSharp.MinimalExample.OffScreen/crash_reporter.cfg @@ -0,0 +1,12 @@ +# Crash reporting is configured using an INI-style config file named +# "crash_reporter.cfg". This file must be placed next to +# the main application executable. +# Comments start with a hash character and must be on their own line. +# See https://bitbucket.org/chromiumembedded/cef/wiki/CrashReporting.md +# for further details + +[Config] +ProductName=CefSharp.MinimalExample.OffScreen +ProductVersion=1.0.0 +AppName=CefSharp.MinimalExample +ExternalHandler=CefSharp.BrowserSubprocess.exe \ 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 4eac805..3ce2395 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -94,6 +94,9 @@ + + PreserveNewest + diff --git a/CefSharp.MinimalExample.WinForms/crash_reporter.cfg b/CefSharp.MinimalExample.WinForms/crash_reporter.cfg new file mode 100644 index 0000000..7fd7777 --- /dev/null +++ b/CefSharp.MinimalExample.WinForms/crash_reporter.cfg @@ -0,0 +1,12 @@ +# Crash reporting is configured using an INI-style config file named +# "crash_reporter.cfg". This file must be placed next to +# the main application executable. +# Comments start with a hash character and must be on their own line. +# See https://bitbucket.org/chromiumembedded/cef/wiki/CrashReporting.md +# for further details + +[Config] +ProductName=CefSharp.MinimalExample.WinForms +ProductVersion=1.0.0 +AppName=CefSharp.MinimalExample +ExternalHandler=CefSharp.BrowserSubprocess.exe \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 5098690..e370bd0 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -129,6 +129,9 @@ Resources.Designer.cs + + PreserveNewest + SettingsSingleFileGenerator diff --git a/CefSharp.MinimalExample.Wpf/crash_reporter.cfg b/CefSharp.MinimalExample.Wpf/crash_reporter.cfg new file mode 100644 index 0000000..eb7a72f --- /dev/null +++ b/CefSharp.MinimalExample.Wpf/crash_reporter.cfg @@ -0,0 +1,12 @@ +# Crash reporting is configured using an INI-style config file named +# "crash_reporter.cfg". +# This file **must** be placed next to the main application executable. +# Comments start with a hash character and must be on their own line. +# See https://bitbucket.org/chromiumembedded/cef/wiki/CrashReporting.md +# for further details + +[Config] +ProductName=CefSharp.MinimalExample.Wpf +ProductVersion=1.0.0 +AppName=CefSharp.MinimalExample +ExternalHandler=CefSharp.BrowserSubprocess.exe \ No newline at end of file