MonoDevelop 是否支持项目 (csproj) 文件中的自定义目标?

发布于 2024-12-11 09:17:57 字数 170 浏览 0 评论 0原文

例如,将其添加到 csproj

<Target Name="BeforeBuild">
      <Exec Command="foo.exe arg1 arg2"  />
</Target>

对我来说,它似乎忽略了它们

For example adding this to a csproj

<Target Name="BeforeBuild">
      <Exec Command="foo.exe arg1 arg2"  />
</Target>

For me it seems to be ignoring them

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

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

发布评论

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

评论(2

眼泪都笑了 2024-12-18 09:17:57

您可以在选项屏幕中将其打开

Settings

You can turn it on in the options screen

Settings

自演自醉 2024-12-18 09:17:57

MD 通过将 MSBuild 项目映射到其旧的内部构建引擎来支持 MSBuild 项目,该引擎无法支持像这样的任意 MSBuild 构造。

有实验性支持使用 MSBuild/xbuild 作为构建引擎,您可以在 MD 首选项中启用此功能。

MD supports MSBuild projects by mapping them into its old internal build engine, which can't support arbitrary MSBuild constructs like this.

There is experimental support to use MSBuild/xbuild as the build engine, and you can enable this in MD Preferences.

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