Class CSProjectInfo
A class representing a CSProject to be outputted.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.MSBuild
Assembly: cs.temp.dll.dll
Syntax
public class CSProjectInfo : ReferenceItemInfo
Properties
AssemblyDefinitionInfo
The associated Assembly-Definition info if available.
Declaration
public AssemblyDefinitionInfo AssemblyDefinitionInfo { get; }
Property Value
Type | Description |
---|---|
AssemblyDefinitionInfo |
ProjectDependencies
Gets a list of project dependencies.
Declaration
public IReadOnlyCollection<CSProjectDependency<CSProjectInfo>> ProjectDependencies { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<CSProjectDependency<CSProjectInfo>> |
ProjectType
The type of the project.
Declaration
public ProjectType ProjectType { get; }
Property Value
Type | Description |
---|---|
ProjectType |