Visual Studio,带参数编译
我有一个程序可以从文本文件创建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以举办预构建活动。
转到项目属性页面 - 在构建事件页面中。
You can have a pre-build event.
Go to the project property pages - in the Build Events page.