Property | Type | Description | |
---|---|---|---|
GetItem | Microsoft.Build.Evaluation.ProjectItem | ||
GetItems | IEnumerable |
||
GetProject | Microsoft.Build.Evaluation.Project |
Method | Description | |
---|---|---|
AddFrameworkReference ( string name ) : void | ||
AddReference ( string referencePath, Stream stream ) : void | ||
GetPropertyValue ( string propertyName ) : dynamic | ||
GetReference ( string name ) : Microsoft.Build.Evaluation.ProjectItem | ||
IsSupportedFile ( string path ) : bool | ||
MSBuildProjectSystem ( string projectFile ) : System | ||
ReferenceExists ( string name ) : bool | ||
RemoveReference ( string name ) : void | ||
ResolvePath ( string path ) : string | ||
Save ( ) : void |
Method | Description | |
---|---|---|
GetItem ( string itemType, string name ) : Microsoft.Build.Evaluation.ProjectItem | ||
GetItems ( string itemType, string name ) : IEnumerable |
||
GetProject ( string projectFile ) : Microsoft.Build.Evaluation.Project |
public AddFrameworkReference ( string name ) : void | ||
name | string | |
return | void |
public AddReference ( string referencePath, Stream stream ) : void | ||
referencePath | string | |
stream | Stream | |
return | void |
public GetPropertyValue ( string propertyName ) : dynamic | ||
propertyName | string | |
return | dynamic |
public GetReference ( string name ) : Microsoft.Build.Evaluation.ProjectItem | ||
name | string | |
return | Microsoft.Build.Evaluation.ProjectItem |
public IsSupportedFile ( string path ) : bool | ||
path | string | |
return | bool |
public MSBuildProjectSystem ( string projectFile ) : System | ||
projectFile | string | |
return | System |
public ReferenceExists ( string name ) : bool | ||
name | string | |
return | bool |
public RemoveReference ( string name ) : void | ||
name | string | |
return | void |