Share via


Project Settings: Managed Code (Windows CE 5.0)

Send Feedback

This tab displays settings for managed code in user-created projects. You can configure these settings according to your needs during the development process.

For more information about this dialog box, see Project Settings Dialog Box.

If you cannot view the entirety of a setting name, value, or description in the dialog box, you can resize the panes to display the complete text. When you hover the cursor over a setting value that is not completely visible, Platform Builder displays a tooltip containing the entire value.

The following table shows names and descriptions of the options available on this tab.

Setting Description
Compile Unsafe Code Specifies whether to compile source code containing operations that use pointers.
Generate Documentation Specifies whether comments embedded in source code are extracted to an XML file created in the same directory.
Managed Add Modules Specifies additional modules that contain managed code by listing module names, separated by semicolons.

Do not include a trailing semicolon.

Managed Link Resources Specifies additional link resources that contain managed code by listing file names, separated by semicolons.

Do not include a trailing semicolon.

Managed References Specifies additional references that contain managed code by listing reference file names, separated by semicolons.

Do not include a trailing semicolon.

Managed Resources Specifies additional resources that contain managed code by listing resource file names, separated by semicolons.

Do not include a trailing semicolon.

Managed Win32 Icons Specifies additional Win32 icon files by listing file names, separated by semicolons.

Do not include a trailing semicolon.

Managed Win32 Resources Specifies additional Win32 resources by listing file names, separated by semicolons.

Do not include a trailing semicolon.

See Also

Project Settings Dialog Box

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.