VS2012 $(exists) only accepts scalar values

后端 未结 7 1810
南笙
南笙 2021-02-05 04:18

Okay, this is more of a build error than a programming error. I have never had much reason to get my hands dirty with builds, so this error is baffling me.

I have tried

7条回答
  •  轮回少年
    2021-02-05 05:01

    Open your .csproj file and look for any duplicated import tag.

    In my case the .csproj had two lines like this:

    
    

    Remove one of them fixed the problem.

提交回复
热议问题