6 references to Version452
Microsoft.Build.Tasks.Core (1)
GetFrameworkPath.cs (1)
43
private static readonly Lazy<string> s_version452Path = new Lazy<string>(() => ToolLocationHelper.GetPathToDotNetFramework(TargetDotNetFrameworkVersion.
Version452
));
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2026
case TargetDotNetFrameworkVersion.
Version452
:
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
783
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version452
, VisualStudioVersion.Version100));
784
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version452
, VisualStudioVersion.Version110));
785
ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version452
, VisualStudioVersion.Version120).ShouldBe(fullDotNetFrameworkSdkRegistryPathForV4ToolsOnManagedToolsSDK81A);
786
ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version452
, VisualStudioVersion.Version140).ShouldBe(fullDotNetFrameworkSdkRegistryPathForV4ToolsOnManagedToolsSDK46);