I am deploying a solution to a networking share using ClickOnce. There are some resources (xml files) that should remain on the network drive and be shared among users - i.e. I do not wish for a local copy of these files to be made.
How can I achieve this without hard-coding the ClickOnce deployment path into my project?
Thanks,
Daniel