C# Класс MsBuilderific.Visitors.Build.MsBuildProjectVisitor

Наследование: MsBuilderific.Contracts.Visitors.BuildOrderVisitor
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetVisitorProperties() публичный Метод

Allow the visitors to add properties in the main property group of the MsBuild file
public GetVisitorProperties ( ) : string>.IDictionary
Результат string>.IDictionary

MsBuildProjectVisitor() публичный Метод

Initializes a new instance of the MsBuildProjectVisitor class.
public MsBuildProjectVisitor ( MsBuildProjectVisitorOptions options ) : System
options MsBuildProjectVisitorOptions The options.
Результат System

VisitBuildExeProjectTarget() публичный Метод

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
Результат string

VisitBuildLibraryProjectTarget() публичный Метод

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
Результат string

VisitBuildWebProjectTarget() публичный Метод

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
Результат string

VisitServiceTarget() публичный Метод

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
Результат string