- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ProjectSettings"]
class Type type-node
Syntax
public class ProjectSettings
Constructors
Properties
Name | Value | Summary |
---|---|---|
ApplicationIcon | FileInfo |
Gets the .ico file to use as application icon.
|
Assembly |
string |
Gets the key name to use to sign ActiveX/COM wrappers.
|
AssemblyName | string | |
Assembly |
string |
Gets the key file to use to sign ActiveX/COM wrappers.
|
Guid | string | |
OutputExtension | string | |
OutputFileName | string | |
OutputType | ManagedOutputType |
Gets the output type of this project.
|
PostBuildEvent | string |
Contains commands to be ran after a build has taken place.
|
PreBuildEvent | string |
Contains commands to be run before a build takes place.
|
RootNamespace | string | |
RunPostBuildEvent | string |
Designates when the
NAnt.VSNet.ProjectSettings.PostBuildEvent command line should
be run. Possible values are "OnBuildSuccess", "Always" or
"OnOutputUpdated".
|
Settings | string[] | |
TemporaryFiles | TempFileCollection |
Methods
Name | Value | Summary |
---|---|---|
GetOutputType |
ManagedOutputType |
Determines the output type of the project from its XML definition.
|
GetProjectGuid |
string |
Gets the project GUID from the given
System.Xml.XmlElement
holding a <VisualStudioProject> node.
static
|
GetTemporaryFilename |
string |