Managing Project Properties with the Project Designer
The Project Designer is a convenient user interface in Visual Studio that allows you to set project properties, some of which you can also set through the Properties Window.
In This Section
- Managing Application Properties
-
Allows you to specify the project's general application settings and properties, such as Assembly name, Assembly information, and Root namespace/Default namespace.
- Managing References
-
Allows you to view, add, and remove references and imported namespaces for your project.
- Managing Debugging Properties
-
Allows you set debugging properties defining debugging behavior, such as start action, start options, and remote debugging are set in the Debug pane of the Project Designer.
- Managing Compilation Properties
-
Allows you to set compilation properties defining compiler behavior, such as compiler warnings, optimizations, and compilation constants.
- Managing Application Resources
-
Allows you to add or edit resources for your project, such as strings, images, icons, audio, and files.
- Managing Application Settings
-
Allows you to specify the project's application settings. You can create application-scoped settings, such as connection strings, which can be changed at run time; or user-scoped settings, such as system fonts, which can be changed at run time.