The OutputPath property is not set for this project

前端 未结 20 1657
無奈伤痛
無奈伤痛 2020-11-30 23:20

When I try to compile my project from x86 debug mode in Visual Studio 2008. I am getting this error. When I looked at the property group of the project that complained, I se

20条回答
  •  南笙
    南笙 (楼主)
    2020-11-30 23:52

    If you get this error only when you try to compile your project from commandline using MSBuild (like in my case) then the solution is to passing the outputpath manually to MSBuild with an argument like /p:OutputPath=MyFolder.

提交回复
热议问题