示例#1
0
 public PortSolutionResult(string solutionPath, SolutionResult solutionResult) : base()
 {
     SolutionPath        = solutionPath;
     References          = new HashSet <string>();
     DownloadedFiles     = new HashSet <string>();
     this.ProjectResults = solutionResult.ProjectResults;
 }
示例#2
0
 public void AddSolutionResult(SolutionResult solutionResult)
 {
     this.ProjectResults = solutionResult.ProjectResults;
 }