Ejemplo n.º 1
0
 public void Ref(PrjInfo refPrj)
 {
     PrjRef.Add(refPrj);
     refPrj.BeRefBy.Add(this);
 }
Ejemplo n.º 2
0
 public string ToReportString()
 {
     return($"{DevGroup},{Module},{ShortPrjPath},{AssemblyName},{BuildStage},{PrjRef.OutputList("\"", item => "\n" + item.AssemblyName)}\",{BeRefBy.OutputList("\"", item => "\n" + item.AssemblyName)}");
 }