using DelftTools.Utils; namespace DelftTools.Shell.Core { /// /// Folder Item /// TODO: remove IDeepCloneable, not all project items must be cloneable, also use ICloneable /// TODO: rename to IEntity and move to DelftTools.Utils, it has nothing to do with Folder /// public interface IProjectItem : INameable, IDeepCloneable {} }