Метод | Описание | |
---|---|---|
GetBinaryReferences ( ) : List |
Returns all binary references from current project.
|
|
GetCommonProperties ( ) : string>.Dictionary |
Gets all common properties.
|
|
GetDebugProperties ( ) : string>.Dictionary |
Gets all properties specific to Debug configuration.
|
|
GetDefaultConfiguration ( ) : string |
Gets the default configuration value.
|
|
GetDefaultPlatform ( ) : string |
Gets the default platform value.
|
|
GetProjectFiles ( ) : List |
Gets project files.
|
|
GetProjectGuid ( ) : System.Guid |
Gets unique project ID.
|
|
GetProjectReferences ( ) : List |
Returns all project references from current project.
|
|
GetProjectTypeGuids ( ) : HashSet |
Gets project type IDs.
|
|
GetReleaseProperties ( ) : string>.Dictionary |
Gets all properties specific to Release configuration.
|
|
GetUsedConfigurations ( ) : List |
Gets a list of used configurations.
|
|
GetUsedPlatforms ( ) : List |
Gets a list of used platforms.
|
|
ProjectDocument ( Func |
Initializes a new instance.
|
|
ProjectDocument ( string projectFile ) : System |
Initializes a new instance.
|
|
Save ( ) : void |
Saves project file to disk.
|
Метод | Описание | |
---|---|---|
GetConditionProperties ( string condition ) : string>.Dictionary |
Gets all properties specific to condition.
|
|
GetUsedConditions ( ) : List |
Gets a list of used conditions.
|
|
ProjectDocument ( ) : System | ||
SelectElement ( string xpath ) : System.Xml.Linq.XElement |
Executes XPath query over existing project document and namespace manager.
|
|
SelectElements ( string xpath ) : IEnumerable |
Executes XPath query over existing project document and namespace manager.
|
public GetCommonProperties ( ) : string>.Dictionary |
||
Результат | string>.Dictionary |
public GetDebugProperties ( ) : string>.Dictionary |
||
Результат | string>.Dictionary |
public GetDefaultConfiguration ( ) : string | ||
Результат | string |
public GetReleaseProperties ( ) : string>.Dictionary |
||
Результат | string>.Dictionary |
public ProjectDocument ( Func |
||
getXml | Func |
|
Результат | System |
public ProjectDocument ( string projectFile ) : System | ||
projectFile | string | |
Результат | System |