Class ProjectGroup
- Namespace
- Dassie.Configuration.ProjectGroups
- Assembly
- dc.dll
Represents a project group.
[Serializable]
public class ProjectGroup : ConfigObject
- Inheritance
-
ProjectGroup
- Inherited Members
- Extension Methods
Constructors
ProjectGroup(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public ProjectGroup(PropertyStore store)
Parameters
storePropertyStore
Properties
Components
An array containing the components of the project group.
public Component[] Components { get; set; }
Property Value
ExecutableComponent
Specifies the executable component of the project group.
public string ExecutableComponent { get; set; }
Property Value
Targets
A list of deployment targets.
public ProjectGroup.TargetList Targets { get; set; }