Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Applies to:
Visual Studio
Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
The Project Designer in Visual Studio is a dialog box that you can use to specify applications settings and properties for a project. The Project Designer includes several different project properties pages to interact with. What you see depends on your project type, platform, or programming language.
The following screenshot shows an example of a project properties page for a C# console project in the Project Designer. The Project Designer appears after you select a project node in Solution Explorer and then use the right-click context menu to select Properties.
Important
The project properties that you can access by using the Project Designer differ from the properties you can access by using the Properties window in Solution Explorer.
Project properties pages in Project Designer
| Title | Description |
|---|---|
| Application Page, Project Designer (Visual Basic) | Use this page to specify application settings and properties for a Visual Basic project. |
| Application Page, Project Designer (C#) | Use this page to specify application settings and properties for a Visual C# project. |
| Build Events Page, Project Designer (C#) | Use this pane to specify build configuration instructions. |
| Build Page, Project Designer (C#) | Use this pane to specify build configuration properties for a Visual C# project. |
| Compile Page, Project Designer (Visual Basic) | Use this page to specify compilation properties for Visual Basic projects. |
| Debug Page, Project Designer | Use this page to specify debugging properties for a project. |
| Code Analysis, Project Designer | Use this page to configure the code analysis tool. |
| Publish Page, Project Designer | Use this page to configure properties for ClickOnce. |
| References Page, Project Designer (Visual Basic) | Use this page to manage references used by a project. |
| Security Page, Project Designer | Use this page to configure code access security settings for applications that are deployed by using ClickOnce deployment. |
| Signing Page, Project Designer | Use this page to sign application and deployment manifests, and sign the assembly. |