If you like this article, please click on “+1“ button and share with your friends.
Click here for the Video Tutorial of this article.
visit www.iGnani.com
...continued from article "C# 4.0 – Ch:02:E – Projects & Solutions : Continued” |
In the previous article, I explained while speaking about Solutions, I had mentioned that “a Solution is the set of all the projects that make up a particular software package”. Not only the projects that belong to a software package, but you can have projects even though they do not belong to the project.
In this article, let us look at adding additional projects to a Solution. Just to show you that we can add a project even though they do not belong to the project, let us use a “Windows Forms” project to our Demo1 solution.