Visual Studio,带参数编译

发布于 2024-11-06 20:30:48 字数 260 浏览 0 评论 0原文

我有一个程序可以从文本文件创建 C# 类。该行是:

D:\work> gppg /nolines RealCalc.txt > RealCalc.cs

我可以说 Visual Studio 每当我点击构建或运行时都会执行此行吗,因为每次运行之前在终端中执行此操作非常烦人

PS:从文本文件创建 C# 类的原因是因为我使用词法分析器和一个解析器,用于定义我自己的编程语言。 gppg 将文本语法转换为 C# 代码

I have a program that creates a C# class from a text file. The line is:

D:\work> gppg /nolines RealCalc.txt > RealCalc.cs

Can I say Visual Studio to execute this line whenever I hit build or run because it is very annoying to do that in terminal before each run

PS: The reason for creating C# clas from text file is because I use a lexer and a parser for something like defining my own pogramming language. And gppg transforms a text gramatic into C# code

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

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

发布评论

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

评论(1

请爱~陌生人 2024-11-13 20:30:48

您可以举办预构建活动

转到项目属性页面 - 在构建事件页面中。

You can have a pre-build event.

Go to the project property pages - in the Build Events page.

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