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

ProjectSettings Properties

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

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.
AssemblyNameMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.AssemblyName
AssemblyOriginatorKeyFile Gets the key file to use to sign ActiveX/COM wrappers.
GuidMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.Guid
OutputExtensionMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.OutputExtension
OutputFileNameMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.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.
RootNamespaceMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.RootNamespace
RunPostBuildEvent Designates when the PostBuildEvent command line should be run. Possible values are "OnBuildSuccess", "Always" or "OnOutputUpdated".
SettingsMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.Settings
TemporaryFilesMissing <summary> documentation for P:NAnt.VSNet.ProjectSettings.TemporaryFiles

See Also

ProjectSettings Class | NAnt.VSNet Namespace