I\'m new in the world of Visual Studio. Can somebody please explain what these two files contain? I know that one of them contains info about project, but what about the other o
Visual Studio allows multiple projects in a solution. The data what projects are in a solution is in the sln (solution) file.