Method | Description | |
---|---|---|
AddFileToProject ( Microsoft.Build.BuildEngine.BuildItemGroup items, string fullPath, string itemType ) : void | ||
AddReference ( string reference, string hintPath, bool specificVersion, bool copyLocal ) : Microsoft.Build.BuildEngine.BuildItem | ||
ConfigureProject ( Microsoft.Build.BuildEngine.Project proj ) : void | ||
EnsureLibraries ( ) : void | ||
Rebase ( string file ) : string | ||
RelativePathToDeploymentPath ( string relativePath ) : string |
protected AddFileToProject ( Microsoft.Build.BuildEngine.BuildItemGroup items, string fullPath, string itemType ) : void | ||
items | Microsoft.Build.BuildEngine.BuildItemGroup | |
fullPath | string | |
itemType | string | |
return | void |
protected AddReference ( string reference, string hintPath, bool specificVersion, bool copyLocal ) : Microsoft.Build.BuildEngine.BuildItem | ||
reference | string | |
hintPath | string | |
specificVersion | bool | |
copyLocal | bool | |
return | Microsoft.Build.BuildEngine.BuildItem |
protected ConfigureProject ( Microsoft.Build.BuildEngine.Project proj ) : void | ||
proj | Microsoft.Build.BuildEngine.Project | |
return | void |
protected RelativePathToDeploymentPath ( string relativePath ) : string | ||
relativePath | string | |
return | string |