C# Class MsBuilderific.Visitors.Build.MsBuildProjectVisitor

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

Public Methods

Method Description
GetVisitorProperties ( ) : string>.IDictionary

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

MsBuildProjectVisitor ( MsBuildProjectVisitorOptions options ) : System

Initializes a new instance of the MsBuildProjectVisitor class.

VisitBuildExeProjectTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Call for program projects (exe) when it is time to add build information to the build file for the project, for each possible targets

VisitBuildLibraryProjectTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

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

VisitBuildWebProjectTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Call for web project 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

Method Details

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

MsBuildProjectVisitor() public method

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

VisitBuildExeProjectTarget() public method

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

VisitBuildLibraryProjectTarget() public method

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

VisitBuildWebProjectTarget() public method

Call for web project when it is time to add build information to the build file for the project, for each possible targets
public VisitBuildWebProjectTarget ( 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