4 references to GetProjectDependencies
Microsoft.Build.Engine (4)
Solution\SolutionWrapperProject.cs (4)
601newTarget.DependsOnTargets = GetProjectDependencies(proj.ParentSolution, proj, subTargetName); 942newTarget.DependsOnTargets = GetProjectDependencies(proj.ParentSolution, proj, subTargetName); 1389newTarget.DependsOnTargets = GetProjectDependencies(proj.ParentSolution, proj, subTargetName) + ";GetFrameworkPathAndRedistList"; 1583newTarget.DependsOnTargets = GetProjectDependencies(proj.ParentSolution, proj, subTargetName);