Reputation: 39600
I have a solution containing several projects, as well as some projects that get copied into subfolders relative to the main application. Is there any possibility to deploy this using ClickOnce? Or should i create a seperate project including references to my built files just for clickonce deployment?
Upvotes: 3
Views: 2066
Reputation: 273179
What is the actual problem you are having?
Referenced assemblies are included automatically, and if I add an .EXE to a subfolder of my Project it shows up in the Application Files dialog of Project|Publish.
Upvotes: 4