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)
238TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
263TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
289TargetPlatformSDK sdk = new TargetPlatformSDK("Foo", new Version(0, 0), string.Empty);
315TargetPlatformSDK 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);