Share via


Excluding a Subproject from Being Built in an OS Design (Windows Embedded CE 6.0)

1/6/2010

You can exclude a subproject from being built when you build a run-time image based on the OS design that contains these items.

To exclude a subproject from being built in a run-time image

  1. To view the property pages for the OS design associated with the run-time image that you want to modify, do one of the following:

    In the Solution Explorer, select the OS design, and then from the context menu, choose Properties.

    - or -

    In the Solution Explorer, select the OS design, and then from the View menu, choose Property Pages.

  2. Select the subproject you want to configure settings for, and then choose Edit.

    The Edit Run-time Image Settings dialog box appears.

  3. Configure the settings for the selected subproject by selecting any or all of the following options:

    • To exclude the subproject from the build and from the run-time image, choose Exclude from build.
    • To build the subproject but exclude it from the run-time image, choose Exclude from image.
    • To always build and link the subproject using a debug configuration, choose Always build and link as debug.
  4. (Optional) If you want to load debuggable modules from the release directory, from the Target menu, select Release Directory Modules.

    • To add modules, choose Add and then select the module you want to load.
    • To remove modules, select the module you want to remove and then choose Remove.

See Also

Reference

OS Design Property Pages Dialog Box

Concepts

Adding Catalog Items to an OS Design