25 references to TargetPlatformSDK
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
2483extensionSdk = new TargetPlatformSDK(string.Empty, new Version(0, 0), null); 2616platformSDKKey = new TargetPlatformSDK(uapRegistryName, directoryUnderRoot.Key, null); 2620platformSDKKey = new TargetPlatformSDK(rootPathWithIdentifier.Name, directoryUnderRoot.Key, null); 2635targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKManifestExists ? platformSDKDirectory : null); 2719TargetPlatformSDK platformSDKKey = new TargetPlatformSDK(platformIdentifier, registryVersions.Key, null); 2755targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKmanifestExists ? platformSDKDirectory : null);
Microsoft.Build.Utilities.UnitTests (19)
ToolLocationHelper_Tests.cs (19)
231TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 256TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 282TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 308TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 3785TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null); 3793key = new TargetPlatformSDK("Windows", new Version("2.0"), null); 3802key = new TargetPlatformSDK("MyPlatform", new Version("6.0"), null); 3805key = new TargetPlatformSDK("MyPlatform", new Version("4.0"), null); 3811key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null); 3817key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null); 3823key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null); 3827key = new TargetPlatformSDK("MyPlatform", new Version("8.0"), null); 3836key = new TargetPlatformSDK("MyPlatform", new Version("9.0"), null); 4056TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null); 4059key = new TargetPlatformSDK("Windows", new Version("2.0"), null); 4062key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null); 4065key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null); 4068key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null); 4071key = new TargetPlatformSDK("MyPlatform", new Version("5.0"), null);