using System.Collections.Generic; namespace CapnpC.CSharp.MsBuild.Generation { public interface ICapnpcCsharpGenerator { IEnumerable GenerateFilesForProject(string projectPath, List jobs, string projectFolder); } }