To draw the target building and the flames, I went online and found images that I liked. I then added the images to the project's resources.
I also added WAV audio files for the program to play when the user releases a shot and when a shot hits the ground. The System.Media.SoundPlayer class can play WAV files stored as project resources, so I added those files to the project as resources. Working with those files is relatively easy.