C# Class CustomBuild.AdminModule.MSBuildDeploymentPackage

Inheritance: DeploymentPackageBase
Afficher le fichier Open project: jboyce/LinqToSData

Méthodes protégées

Méthode 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

Method Details

AddFileToProject() protected méthode

protected AddFileToProject ( Microsoft.Build.BuildEngine.BuildItemGroup items, string fullPath, string itemType ) : void
items Microsoft.Build.BuildEngine.BuildItemGroup
fullPath string
itemType string
Résultat void

AddReference() protected méthode

protected AddReference ( string reference, string hintPath, bool specificVersion, bool copyLocal ) : Microsoft.Build.BuildEngine.BuildItem
reference string
hintPath string
specificVersion bool
copyLocal bool
Résultat Microsoft.Build.BuildEngine.BuildItem

ConfigureProject() protected méthode

protected ConfigureProject ( Microsoft.Build.BuildEngine.Project proj ) : void
proj Microsoft.Build.BuildEngine.Project
Résultat void

EnsureLibraries() protected méthode

protected EnsureLibraries ( ) : void
Résultat void

Rebase() protected méthode

protected Rebase ( string file ) : string
file string
Résultat string

RelativePathToDeploymentPath() protected méthode

protected RelativePathToDeploymentPath ( string relativePath ) : string
relativePath string
Résultat string