使用nant和VS2008构建平台代码

编程入门 行业动态 更新时间:2024-10-13 02:14:45
本文介绍了使用nant和VS2008构建平台代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在使用最新的每晚版本,VS2008专业试用版以及.NET 3.5和 我收到此错误

I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and I'm getting this error

文件'C:\ test \ Project \ src \ project.sln'的解决方案格式不是 支持."

"Solution format of file 'C:\test\Project\src\project.sln' is not supported."

需要克服的任何解决方案

Any Solution to overcome from it

推荐答案

我不知道您发布的内容是否可行,但是如果您尝试使用Nant Msbuild任务运行解决方案,则可能可以代之以exec任务,该任务将msbuild的最新版本作为可执行文件调用.例如:

I don't know from what you posted if this will work, but if you're trying to run the solution using a the Nant Msbuild task, you might be able to get away with substituting that for a an exec task that calls the most recent version of msbuild as an executable. For example:

<exec program="msbuild.exe" basedir="C:\windows\microsoft\Framework\v3.5\" commandline="C:\test\Project\src\project.sln"/>

更多推荐

使用nant和VS2008构建平台代码

本文发布于:2023-11-14 20:03:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1588392.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:代码   平台   nant

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!