Tipos de Arquivo e Extensões de Arquivo no Visual Studio
Visual Studiooferece suporte a muitos tipos de arquivos. Uma determinada instalação, os componentes instalados determinam quais tipos de arquivo são suportados. Este tópico lista os tipos de arquivo de solução e projeto são suportados em algumas instalações típicas. Para obter informações sobre outros tipos de arquivo, pesquise usando as extensões de nome de arquivo para cada tipo.
Solution Files (.sln and .suo)
Visual Studio uses two file types (.sln and .suo) to store settings specific to solutions. These files, known collectively as solution files, provide Solution Explorer with the information it needs to display a graphical interface for managing your files. They allow you to concentrate on your projects and final goals rather than on the environment itself each time you return to your development tasks.
Extension |
Name |
Description |
---|---|---|
.sln |
Visual Studio Solution |
Organizes projects, project items and solution items into the solution by providing the environment with references to their locations on disk. |
.suo |
Solution User Options |
Records all of the options that you might associate with your solution so that each time you open it, it includes customizations that you have made. |
Project Files
Visual Studio uses a variety of file formats to store information specific to projects. For more information, see the following Help topics:
Visual C++
Tipos de arquivo criados para projetos do Visual C++Criar e gerenciar projetos visual C++
Visual Basic, Visual C#
File Types and File Extensions in Visual Basic and Visual C#Deployment
File Types Management in DeploymentVisual Studio Environment
Arquivos de banco de dados (C++) de programa.
Consulte também
Conceitos
Introdução às Soluções, Projetos e Itens
Histórico de alterações
Date |
History |
Motivo |
---|---|---|
Outubro de 2010 |
Tópico revisado para maior clareza. |
Comentários do cliente. |