예제 #1
0
 /// <summary>
 /// Gets the path to MSBuild.exe
 /// </summary>
 /// <returns>Path to MSBuild.exe</returns>
 public static string GetMSBuildToolPath()
 {
     return(WindowsPlatform.GetMsBuildToolPath().FullName);
 }