C# Class MsBuilderific.Visitors.Build.MsBuildProjectVisitor

Inheritance: MsBuilderific.Contracts.Visitors.BuildOrderVisitor
Afficher le fichier Open project: Vooban/vooban.msbuilderific

Méthodes publiques

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

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

MsBuildProjectVisitor() public méthode

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

VisitBuildExeProjectTarget() public méthode

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
Résultat string

VisitBuildLibraryProjectTarget() public méthode

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
Résultat string

VisitBuildWebProjectTarget() public méthode

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
Résultat string

VisitServiceTarget() public méthode

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
Résultat string