To change a build target's name, follow these steps:
1. Go to the Targets view of the Project window.
Click the Targets tab at the top of the Project window to display the Targets view, shown in Figure 3.5. You modify build targets within this view.
2. Double-click the build target whose name you wish to change.
The IDE opens the Target Settings window with the settings for the build target. "Configuring Target Options" describes the Target Settings window in detail.
Figure 9.4 shows the Target Settings panel.
4. Enter in the Target Name field the new name that you wish to use.
The IDE saves the new build-target name.
6. Close the Target Settings window.
You can also open the Target Settings window by choosing Edit > Target Settings. The name of the menu command changes, based on the name of the current build target. For example, if the name of the current build target is ReleaseTarget, the name of the menu command changes to ReleaseTarget Settings.
To learn more about the Target Settings panel, see "Target Settings".