The builds tools for v120 (Platform Toolset = 'v120') cannot be found

前端 未结 16 1494
后悔当初
后悔当初 2020-12-04 09:47

Using visual studio 2012 on windows 8 x64 aparantly this is caused by msbuild being moved into .net but I havn\'t seen how to fix it yet.

4>C:\\Program Fi         


        
16条回答
  •  我在风中等你
    2020-12-04 10:45

    To add up to Louis answer:

    Alternatively you can use the attribute ToolVersion="12.0" if you are using Visual Studio 2013 instead of using the ToolPath Attribute. Details visit http://msdn.microsoft.com/en-us/library/dd647548.aspx

    So you are not forced to use absolute path.

提交回复
热议问题