Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
ConfigurationName | Gets the configuration part of this configuration, for example, "Debug" or "Release". |
![]() |
FullName | Gets the full name of this configuration, for example "Debug|Any CPU". |
![]() |
IncludeInBuild | Determines whether this project configuration should be built as part of its parent solution configuration. |
![]() |
PlatformName | Gets the platform part of this configuration, for example "Any CPU" or "Win32". |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)