C# Class SharpDox.Build.SDTargetFxParser

Exibir arquivo Open project: Geaz/sharpDox

Public Methods

Method Description
GetTargetFx ( string projectFile ) : SDTargetFx

Private Methods

Method Description
GetTargetFx ( string targetFrameworkIdentifier, string targetFrameworkVersion, string targetPlatformIdentifier, string targetPlatformVersion, string targetFrameworkProfile ) : SDTargetFx
IsXamarinAndroid ( string projectFileContents ) : bool
IsXamariniOS ( string projectFileContents ) : bool
ReadXPathElementValue ( System.Xml.Linq.XDocument doc, string xpath ) : string

Method Details

GetTargetFx() public method

public GetTargetFx ( string projectFile ) : SDTargetFx
projectFile string
return SDTargetFx