Project Properties
Use the Project Properties dialog to edit properties that relate to the current project. For example, the application's version information can be edited here.
The application properties are divided into five tab pages:
Scan for Images
Click this button to analyze all source files that will be compiled in your application for references to bitmap and icon names. Any bitmap names that are found will be added to the list of bitmaps on the Project Properties - Bitmaps page. Any icon names that are found will be added to the list of icons on the Project Properties - Icons page.
Once this operation is completed, it cannot be undone; the changes to the application configuration file are saved at the end of this operation.
Note: This scan can only detect lines of code that refer to an image property and contain a literal file name, not complex conditional code setting images. For such cases, you will have to manually add image file names to the Project Properties.
OK
Click OK to save changes to the project properties and close the dialog.
Cancel
Click Cancel to close the dialog and discard changes to the project properties.