Deployment, Configuration Properties, <Projectname> Property Pages Dialog Box (Devices)

With the introduction of multiplatform device deployment, you can now set device deployment properties per device. The Deployment property page in the Configuration Properties folder, which is displayed in a project's property pages when a project node is selected in Solution Explorer, contains two sections of properties and two drop-down lists plus a button:

  • General

  • Server Side Actions

General

  • Deployment Device
    Specifies the device to deploy to.

  • Additional Files
    A semicolon-separated list of additional files to deploy to the device, together with the source and target directories and a value indicating whether the file should be registered on the target device. Do not include the primary project output or files marked as deployable content. For more information about the macros that can be used in this dialog box, see Macros for Build Commands and Properties.

  • Remote Directory
    Specifies the directory on the deployment device to which the application will be copied. %CSIDL_PROGRAM_FILES%\, which is provided by default, will deploy to the correct location on either Smartphone or Pocket PC. For more information, see How to: Specify the Remote Path for Primary Project Output.

Server Side Actions

  • Register Output
    Specifies whether the primary project output DLL will be registered on the target device. The drop-down list enables you to select Yes or No. Select Yes for MFC ActiveX projects and ATL projects.

There are two drop-down lists and a button.

  • Configuration Manager

  • Platform

  • Configuration drop-down list box
    Displays a list of other available configurations that you can select, such as Debug and Release.

  • Platform drop-down list box
    Displays a list of other available platforms, such as Smartphone 2003 or Pocket PC 2003.

Configuration Manager Button

The Configuration Manager button accesses the project's Configuration Manager Dialog Box.

See Also

Reference

Property Pages (C+)