-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nuget - Add Build Action option (default Build Action None)
For ClickOnce specifying <CefSharpBuildAction>Content</CefSharpBuildAction> in your project file before the .targets file should allow for resources to be included in your ClickOnce installer. The default None copies files to a dependant project, say you have CefSharp installed in your Class library, the files will be included in projects that directly reference this project file (Only one level deep). Same as the Content/None options listed at https://docs.microsoft.com/en-us/visualstudio/ide/build-actions?view=vs-2019#build-action-values Issue #3319
- Loading branch information
Showing
1 changed file
with
209 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters