Share via


Subprojects: Managed Code Settings (Windows Embedded CE 6.0)

1/6/2010

When you use the Sources File Editor to display the properties of a subproject, 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 Subproject Settings Dialog Box.

  • 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.
  • Ignore Warnings
    Tells the compiler to ignore the specified warnings.
  • 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.

  • Overflow Check
    Enables overflow checking in compiled source code.

    Note

    This option is valid only for Visual C# source code.

  • Remove Integer Checks
    Enables integer checking in your source code.

    Note

    This option is valid only for Visual Basic source code.

  • Sign Assembly with this Key File
    Signs the managed assembly after it is built.

    Note

    This option is valid only for .NET Compact Framework 2.0 and later.

  • Treat warnings as errors
    Specifies that the compiler must treat the listed warnings as errors.

    Note

    This option is valid only for .NET Compact Framework 2.0 and later.

  • Universal Run Time Version
    Specifies the Universal Run-Time version for .NET applications to compile against.
  • Warning Level
    Displays the level of warnings that the compiler displays.

See Also

Reference

Subproject Settings Dialog Box

Concepts

Subprojects