NAnt 新手 - 支持图表

发布于 2024-07-15 00:12:59 字数 236 浏览 4 评论 0原文

你们中的任何人都可以解释一下这里显示的框架支持图表吗:nant.sourceforge。网

我的主要兴趣是术语目标运行时在nant的上下文中的含义?

提前致谢/derdres

Will any of you guys be kind and explain the framework support chart shown here: nant.sourceforge.net.

My primary interest is the meaning of the terms target and runtime in the context of nant?

Thanks in advance / derdres

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-07-22 00:12:59

目标是指您可以编译项目所支持的框架(即,使用 NAnt,您可以编译 .NET 3.5 项目、Mono 2.0 项目、Silverlight 2.0 项目等)。

运行时是指可以运行NAnt的框架(例如,如果安装了.NET 1.0,则可以运行NAnt)。

Target refers to the supported frameworks against which you can compile your projects (i.e., with NAnt, you can compile .NET 3.5 projects, Mono 2.0 projects, Silverlight 2.0 projects, etc.).

Runtime refers to the frameworks on which NAnt can be run (for instance, if you have .NET 1.0 installed, you can run NAnt).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文