mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
9 lines
311 B
C#
9 lines
311 B
C#
using System.Collections.Generic;
|
|
|
|
namespace CapnpC.CSharp.MsBuild.Generation
|
|
{
|
|
public interface ICapnpcCsharpGenerator
|
|
{
|
|
IEnumerable<string> GenerateFilesForProject(string projectPath, List<string> capnpFiles, string projectFolder, string workingDirectory, string additionalOptions);
|
|
}
|
|
} |