Visual Studio solutions contain two types of hidden user files.
(Visual Studio解决方案包含两种类型的隐藏用户文件。)
One is the solution .suo
file which is a binary file. (一个是解决方案.suo
文件,它是一个二进制文件。)
The other is the project .user
file which is a text file. (另一个是项目.user
文件,它是一个文本文件。)
Exactly what data do these files contain? (这些文件包含的确切数据是什么?)
I've also been wondering whether I should add these files to source control (Subversion in my case).
(我也一直想知道是否应该将这些文件添加到源代码控制中(在我的情况下是Subversion)。)
If I don't add these files and another developer checks out the solution, will Visual Studio automatically create new user files? (如果我不添加这些文件而另一个开发人员检查解决方案,Visual Studio会自动创建新的用户文件吗?)
ask by Ben Mills translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…