I have situation like this: I am doing my own mvc project in visual studio and i found example of simmilar project on the web, in solution explorer i see that it's actaully 4 projects inside 1 as you can see in picture:
So my question is how to add for example Northwind:Model to my own project, as you can see Northwind:model contains Properities, References and classes. Most important to me are classes. [Edit]my question is about type of project to add, that is confusing me. Also i will need all 3 Northwind.Model, Repositories and Respositories.Entity.
Thanks for answers!
referenceClasses from Northwind.Model library?