| Using Flex Builder 2 > Flex Builder Basics > Working with Projects > Managing projects > Managing project application files | |||
Usually, a project has a single main application file, which serves as the entry point to your application. The Flex Builder compiler uses this file to generate the application SWF file.
For example, you might have a complex Flex application with many custom MXML components that represent distinct but interrelated application elements. You can create an application file that contains a custom component and then build, run, and test it separately.
By default whenever you add an MXML application file to your Flex project, it can be run and is added to the list of project application files. All files defined as application files must reside in your project's source folder.
You can manage the list of application files by selecting a project and viewing its properties.
Flex 2.01