使用nant和VS2008构建平台代码 [英] Building the platform code with nant and VS2008

查看:77
本文介绍了使用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.net\Framework\v3.5\" 
      commandline="C:\test\Project\src\project.sln"/>

这篇关于使用nant和VS2008构建平台代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆