MSBuild: Command Line Build error: Solution file error MSB5023: Error parsing the nested project section

后端 未结 5 1188
萌比男神i
萌比男神i 2021-01-07 16:55

I have a solution which uses Solution Folders to split out the projects. In the Visual Studio IDE, the solution builds fine.

However when running the build using MSB

5条回答
  •  温柔的废话
    2021-01-07 17:25

    I faced the same issue and managed to sort out:

    1. Opened .sln in NotePad and found Guids
    2. One of my projects wasn't closed ("EndProject" was missed)

    Cheers, hope this can help anyone

提交回复
热议问题