Viewing the workspace and its projects
The Workspace window is where you access your projects and files during the application development.
If the workspace that contains your current project is not open, either choose File>Open Workspace and select a workspace file to open or drag the file and drop it onto the main IDE window. Before a new workspace is opened you will be prompted to save and close any currently open workspaces.
To choose which project you want to work with, right-click on the project name in the Workspace window and choose Set as Active.

For each file that has been built, an
Outputfolder icon appears, containing generated files, such as object files and list files. The latter is only generated if the list file option is enabled. TheOutputfolder related to the project node contains generated files related to the whole project, such as the executable file and the linker map file (if the list file option is enabled).Also, any included header files will appear, showing dependencies at a glance.
To display the project with a different build configuration, choose that build configuration from the drop-down list at the top of the Workspace window.
The project and build configuration you have selected are displayed highlighted in the Workspace window. It is the project and build configuration that you select from the drop-down list that are built when you build your application.