What are .sln and .vcproj files, and what do they contain?

前端 未结 5 1920
甜味超标
甜味超标 2021-01-30 17:18

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

5条回答
  •  没有蜡笔的小新
    2021-01-30 17:25

    Visual Studio allows multiple projects in a solution. The data what projects are in a solution is in the sln (solution) file.

提交回复
热议问题