Share via


Sources Editor: Managed Code (Compact 2013)

3/26/2014

This page enables you to view and modify managed code subproject settings that are held in the sources file.

  • 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 a list of additional managed code modules by name, with the names separated by semicolons. Do not include a trailing semicolon.
  • Managed Link Resources
    Specifies a list of additional link resources that contain managed code. The resources are specified by file name, with the names separated by semicolons. Do not include a trailing semicolon.
  • Managed References
    Specifies a list of additional references that contain managed code. The references are specified by file name, with the names separated by semicolons. Do not include a trailing semicolon.
  • Managed Resources
    Specifies a list of additional resource files that contain managed code. The resource files are listed by file name, with the names separated by semicolons. Do not include a trailing semicolon.
  • Managed Win32 Icons
    Specifies a list of additional Win32 icon files. The files are specified by name, with the names separated by semicolons. Do not include a trailing semicolon.
  • Managed Win32 Resources
    Specifies a list of additional Win32 resources. The resources are specified by file name, with the 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 .NET Compact Framework 3.5.

  • 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 .NET Compact Framework 3.5.

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

See Also

Reference

Sources Editor Dialog Box

Concepts

Platform Builder User Interface