Summary
Gets the project file of the project with the given unique identifier.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- SolutionBase
Syntax
public string GetProjectFileFromGuid(string projectGuid)
Parameters
Name | Type | Description |
---|---|---|
projectGuid | string | The unique identifier of the project for which the project file should be retrieves. |
Return Value
Type | Description |
---|---|
string | The project file of the project with the given unique identifier. |