示例#1
0
 private static string GetToolPath()
 {
     return(MSBuildToolPathResolver.Resolve());
 }
示例#2
0
 private string GetToolPath()
 {
     return(MSBuildToolPathResolver.Resolve(MSBuildVersion, MSBuildPlatform));
 }