Botz3000
Botz3000

Reputation: 39600

ClickOnce deployment for solution containing several projects

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

Answers (1)

Henk Holterman
Henk Holterman

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

Related Questions