C# 클래스 NAnt.VSNet.ProjectSettings

파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetProjectGuid ( string projectFile, XmlElement elemRoot ) : string

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

GetTemporaryFilename ( string fileName ) : string
ProjectSettings ( XmlElement elemRoot, XmlElement elemSettings, ManagedProjectBase project ) : System

보호된 메소드들

메소드 설명
GetOutputType ( XmlElement settingsXml ) : ManagedOutputType

Determines the output type of the project from its XML definition.

메소드 상세

GetOutputType() 보호된 메소드

Determines the output type of the project from its XML definition.
/// /// The output type of the project is not set in the specified XML /// definition. /// /// -or- /// /// The output type of the project is not supported. /// ///
protected GetOutputType ( XmlElement settingsXml ) : ManagedOutputType
settingsXml System.Xml.XmlElement The XML definition of the project settings.
리턴 ManagedOutputType

GetProjectGuid() 공개 정적인 메소드

Gets the project GUID from the given XmlElement holding a <VisualStudioProject> node.
public static GetProjectGuid ( string projectFile, XmlElement elemRoot ) : string
projectFile string The path of the project file.
elemRoot System.Xml.XmlElement The <VisualStudioProject> node from which the project GUID should be retrieved.
리턴 string

GetTemporaryFilename() 공개 메소드

public GetTemporaryFilename ( string fileName ) : string
fileName string
리턴 string

ProjectSettings() 공개 메소드

public ProjectSettings ( XmlElement elemRoot, XmlElement elemSettings, ManagedProjectBase project ) : System
elemRoot System.Xml.XmlElement
elemSettings System.Xml.XmlElement
project ManagedProjectBase
리턴 System