ToolLocationHelper.GetPlatformSDKPropsFileLocation Method

Definition

Overloads

GetPlatformSDKPropsFileLocation(String, String, String, String, String)

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

GetPlatformSDKPropsFileLocation(String, String, String, String, String, String, String)

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

GetPlatformSDKPropsFileLocation(String, String, String, String, String)

Source:
ToolLocationHelper.cs

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

C#
public static string GetPlatformSDKPropsFileLocation(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion);

Parameters

sdkIdentifier
String

The OneCore SDK identifier that defines OnceCore SDK root

sdkVersion
String

The verision of the OneCore SDK

targetPlatformIdentifier
String

Identifier for the targeted platform

targetPlatformMinVersion
String

The min version of the targeted platform

targetPlatformVersion
String

The version of the targeted platform

Returns

Location of the target platform SDK props file without .props filename

Applies to

MSBuild 17 und andere Versionen
Produkt Versionen
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17

GetPlatformSDKPropsFileLocation(String, String, String, String, String, String, String)

Source:
ToolLocationHelper.cs

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

C#
public static string GetPlatformSDKPropsFileLocation(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string diskRoots, string registryRoot);

Parameters

sdkIdentifier
String

The OneCore SDK identifier that defines OnceCore SDK root

sdkVersion
String

The verision of the OneCore SDK

targetPlatformIdentifier
String

Identifier for the targeted platform

targetPlatformMinVersion
String

The min version of the targeted platform

targetPlatformVersion
String

The version of the targeted platform

diskRoots
String

List of disk roots to search for sdks within

registryRoot
String

Registry root to look for sdks within

Returns

Location of the target platform SDK props file without .props filename

Applies to

MSBuild 17 und andere Versionen
Produkt Versionen
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17