ProjectConfigurationInSolution Class

Definition

This class represents an entry for a project configuration in a solution configuration.

public ref class ProjectConfigurationInSolution sealed
public sealed class ProjectConfigurationInSolution
type ProjectConfigurationInSolution = class
Public NotInheritable Class ProjectConfigurationInSolution
Inheritance
ProjectConfigurationInSolution

Properties

ConfigurationName

The configuration part of this configuration - e.g. "Debug", "Release"

FullName

The full name of this configuration - e.g. "Debug|Any CPU"

IncludeInBuild

True if this project configuration should be built as part of its parent solution configuration

PlatformName

The platform part of this configuration - e.g. "Any CPU", "Win32"

Applies to