C# Class CCNet.ProjectAdapter.Program

Updates project during build process.
Mostra file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
Main ( string args ) : int

Main program.

Private Methods

Method Description
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.

Method Details

Main() public static method

Main program.
public static Main ( string args ) : int
args string
return int