internal static Func <IDependencyPathBasedRuleTarget, bool> ProjectMeets(IDescribedDependencyCondition nextAssemblyMatchesCondition,
                                                                          IProjectSearchResult depending)
 {
     return(project => nextAssemblyMatchesCondition.Matches(depending, project));
 }