ProjectConfigurationInSolution Class
Visual Studio 2015
Represents a project configuration in a solution configuration.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
| 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". |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

