修改.suo文件

发布于 2024-08-07 00:59:44 字数 368 浏览 4 评论 0原文

我需要修改 .suo 文件。

基本上,我有一个客户端服务器应用程序。客户端需要一个“cookie”来登录服务器,该“cookie”每天生成并由另一个进程在客户端计算机上检索。这个“cookie”需要在“调试命令参数”中设置。

我想通过另一个应用程序/脚本直接修改 .suo 文件来自动化此过程。我有办法做到这一点吗?

我查看了 查看内容的工具解决方案用户选项文件 (.suo),但这并没有多大帮助。我对这些方法一无所知,需要更多指导。

I need to modify a .suo file.

Basically, I have a client-server application. The client needs a "cookie" to log into the server, which is generated every day and retrieved on the client machine by another process. This "cookie" needs to be set in the "Debugging Command Arguments".

I want to automate this process by modifying the .suo file directly through another app / script. Is there a way I can do this?

I looked at Tool to view the contents of the Solution User Options file (.suo), but that did not help much. I have no idea about those methods and would need a bit more direction.

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

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

发布评论

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

评论(1

归属感 2024-08-14 00:59:44

我认为命令行调试参数存储在 proj.user 文件中,是吗?这只是一个 XML 文件,应该很容易修改。

I think that the Command Line Debug parameters are stored in the proj.user file, yeah? That's just an XML file and should be easy enough to modify.

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