Advanced Build Settings Dialog Box (C#) - Visual Studio 2015 (original) (raw)


Share via


In this article

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Use the AdvancedBuild Settings dialog box of the Project Designer to specify the project's advanced build configuration properties. This dialog box applies to Visual C# projects only.

General

The following options enable you to set general advanced settings.

Language VersionSpecifies the version of the language to use. The feature set is different in each version, so this option can be used to force the compiler to allow only a subset of the implemented features, or to enable only those features compatible with an existing standard. This setting has the following options:

Output

The following options enable you to specify advanced output options.

Debug InfoSpecifies the type of debugging information generated by the compiler. For information on how to configure the debug performance of an application, see Making an Image Easier to Debug. This setting has the following options:

See Also

C# Compiler Options Build Page, Project Designer (C#)