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