Example #1
0
 private static string GetDepsPath(ProjectContext context, string buildConfiguration)
 {
     return Path.Combine(context.GetOutputDirectoryPath(buildConfiguration),
         context.ProjectFile.Name + FileNameSuffixes.Deps);
 }