Share via


ProjectConfigurationInSolution Class

Represents a project configuration in a solution configuration.

Inheritance Hierarchy

System.Object
  Microsoft.Build.Construction.ProjectConfigurationInSolution

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public NotInheritable Class ProjectConfigurationInSolution
public sealed class ProjectConfigurationInSolution
public ref class ProjectConfigurationInSolution sealed
[<Sealed>]
type ProjectConfigurationInSolution =  class end
public final class ProjectConfigurationInSolution

The ProjectConfigurationInSolution type exposes the following members.

Properties

  Name Description
Public property ConfigurationName Gets the configuration part of this configuration, for example, "Debug" or "Release".
Public property FullName Gets the full name of this configuration, for example "Debug|Any CPU".
Public property IncludeInBuild Determines whether this project configuration should be built as part of its parent solution configuration.
Public property PlatformName Gets the platform part of this configuration, for example "Any CPU" or "Win32".

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Introduced in Visual Studio 2015.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Build.Construction Namespace