Sunday, July 12, 2009

Where the Project and Solution information stored?

Project: Project is a combination of Executable and Library files. A project's information is usually stored in a file with the extension of '.csproj' for C-Sharp projects, '.vbproj' for VB.NET projects.

Solution: Solution is a place holder for logically related projects. Solution information is usually stored in a file with the extension of '.sln'.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.