NAnt SDK Documentation - v0.92

GenericSolution Members

GenericSolution overview

Public Instance Constructors

GenericSolution Constructor

Public Instance Properties

File (inherited from SolutionBase) 
ProjectEntries (inherited from SolutionBase) 
TemporaryFiles (inherited from SolutionBase) 

Public Instance Methods

Compile (inherited from SolutionBase) 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetProjectFileFromGuid (inherited from SolutionBase) Gets the project file of the project with the given unique identifier.
GetProjectFromGuid (inherited from SolutionBase) 
GetType (inherited from Object) Gets the Type of the current instance.
RecursiveLoadTemplateProject (inherited from SolutionBase) 
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Properties

WebMaps (inherited from SolutionBase) 

Protected Instance Methods

CreateProjectDoesNotExistException (inherited from SolutionBase) 
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FixProjectReferences (inherited from SolutionBase) Converts assembly references to projects to project references, adding a build dependency.c
GetDependenciesFromProjects (inherited from SolutionBase) 
LoadProjectGuids (inherited from SolutionBase) 
LoadProjects (inherited from SolutionBase) Loads the projects from the file system and stores them in an instance variable.
Log (inherited from SolutionBase)Overloaded. Logs a message with the given priority.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
SetProjectBuildConfiguration (inherited from SolutionBase) 
TranslateProjectPath (inherited from SolutionBase) Translates a project path, in the form of a relative file path or a URL, to an absolute file path.

See Also

GenericSolution Class | NAnt.VSNet Namespace