15 references to Version451
Microsoft.Build.Tasks.Core (1)
GetFrameworkPath.cs (1)
43
private static readonly Lazy<string> s_version451Path = new Lazy<string>(() => ToolLocationHelper.GetPathToDotNetFramework(TargetDotNetFrameworkVersion.
Version451
));
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2028
case TargetDotNetFrameworkVersion.
Version451
:
Microsoft.Build.Utilities.UnitTests (13)
ToolLocationHelper_Tests.cs (13)
773
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version100));
774
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version110));
775
ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version120).ShouldBe(fullDotNetFrameworkSdkRegistryPathForV4ToolsOnManagedToolsSDK81A);
776
ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version140).ShouldBe(fullDotNetFrameworkSdkRegistryPathForV4ToolsOnManagedToolsSDK46);
881
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version100));
882
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version110));
883
ToolLocationHelper.GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version120).ShouldBe(InstallationFolder);
884
ToolLocationHelper.GetDotNetFrameworkSdkInstallKeyValue(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version140).ShouldBe(InstallationFolder);
962
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version100));
963
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version110));
964
ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version120).ShouldBe(pathToSdkV4InstallRootOnVS12);
965
ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.
Version451
, VisualStudioVersion.Version140).ShouldBe(pathToSdkV4InstallRootOnVS14);
1000
ToolLocationHelper.GetPathToWindowsSdk(TargetDotNetFrameworkVersion.
Version451
, vsVersion).ShouldBe(pathToWindowsSdkV81);