Adding Files to a Click Once Deployment
问题 I've got an application that I'm moving over to ClickOnce and the app has a moderately sized data folder with hundreds of files that I need to inlcude in the deployment. The folder needs to be in the same place relative to the EXE after deployment. I've seen several suggestions on how to do this but there doesn't seem to be a agreed upon method for doing this. Any suggestions would be great - Thanks! 回答1: One good way of doing this is: Create a folder under the app in VS name e.g. "datafiles"