I’m developing a Raspberry Pi project and I have a support text file in the VS solution that I need to deploy with the source that ends up in the executable directory on the server. The binary reads in this file at runtime. Can anyone tell me how to do this? Otherwise I have to copy the file manually since it gets deleted every time I deploy.