I have a flavored c# project and package
i can catch the buildbegin event when the dll is building
what i want is to embedding some files into the building dll in this event handler
how can i fullfill this task
can i just add these files to project file but not displayed in the solution tree?
See Assembly Linker tool