25 references to TargetPlatformSDK
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
2476extensionSdk = new TargetPlatformSDK(string.Empty, new Version(0, 0), null);
2609platformSDKKey = new TargetPlatformSDK(uapRegistryName, directoryUnderRoot.Key, null);
2613platformSDKKey = new TargetPlatformSDK(rootPathWithIdentifier.Name, directoryUnderRoot.Key, null);
2628targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKManifestExists ? platformSDKDirectory : null);
2712TargetPlatformSDK platformSDKKey = new TargetPlatformSDK(platformIdentifier, registryVersions.Key, null);
2748targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKmanifestExists ? platformSDKDirectory : null);
Microsoft.Build.Utilities.UnitTests (19)
ToolLocationHelper_Tests.cs (19)
234TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
259TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
285TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
311TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
3791TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null);
3799key = new TargetPlatformSDK("Windows", new Version("2.0"), null);
3808key = new TargetPlatformSDK("MyPlatform", new Version("6.0"), null);
3811key = new TargetPlatformSDK("MyPlatform", new Version("4.0"), null);
3817key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null);
3823key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null);
3829key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null);
3833key = new TargetPlatformSDK("MyPlatform", new Version("8.0"), null);
3842key = new TargetPlatformSDK("MyPlatform", new Version("9.0"), null);
4062TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null);
4065key = new TargetPlatformSDK("Windows", new Version("2.0"), null);
4068key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null);
4071key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null);
4074key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null);
4077key = new TargetPlatformSDK("MyPlatform", new Version("5.0"), null);