ProjectConfigurationInSolution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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" |