Hello all i have small problem that i would like to share:

i have 1 web site and two windows application and they all share the same DLL Library the thing is that when ever i compile applications or the website the dll file size is different from the others

for example App1 DLL result in size of 140kb,
App2 DLL is 145kb in size
and the web app DLL is 152KB in size... this seems a bit weird to me, isn't all the DLL's should have the same size since they all from the same source?

Thanks.