unionten 2016-01-11 17:12 采纳率: 0%
浏览 2225

我想修改vs2012的exe文件的输出位置。可是报错

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1137,5):

warning MSB8012: TargetPath(D:[D_WORK][A_WORK_PROJECT]_VS_Learining1_1111_A_1111_SUC_Learning\build\Debug\Learining1.exe) does not match **the_ **Linker's OutputFile property value _(D:[D_WORK][A_WORK_PROJECT]_VS_Learining1_1111_A_1111_SUC_Learning\build...\bin\Debug\Learining12.exe).

This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).

  • 写回答

1条回答 默认 最新

  • devmiao 2016-01-11 20:30
    关注
    评论

报告相同问题?