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