views:

231

answers:

0

I would like to copy a folder (and all of its contents) during a ClickOnce deployment. The contents of this directory may change between software builds, and I need the extract structure copied to the deployment location during publishing.

Currently I have to include each individual file within the folder in VS and mark it as a "Data File (Auto)" in Project Properties > Publish > Application Files. Can I just mark the directory to be copied?

Thanks!