NAnt SDK Documentation - v0.92

ProjectSettings Members

ProjectSettings overview

Public Static (Shared) Methods

GetProjectGuid Gets the project GUID from the given XmlElement holding a <VisualStudioProject> node.

Public Instance Constructors

ProjectSettings Constructor

Public Instance Properties

ApplicationIcon Gets the .ico file to use as application icon.
AssemblyKeyContainerName Gets the key name to use to sign ActiveX/COM wrappers.
AssemblyName 
AssemblyOriginatorKeyFile Gets the key file to use to sign ActiveX/COM wrappers.
Guid 
OutputExtension 
OutputFileName 
OutputType Gets the output type of this project.
PostBuildEvent Contains commands to be ran after a build has taken place.
PreBuildEvent Contains commands to be run before a build takes place.
RootNamespace 
RunPostBuildEvent Designates when the PostBuildEvent command line should be run. Possible values are "OnBuildSuccess", "Always" or "OnOutputUpdated".
Settings 
TemporaryFiles 

Public Instance Methods

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.
GetTemporaryFilename 
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

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.
GetOutputType Determines the output type of the project from its XML definition.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ProjectSettings Class | NAnt.VSNet Namespace