diff --git a/Sharpmake/Solution.cs b/Sharpmake/Solution.cs index dedfc2a88..c627825db 100644 --- a/Sharpmake/Solution.cs +++ b/Sharpmake/Solution.cs @@ -117,7 +117,7 @@ public class ResolvedProject public string ProjectFile; // Resolved Project dependencies - public List Dependencies = new List(); + public HashSet Dependencies = new HashSet(); // User data, may be use by generator to attach user data public Dictionary UserData = new Dictionary(); @@ -191,8 +191,7 @@ public IEnumerable GetResolvedProjects(IEnumerable GetResolvedProjects(IEnumerable