NAnt SDK Documentation - v0.85-nightly-2005-11-09

ManagedProjectBase Methods

The methods of the ManagedProjectBase class are listed below. For a complete list of ManagedProjectBase class members, see the ManagedProjectBase Members topic.

Public Static (Shared) Methods

IsEnterpriseTemplateProjectMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.IsEnterpriseTemplateProject(System.String)
LoadGuidMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.LoadGuid(System.String)

Protected Static (Shared) Methods

GetProductVersion Returns the Visual Studio product version of the specified project XML fragment.
GetProjectLocation Returns the ProjectLocation of the specified project XML fragment.

Public Instance Methods

Compile (inherited from ProjectBase)Missing <summary> documentation for M:NAnt.VSNet.ProjectBase.Compile(System.String)
CreateProjectReferenceMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.CreateProjectReference(NAnt.VSNet.ProjectBase,System.Boolean,System.Boolean)
Equals (inherited from Object) 
GetAssemblyReferences (inherited from ProjectBase)Missing <summary> documentation for M:NAnt.VSNet.ProjectBase.GetAssemblyReferences(System.String)
GetConfiguration (inherited from ProjectBase)Missing <summary> documentation for M:NAnt.VSNet.ProjectBase.GetConfiguration(System.String)
GetHashCode (inherited from Object) 
GetOutputFilesMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.GetOutputFiles(System.String,System.Collections.Hashtable)
GetOutputPath (inherited from ProjectBase)Missing <summary> documentation for M:NAnt.VSNet.ProjectBase.GetOutputPath(System.String)
GetType (inherited from Object) 
IsManaged Gets a value indicating whether building the project for the specified build configuration results in managed output.
ToString (inherited from Object) 

Protected Instance Methods

BuildMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.Build(System.String)
CopyFile (inherited from ProjectBase) Copies the specified file if the destination file does not exist, or the source file has been modified since it was previously copied.
CreateReferenceMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.CreateReference(NAnt.VSNet.SolutionBase,System.Xml.XmlElement)
DetermineProductVersion (inherited from ProjectBase) Returns the Visual Studio product version of the specified project XML fragment.
DetermineProjectLocation Returns the project location from the specified project XML fragment.
ExecuteBuildEvent (inherited from ProjectBase)Missing <summary> documentation for M:NAnt.VSNet.ProjectBase.ExecuteBuildEvent(System.String,System.String,System.String,System.String,NAnt.VSNet.ConfigurationBase)
Finalize (inherited from Object) 
GetProcessStartInfo Returns a ProcessStartInfo for launching the compiler for this project.
Log (inherited from ProjectBase)Overloaded. Logs a message with the given priority.
MemberwiseClone (inherited from Object) 
Prepare Prepares the project for being built.
VerifyProjectXml (inherited from ProjectBase) Verifies whether the specified XML fragment represents a valid project that is supported by this ProjectBase.
WriteCompilerOptionsMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.WriteCompilerOptions(System.IO.StreamWriter,System.String)
WriteProjectOptionsMissing <summary> documentation for M:NAnt.VSNet.ManagedProjectBase.WriteProjectOptions(System.IO.StreamWriter)

Protected Internal Instance Methods

ExpandMacro (inherited from ProjectBase) Expands the given macro.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace