Пример #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;
 }