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