博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Can’t build VC10 project by MSBuild
阅读量:7009 次
发布时间:2019-06-28

本文共 364 字,大约阅读时间需要 1 分钟。

 

I have a VC10 project, and I want to build it by MSBuild from the command line. But it failed on my machine, see below figure for the error.

After some google, I get the reason for this:

As you can see, the Framework Version here in my environment is 2.0.50727. This is the cause of my problem.

转载于:https://www.cnblogs.com/jalenwang/archive/2011/12/26/2301687.html

你可能感兴趣的文章