vs编译项目报错:The OutputPath property is not set for this project
生活随笔
收集整理的這篇文章主要介紹了
vs编译项目报错:The OutputPath property is not set for this project
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天使用VS2008編譯項目時報錯:
The OutputPath property is not set for this project. ?Please check to make sure that you have specified a valid Configuration/Platform combination. ?Configuration='Debug' ?Platform='x86'
?
解決辦法如下:
1.選中編譯失敗的項目,右鍵點擊卸載項目
2.選中卸載后的項目,右鍵點擊編輯項目
3.對比生成成功的項目與編譯失敗項目的 PropertyGroup Condition=" '$(Configuration)|$(Platform)' 節點,并修改。
4.保存修改后,重新加載項目,生成成功。
轉載于:https://www.cnblogs.com/Jeremy2001/p/10898215.html
總結
以上是生活随笔為你收集整理的vs编译项目报错:The OutputPath property is not set for this project的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: lograotate 配置常用配置
- 下一篇: Windows环境下spyder调用Ar