*.suo 文件中实际包含什么? [英] What is actually contained in a *.suo file?

查看:31
本文介绍了*.suo 文件中实际包含什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已阅读 有关解决方案用户选项文件的 MSDN 文章

解决方案用户选项文件用于存储用户首选项设置,并在 Visual Studio 保存解决方案时自动创建.

The solution user options file is used to store user preference settings, and is created automatically when Visual Studio saves a solution.

但是什么样的设置或信息被认为是用户偏好设置"?我从另一家公司收到的一个解决方案文件有一个奇怪的问题,唯一的解决方法似乎是在出现问题时定期删除 *.suo.无法弄清楚实际上存储在那里的信息类型.我知道这没什么重要,但我还是想知道,但似乎找不到答案.

But what sort of settings or information is considered a "user preference setting"? I have a weird issue with one of my Solution files I've received from another company and the only fix seems to be periodically deleting the *.suo whenever the problem occurs. Can't figure out what sort of information is actually stored there though. I know it's nothing important, but I'd still like to know and I cannot seem to find the answer.

推荐答案

基本上 suo 文件(即解决方案用户选项)包含与用户级自定义相关的信息,如断点、书签、大纲、调试器监视等.

Basically the suo file(i.e., Solution User Options) contains the information related to to a user level customization like breakpoints, bookmarks, Outlining, debugger watches etc.

另请注意,如果删除 suo 文件,Visual Studio 将创建一个新文件.

Also note that if you delete the suo file then Visual Studio will create a new one.

这篇关于*.suo 文件中实际包含什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆