using Core.Common.Utils; namespace Core.Common.Base { /// /// 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 {} }