Property | Type | Description | |
---|---|---|---|
projectFilter |
Method | Description | |
---|---|---|
AddNewImport ( string name, string condition ) : void | ||
AddNewPropertyGroup ( bool insertAtEnd ) : |
||
GetAllItems ( ) : IEnumerable |
||
GetGlobalPropertyGroup ( ) : MSBuildPropertySet | ||
GetProjectExtensions ( string section ) : string | ||
MSBuildProject ( ) : System | ||
RemoveImport ( string name ) : void | ||
RemoveProjectExtensions ( string section ) : void | ||
SetProjectExtensions ( string section, string value ) : void |
public AddNewImport ( string name, string condition ) : void | ||
name | string | |
condition | string | |
return | void |
public AddNewPropertyGroup ( bool insertAtEnd ) : |
||
insertAtEnd | bool | |
return |
public GetGlobalPropertyGroup ( ) : MSBuildPropertySet | ||
return | MSBuildPropertySet |
public GetProjectExtensions ( string section ) : string | ||
section | string | |
return | string |
public RemoveProjectExtensions ( string section ) : void | ||
section | string | |
return | void |
public SetProjectExtensions ( string section, string value ) : void | ||
section | string | |
value | string | |
return | void |