Class TargetFrameworkExtensions
Helper extensions for the Target
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.MSBuild
Assembly: cs.temp.dll.dll
Syntax
public static class TargetFrameworkExtensions
Methods
AsMSBuildString(TargetFramework)
Converts a Target
Declaration
public static string AsMSBuildString(this TargetFramework this)
Parameters
Type | Name | Description |
---|---|---|
Target |
this | The Target |
Returns
Type | Description |
---|---|
String | The MSBuild acceptable string representing the Target |
GetTargetFramework(BuildTargetGroup)
Returns the configured Target
Declaration
public static TargetFramework GetTargetFramework(this BuildTargetGroup this)
Parameters
Type | Name | Description |
---|---|---|
Build |
this | The BuildTargetGroup to get Target |
Returns
Type | Description |
---|---|
Target |
The Target |