warning MSB8012 : make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the

来源:互联网 发布:qt creator 运行c语言 编辑:程序博客网 时间:2024/06/16 10:44

转自: https://stackoverflow.com/questions/4494028/warning-msb8012-make-sure-that-outdir-targetname-and-targetext-prope



down vote

See also here Stackoverflow MSB8012. What worked for me when converting a VS2008 C++ project to VS2012: right click the project in solution explorer, select properties, in the pop-up: configuration properties, linker, general. Select Output file on the right, this gives a drop-down, select inherent from parent or project defaults. Click apply. This gives the default linker setting: $(OutDir)$(TargetName)$(TargetExt). Re-build the project and the warning should no longer appear.

阅读全文
0 0
原创粉丝点击