5 references to ToolName
Microsoft.Build.Tasks.Core (5)
ManifestUtil\SecurityUtil.cs (5)
855string toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.VersionLatest, VisualStudioVersion.VersionLatest); 858toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.Version45, 866toolPath = Path.Combine(pathToDotNetFrameworkSdk, "bin", ToolName); 871toolPath = GetVersionIndependentToolPath(ToolName); 875toolPath = Path.Combine(Directory.GetCurrentDirectory(), ToolName);