Table of Contents

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

store PropertyStore

Properties

Components

An array containing the components of the project group.

public Component[] Components { get; set; }

Property Value

Component[]

ExecutableComponent

Specifies the executable component of the project group.

public string ExecutableComponent { get; set; }

Property Value

string

Targets

A list of deployment targets.

public ProjectGroup.TargetList Targets { get; set; }

Property Value

ProjectGroup.TargetList