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!
Simply right click on the Solution (Grid in your case) and select Add > New Project….
This will take you to the standard New Project dialog which you just use as normal. It can be any type of project you like, but in this case you probably want a class library.
If you’ve got an existing project you want to include then you can do this in a similar way. You don’t have to copy the source into the same directory structure but it can help. Make sure it sits under the Grid folder. Then right click on the solution and select Add > Existing Project…*. Browse to the folder containing the project and select the .csproj file.