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:D – Projects & Solutions” |
In the previous article, I stopped with AssemblyInfo.cs file under the Properties folder. In this article, I will continue with the References folder.
Check out the image below, where in all the folders are expanded and you can see a list of files under the References folder.
Under the folder “References”, you will find all the libraries that are referenced automatically for us by Visual Studio. Though not all assemblies that are referenced are necessary for the project we developed, Visual Studio references the most common assemblies that are used while developing a Console based application.