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)
232TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
257TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
283TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
309TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
3786TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null);
3794key = new TargetPlatformSDK("Windows", new Version("2.0"), null);
3803key = new TargetPlatformSDK("MyPlatform", new Version("6.0"), null);
3806key = new TargetPlatformSDK("MyPlatform", new Version("4.0"), null);
3812key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null);
3818key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null);
3824key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null);
3828key = new TargetPlatformSDK("MyPlatform", new Version("8.0"), null);
3837key = new TargetPlatformSDK("MyPlatform", new Version("9.0"), null);
4057TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null);
4060key = new TargetPlatformSDK("Windows", new Version("2.0"), null);
4063key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null);
4066key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null);
4069key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null);
4072key = new TargetPlatformSDK("MyPlatform", new Version("5.0"), null);