Method | Description | |
---|---|---|
GetBinaryReferences ( ) : List |
Gets binary references.
|
|
GetCommonProperties ( ) : string>.Dictionary |
Gets all common properties.
|
|
GetDebugProperties ( ) : string>.Dictionary |
Gets all properties specific to Debug configuration.
|
|
GetProjectItems ( ) : List |
Gets project items.
|
|
GetProjectReferences ( ) : List |
Gets project references.
|
|
GetReleaseProperties ( ) : string>.Dictionary |
Gets all properties specific to Release configuration.
|
|
GetUsedConditions ( ) : List |
Gets a list of used conditions.
|
|
GetUsedConfigurations ( ) : List |
Gets a list of used configurations.
|
|
GetUsedPlatforms ( ) : List |
Gets a list of used platforms.
|
|
GetVisualStudioVersion ( ) : string |
Gets Visual Studio version.
|
|
LoadProject ( string projectFilePath ) : void |
Loads project document.
|
Method | Description | |
---|---|---|
GetConditionProperties ( string condition ) : string>.Dictionary |
Gets all properties specific to condition.
|
|
GetFromArgument ( ArgumentProperties args, string key ) : string |
Gets reference field from an argument.
|
|
GetFromProperty ( string>.IDictionary |
Gets reference field from a property.
|
|
GetProjectItem ( |
Gets project item from an XML node.
|
|
GetToolsVersion ( ) : string |
Gets the value of "Tools Version" project attribute.
|
|
ResolveVisualStudioVersion ( string toolsVersion ) : string |
Converts tools version string to Visual Studio version.
|
|
SelectNodes ( string xpath ) : |
Executes XPath query over existing project document and namespace manager.
|
|
SelectSingleNode ( string xpath ) : |
Executes XPath query over existing project document and namespace manager.
|
public static GetCommonProperties ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public static GetDebugProperties ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public static GetProjectReferences ( ) : List |
||
return | List |
public static GetReleaseProperties ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public static GetUsedConfigurations ( ) : List |
||
return | List |
public static GetVisualStudioVersion ( ) : string | ||
return | string |
public static LoadProject ( string projectFilePath ) : void | ||
projectFilePath | string | |
return | void |