Hello guys,
could someone tell me how to package few files into a dll file, i figured it out how to do it in the command line, for example, the command below uses the command line compiler,
csc /res:Code.dll /res:Bitmap.gif /res:Data.xml /out:Update2.dll
/t:library
this command packages...