C# Class MsBuilderific.Visitors.Build.CopyProjectOutputVisitor

Inheritance: MsBuilderific.Contracts.Visitors.BuildOrderVisitor
Datei anzeigen Open project: Vooban/vooban.msbuilderific

Public Methods

Method Description
CopyProjectOutputVisitor ( CopyProjectOutputVisitorOptions options ) : System

Initializes a new instance of the CopyProjectOutputVisitor class.

GetVisitorProperties ( ) : string>.IDictionary

Allow the visitors to add properties in the main property group of the MsBuild file

ShallExecute ( IMsBuilderificCoreOptions coreOptions ) : bool

Get a value indicating whether or not the visitor should execute, based on the core options specified

VisitBuildAllTypeTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Call when it is time to add build information to the build file for the project, for each possible targets

VisitServiceTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Called when it is time to add build specific instructions for a project that contains WCF services

Private Methods

Method Description
AddCopyInformation ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions, string capitalizedExt, bool uniqueOutputPath ) : string

Adds the copy information.

Method Details

CopyProjectOutputVisitor() public method

Initializes a new instance of the CopyProjectOutputVisitor class.
public CopyProjectOutputVisitor ( CopyProjectOutputVisitorOptions options ) : System
options CopyProjectOutputVisitorOptions The options.
return System

GetVisitorProperties() public method

Allow the visitors to add properties in the main property group of the MsBuild file
public GetVisitorProperties ( ) : string>.IDictionary
return string>.IDictionary

ShallExecute() public method

Get a value indicating whether or not the visitor should execute, based on the core options specified
public ShallExecute ( IMsBuilderificCoreOptions coreOptions ) : bool
coreOptions IMsBuilderificCoreOptions The application core options
return bool

VisitBuildAllTypeTarget() public method

Call when it is time to add build information to the build file for the project, for each possible targets
public VisitBuildAllTypeTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string
project VisualStudioProject The project that is being visited for build
coreOptions IMsBuilderificCoreOptions The application core options
return string

VisitServiceTarget() public method

Called when it is time to add build specific instructions for a project that contains WCF services
public VisitServiceTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string
project VisualStudioProject The project that will be visited for build for the specific Service target
coreOptions IMsBuilderificCoreOptions The application core options
return string