NAnt SDK Documentation - v0.92

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

IsEnterpriseTemplateProject 
LoadGuid 

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) 
CreateProjectReference 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAssemblyReferences (inherited from ProjectBase) 
GetConfiguration (inherited from ProjectBase) 
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetOutputFiles Gets the complete set of output files for the project configuration matching the specified solution configuration.
GetOutputPath (inherited from ProjectBase) 
GetType (inherited from Object) Gets the Type of the current instance.
IsManaged Gets a value indicating whether building the project for the specified build configuration results in managed output.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Build 
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.
CreateReference 
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) 
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.
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) Creates a shallow copy of the current 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.
WriteCompilerOptions 
WriteProjectOptions 

Protected Internal Instance Methods

ExpandMacro (inherited from ProjectBase) Expands the given macro.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace