3.4.1.1 Project Context Menu
Several build commands are available from the menu and the toolbars. There is also a context menu for the project:

| Menu Text | Shortcut | Description | 
|---|---|---|
| Build | 
                                     Right click+u  | 
                                     Build the selected project  | 
| Rebuild | Right click e | 
                                     Will clean and build the project  | 
| Clean | Right click n | 
                                     Clean up and erase artifacts  | 
| Add | 
                                     Ctrl Shift A/Shift Alt A (existing item)  | 
                                     Add new files or existing files to the project  | 
| Set as StartUp Project | 
                                     Right click + a  | Will set up to automatically open current project at start-up | 
| Cut | 
                                     Ctrl X  | Cut the project to paste it as a sub-project to another solution | 
| Remove | 
                                     Del  | 
                                     Remove the project or sub-project under the cursor  | 
| Rename | F2 | 
                                     Rename current project  | 
| Unload Project | Right click l | 
                                     Unload active project files from the IDE  | 
| Properties | Alt Enter | 
                                     Project properties  | 
