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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -