While deploying the solution, I found that clickonce is not loading some files from the project into the solution. I tried to find the files on the "Application Files" tab in the "Publish", but it seems that it only includes files from the client project, and not other projects. How can I fix this problem? It should be something like the ability to add file dependencies to a project. Currently, files are installed as "Copy" if they are newer and "Content".
source
share