修改.suo文件
我需要修改 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为命令行调试参数存储在 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.