Target “build” does not exist in the project for Visual Studio

后端 未结 6 1034
天命终不由人
天命终不由人 2020-12-15 16:07

I\'m checking out code for a project where contributors use different dev tools for coding in c sharp (C#). My .csproj file was manipulated by someone using Sharp develop an

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-15 16:13

    The accepted answer is a workaround, not a solution. You need to open the .csproj file for editing in a text editor and ensure the following line is present in there

    
    

    If not add it to the end.

    Note: For VS2008, this may be $(MSBuildToolsPath)

提交回复
热议问题