There are
It is easy to confuse output types with targets, but they are two different concepts. A target is one instance of an output type. When you build your final output, you are essentially building one or more of the targets in your project.
By default, when you create a new project using one of Flare's factory templates, one new target is added to your project—depending on the format that you selected for your primary target.
A target file has an .fltar extension and is stored in the Project Organizer under the Targets folder.
Let's say that you have
How to add targets
Select Project>Add Target. The Add Target dialog opens.
New from template This lets you choose either a factory template file or one of your own customized template files as a starting point. The new file will take on all of the settings contained in the template. If you want to use a factory template provided by Flare, expand the Factory Templates folder and click on a template file. If you want to use your own customized template file, expand the appropriate folder and click on a file. Click here to find out what templates are all about
Note: In some dialogs and wizards you can click the Manage Templates button
if you want to open the Template Manager. This lets you manage any of your template files (e.g., add new templates, enter descriptions for templates).
, use the Open File dialog to find a file, and double-click it.Click OK. The target is added to the Targets folder in the Project Organizer. The Target Editor opens to the right.
How to make copies of targets
Double-click the Targets folder. The available targets are shown.
.In the Standard toolbar, click
. A copy of the target is added to the Targets folder. The new target is given the same name as the target you copied, with the words "Copy of" before it.
Note: In addition to regular targets, you can add batch targets to a project. See Building Output Using a Batch Target.
If you made copies of an existing target, you probably want to move on to renaming the targets.
If you added a new target and are satisfied with the name you gave it, do one of the following:
If you are going to produce just one output, move on to one of the other basic steps for developing a project.
OR
If you are going to produce more than one output, move on to creating condition tags.