Class ProjectReference
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a project reference.
[Serializable]
public class ProjectReference : Reference
- Inheritance
-
ProjectReference
- Inherited Members
- Extension Methods
Constructors
ProjectReference(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public ProjectReference(PropertyStore store)
Parameters
storePropertyStore
Properties
CopyToOutput
Specifies wheter or not to copy the output files of the project to the build output directory.
public bool CopyToOutput { get; set; }
Property Value
ProjectFile
The path to the project file to reference.
public string ProjectFile { get; set; }