I am building a web application framework in C# for Asp.Net. The framework consists of mix of dll files, aspx files with codebehind files, code files in App_Code, css files and images.
I've looked at the "Web Application" project in Visual Studio 2008. This helps to remove all code files and put them into one dll in the bin folder. But, all the other files remain.
I think it must be possible to put these files in a resource file and include that into the dll file. I see that some control providers do that, like Telerik.
How do you go about doing that? And is there some automated process to do this as the number of files is more than 1000.
Any help is greatly appreaciated!