Possible Duplicate:
Use DLL resources for WPF MediaPlayer
I have a folder named Sounds, which contains a music file named theme.mp3. This folder is at the root folder of the project.
I would like to include this file directly in the .exe file.
For the moment, I can only read music from an external folder.
How do I include the music file within my .exe ?