I have a C# project with some gif and mp3 files
how I can combine those files within my project?
(I don\'t want them to be visible to users)
Add them as embedded resources and they'll be compiled into the dll.
First add them to the project, by just dragging them to the solution explorer, then go to their properties to change their build action to embedded resources.