How To - Add Files For Deployment

1. Right Click on your Project and Click Add > Existing Item...

2. An Add Existing Item dialog appears, make sure you change the File Filter to All Files (*.*)

3. Select a File that you wish to Deploy to your device (This file will get deployed to the same directory as your EXE)

4. The file should then appear in the List for the project

5. Right click on the file and select properties

6. The property we are interested in is the Copy to Output Directory (currently set to Do Not Copy)

7. This needs to be changed to Copy Always

8. Now deploy your application, navigating to File Explorer and the Application directory (\Program Files\DeployProjectFilesTester) you will see the File that you added above has now been deployed to this directory