5 references to ToolName
Microsoft.Build.Tasks.Core (5)
ManifestUtil\SecurityUtil.cs (5)
877
string toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(
ToolName
, TargetDotNetFrameworkVersion.VersionLatest, VisualStudioVersion.VersionLatest);
880
toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(
ToolName
, TargetDotNetFrameworkVersion.Version45,
888
toolPath = Path.Combine(pathToDotNetFrameworkSdk, "bin",
ToolName
);
893
toolPath = GetVersionIndependentToolPath(
ToolName
);
897
toolPath = Path.Combine(Directory.GetCurrentDirectory(),
ToolName
);