It won't be deployed unless you tell it to. The best way to do that is to set its Build Action to Content, then add a project output to your Setup and select Content. Now all Content files will be deployed. Obviously at run time you need some way to identify where the file is located. Where is it located? The same folder as the application? In that case you'd use Application.StartupPath.