C# Класс CCNet.ProjectAdapter.Program

Updates project during build process.
Показать файл Открыть проект

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

Метод Описание
Main ( string args ) : int

Main program.

Приватные методы

Метод Описание
CancelReadonly ( string path ) : void

Cancels readonly flag for all files in specified directory.

DisplayUsage ( ) : void

Displays usage text.

UpdateAssemblyInfo ( ) : void

Updates assembly information file.

UpdateBinaryReferences ( ) : void

Updates binary references.

UpdateBinaryReferences ( string projectPath, bool reportReferences ) : void

Updates binary references for specified project.

UpdateHints ( XmlDocument doc, XmlNamespaceManager xnm, IEnumerable references, bool reportReferences ) : void

Updates hint paths for resolved references.

UpdatePhysicalDirectory ( XmlNode node, bool updateBinaryReferences ) : void

Updates physical directory attribute value to the absolute path of the related project.

UpdateProjectProperties ( ) : void

Updates project properties.

UpdateProjectReferences ( ) : void

Updates project references.

UpdateServiceDefinition ( ) : void

Updates service definition file.

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

Main() публичный статический Метод

Main program.
public static Main ( string args ) : int
args string
Результат int