Method | Description | |
---|---|---|
ConsolidateProjectFilePath ( string projectFile ) : string | ||
GetAssemblyInfoFileName ( string projectFile ) : string | ||
GetVersionFileName ( string projectFile ) : string | ||
ProjectPathHelper ( IFileSystem fileSystem ) : System | ||
ResolveProjectRelativePath ( string projectFile, string projectRelativePath ) : string | ||
TryRetrieveVersion ( string projectFile, System.Version &version ) : bool | ||
ValidateProjectFilePath ( string projectFile ) : bool |
Method | Description | |
---|---|---|
EnsureTrailingBackslash ( string path ) : string |
public ConsolidateProjectFilePath ( string projectFile ) : string | ||
projectFile | string | |
return | string |
public GetAssemblyInfoFileName ( string projectFile ) : string | ||
projectFile | string | |
return | string |
public GetVersionFileName ( string projectFile ) : string | ||
projectFile | string | |
return | string |
public ProjectPathHelper ( IFileSystem fileSystem ) : System | ||
fileSystem | IFileSystem | |
return | System |
public ResolveProjectRelativePath ( string projectFile, string projectRelativePath ) : string | ||
projectFile | string | |
projectRelativePath | string | |
return | string |
public TryRetrieveVersion ( string projectFile, System.Version &version ) : bool | ||
projectFile | string | |
version | System.Version | |
return | bool |
public ValidateProjectFilePath ( string projectFile ) : bool | ||
projectFile | string | |
return | bool |