devenv 命令行构建环境变量/参数
我目前正在使用一个脚本来构建我的项目,该脚本类似于
devenv.exe mySolution.sln /Rebuild "Release|Win32" /Project "my project"
This is work out Great,我希望对其进行扩展。我想要做的是传递一个环境变量或某种开关来指定语言。换句话说,我想传递一个项目设置作为我的命令的参数。
任何帮助将不胜感激。
仅供参考:我已经阅读了 http://msdn。 microsoft.com/en-us/library/xee0c8y7(v=vs.80).aspx 我找不到任何有用的东西
I am currently using a script to build my project, the script is something like
devenv.exe mySolution.sln /Rebuild "Release|Win32" /Project "my project"
This is working out great, and I am hoping to expand on it. What I want to do is pass an environment variable or some kind of switch to specify the language. In other words, I would like pass a project setting as a parameter of my command.
Any help would be greatly appreciated.
FYI: I have already read http://msdn.microsoft.com/en-us/library/xee0c8y7(v=vs.80).aspx and I couldn't find anythign useful
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是事情并不那么灵活。
以上所有人员都更适合该工作
Unfortunately things are not so flexible.
All of the above are better suited to that job