visual studio 2010 - relations between assembly and project in VS -
i'm bit confused. looking @ existing code here @ university, see project somehow related single assembly. i'm new in c# , read bit assemblies , modules didn't find relation between "project" logical unit , "assembly" logical unit, , wondered if convention, , if can somehow control vs.
thanks, li
yes, that's standard build model visual studio. 1 project produces 1 assembly. 1 solution can contain more 1 project. there no direct support creating modules, you'll have hand can run csc.exe /target:module option. there few scenarios makes sense.
Comments
Post a Comment