visual studio - Understanding .NET assemblies -


when build project in solution in visual studio (it can c# vb.net f# or else) suppose 1 assembly per project generated right?

so if have solution containing project 1 2 3 , 4 when build 1 one each project 4 assemblies right?

however, there possibility let builder/compiler generate 1 assembly entire solution? or 2 projects compiled together?

i mean calling compiler using command line , setting target assembly...

by default there 1 1 correspondence between projects , assemblies. can use tool ilmerge create 1 assembly several.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -