namespace Core.Common.Base { /// /// Imports another project into a project. /// /// TODO: move it and the only 1 implementation into DeltaShell (default functionality) /// public interface IProjectImporter : IFileImporter { } }