About 13,700,000 results
Open links in new tab
  1. Should I add the Visual Studio .suo and .user files to source control ...

    Best practices for Subversion and Visual Studio projects is a more generic question about this exact topic. Also the accepted answer of it contains a link to official MSDN documentation, which describes …

  2. What is actually contained in a *.suo file? - Stack Overflow

    Feb 5, 2016 · 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. Also note …

  3. How to view the contents of the Solution User Options file (.suo)

    Sep 29, 2023 · Is there any way to view the contents of the solution user options file (the .suo file that accompanies solution files)? I know it's basically formatted as a file system within the file, but I'd li...

  4. Why are there .sln, .suo and .csproj files? - Stack Overflow

    Oct 6, 2010 · The solution maintains the state information for projects in .sln (text-based, shared) and .suo (binary, user-specific solution options) files … [Source] Furthermore, also from MSDN: The …

  5. Best practices for editing sln, proj, suo files? - Stack Overflow

    In .NET, there are SUO, SLN, Proj files for every solution/project. Whilst I know what these files are, is it wise to edit them by hand? Do they ever even need to be edited? If so, what is the best...

  6. c# - What is .wsuo file? - Stack Overflow

    Nov 29, 2022 · From official MS Docs: The solution user options (.suo) file contains per-user solution options. This file should not be checked in to source code control. The solution user options file is …

  7. gitignore doesn't ignore .suo Visual studio file - Stack Overflow

    Feb 27, 2015 · I want to do simple thing, ignore .suo file and bin and obj folders from committing to git repo. I've created .gitignore file and it's working for bin and obj folders, but it keeps allowing .suo file …

  8. git - Can't ignore .suo file - Stack Overflow

    We have added the entry "project1.suo" to the .gitignore file but every time one of us has to commit the project, Git seems to tell us to commit the file "project1.suo" as well. We have tried many methods to …

  9. c# - Why is "Set as Startup" option stored in the suo file and not the ...

    Mar 29, 2009 · It is absolutely necessary that everyone can define their StartUp Project themselves, as Jon has already said. But to have a dedicated default one would be great, and as I can tell, it is …

  10. Proper way to rename solution (and directories) in Visual Studio

    Jan 12, 2010 · Works! I also had to rename the .sln and .suo files. And I found step 4 was already accomplished by one of the previous steps in my VS 2010