Class VsSolutionProject


  • public class VsSolutionProject
    extends Object
    A Project used in a solution
    • Constructor Detail

      • VsSolutionProject

        public VsSolutionProject​(int firstLine,
                                 Path parent,
                                 String typeGuid,
                                 String name,
                                 String fileName,
                                 String guid)
    • Method Detail

      • dependencies

        public List<String> dependencies()
        Returns:
        the list of the GUIDs of dependency projects
      • dependencies

        public List<VsSolutionProject> dependencies​(VsSolution solution)
        Get the dependency projects
        Parameters:
        solution - the solution used for resolving the GUIDs of the dependencies
        Returns:
        the list of projects
      • stringify

        public void stringify​(List<String> output)