Summary
Determines the output type of the project from its XML definition.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectSettings
Syntax
protected virtual ManagedOutputType GetOutputType(XmlElement settingsXml)
Parameters
Name | Type | Description |
---|---|---|
settingsXml | XmlElement | The XML definition of the project settings. |
Return Value
Type | Description |
---|---|
ManagedOutputType | The output type of the project. |