ProjectConfigurationInSolution Class

 

Represents a project configuration in a solution configuration.

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

System::Object
  Microsoft.Build.Construction::ProjectConfigurationInSolution

public ref class ProjectConfigurationInSolution sealed 

NameDescription
System_CAPS_pubpropertyConfigurationName

Gets the configuration part of this configuration, for example, "Debug" or "Release".

System_CAPS_pubpropertyFullName

Gets the full name of this configuration, for example "Debug|Any CPU".

System_CAPS_pubpropertyIncludeInBuild

Determines whether this project configuration should be built as part of its parent solution configuration.

System_CAPS_pubpropertyPlatformName

Gets the platform part of this configuration, for example "Any CPU" or "Win32".

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Introduced in Visual Studio 2015.

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

Return to top
Show: