Share via


Adding and Removing Project Outputs in the File System Editor

Deployment projects allow you to specify where the outputs of one or more projects in your solution will be deployed on a target computer. Outputs can be added to a deployment project from the File System Editor or directly from Solution Explorer.

To add a project output from the File System Editor

  1. Select a target folder in the File System Editor.

  2. On the Action menu, point to Add, and then click Project Output.

    Note   The Project Output command is also available from the Project menu. Choosing this command from the Project menu rather than the Action menu causes the project outputs to be placed in the Application folder rather than in the target folder you have selected.

  3. In the resulting Add Project Output Group dialog box, select a project from the Project list.

  4. Choose the type of output from the outputs list. You can select multiple outputs from the list.

    Note   The types of outputs available are dependent on the type of project selected. Some projects have multiple types of outputs; others might have only one.

  5. Optionally, choose a different configuration from the Configuration list.

To add a project output from Solution Explorer

  1. Select a deployment project in Solution Explorer.

  2. On the Project menu, point to Add, and then click Project Output.

  3. In the resulting Add Project Output Group dialog box, select a project from the Project list.

  4. Choose the type of output from the outputs list. You can select multiple outputs from the list.

    Note   The types of outputs available are dependent on the type of project selected. Some projects have multiple types of outputs; others may have only one.

  5. Optionally, choose a different configuration from the Configuration list.

    Note   Project outputs added from Solution Explorer are always placed in the Application Folder in the File System Editor. If you want to place outputs in a different folder, you must add them from the File System Editor as described above.

To remove a project output

  • Select the project output in the File System Editor, and choose Delete from the Edit menu.

See Also

Adding and Removing Files in the File System Editor | Adding and Removing Shortcuts in the File System Editor | Adding and Removing Assemblies in the File System Editor | Editors used in Deployment | File Installation Management in Deployment | Deploying Applications