25 references to TargetPlatformSDK
Microsoft.Build.Utilities.Core (6)
ToolLocationHelper.cs (6)
2477extensionSdk = new TargetPlatformSDK(string.Empty, new Version(0, 0), null); 2610platformSDKKey = new TargetPlatformSDK(uapRegistryName, directoryUnderRoot.Key, null); 2614platformSDKKey = new TargetPlatformSDK(rootPathWithIdentifier.Name, directoryUnderRoot.Key, null); 2629targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKManifestExists ? platformSDKDirectory : null); 2713TargetPlatformSDK platformSDKKey = new TargetPlatformSDK(platformIdentifier, registryVersions.Key, null); 2749targetPlatformSDK = new TargetPlatformSDK(platformSDKKey.TargetPlatformIdentifier, platformSDKKey.TargetPlatformVersion, platformSDKmanifestExists ? platformSDKDirectory : null);
Microsoft.Build.Utilities.UnitTests (19)
ToolLocationHelper_Tests.cs (19)
235TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 260TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 286TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 312TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty); 3792TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null); 3800key = new TargetPlatformSDK("Windows", new Version("2.0"), null); 3809key = new TargetPlatformSDK("MyPlatform", new Version("6.0"), null); 3812key = new TargetPlatformSDK("MyPlatform", new Version("4.0"), null); 3818key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null); 3824key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null); 3830key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null); 3834key = new TargetPlatformSDK("MyPlatform", new Version("8.0"), null); 3843key = new TargetPlatformSDK("MyPlatform", new Version("9.0"), null); 4063TargetPlatformSDK key = new TargetPlatformSDK("Windows", new Version("1.0"), null); 4066key = new TargetPlatformSDK("Windows", new Version("2.0"), null); 4069key = new TargetPlatformSDK("MyPlatform", new Version("3.0"), null); 4072key = new TargetPlatformSDK("MyPlatform", new Version("2.0"), null); 4075key = new TargetPlatformSDK("MyPlatform", new Version("1.0"), null); 4078key = new TargetPlatformSDK("MyPlatform", new Version("5.0"), null);