通过代码生成trx文件

发布于 2024-10-17 06:21:56 字数 61 浏览 1 评论 0原文

我想为我的代码手动生成 TRX 文件。

是否有任何程序将用于此目的。 如果不是那么怎么办呢?

I want to manually generate TRX file through for my code.

Is there any program which will be used for this purpose.
If not then how to do it?

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

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

发布评论

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

评论(1

梦断已成空 2024-10-24 06:21:56

这篇文章 http://blogs.msdn.com/b/dhopton/archive/2008/06/12/helpful-internals-of-trx-and-vsmdi-files.aspx 讨论了 trx 和 vmdi 文件,并且是一个有用的起点。您可以在安装了 Visual Studio 的计算机上找到该 xsd,路径为 %VSINSTALLDIR%\xml\Schemas\vstst.xsd。

如果您计划在 VS 中打开自定义 trx 文件,但我认为没有任何其他充分的理由来创建它们,那么您从 VS 获得的不兼容文件的错误几乎不存在。 VS 似乎需要超过 XSD 中定义的最小集。

祝你好运。

This post http://blogs.msdn.com/b/dhopton/archive/2008/06/12/helpful-internals-of-trx-and-vsmdi-files.aspx talks about trx and vmdi files and is a useful starting point. You can find the xsd on a computer with visual studio installed at %VSINSTALLDIR%\xml\Schemas\vstst.xsd.

If you plan to open your custom trx files in VS, not that I can think for any other good reason to create them, the errors you will get from VS for non compliant files is almost no existent. VS seems to require more than the minimum set defined in the XSD.

Good luck.

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