Summary
Contains functionality related to MSBuild project files.
- Namespace
- Cake
.Common .Solution .Project - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProjectAliases"]
class Type type-node
Syntax
[CakeAliasCategory("MSBuild Resource")]
public static class ProjectAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
ParseProject |
ProjectParserResult |
Parses project information from project file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|