Default Keybindings: Build Commands
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Visual C# Keyboard Shortcuts |
| edit |
[edit]
Build commands default keybindings
These are the Visual C# IDE default keybindings for the Build commands defined in the Visual C# 2005 profile.
The Visual Studio Build commands are used to create executables from projects and solutions.
| Command | Key(s) | Description |
| Build.BuildSolution | F6 or
CTRL + SHIFT + B | Builds all the projects in the solution. |
| Build.BuildSelection | SHIFT + F6 | Builds the selected project and its dependencies. |
[edit]
See also
- Visual C# - learn to make the most of C# with Visual Studio.
- Visual Studio 2005 Software Review
- Visual Studio Entry Points