From 53e877183abe0dbbb623c39380101bc369e9f265 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 2 Dec 2017 00:44:45 -0800 Subject: Support tuples from extensions and make SourcePath a path instead of string --- src/WixToolset.Data/ITupleDefinitionCreator.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/WixToolset.Data/ITupleDefinitionCreator.cs') diff --git a/src/WixToolset.Data/ITupleDefinitionCreator.cs b/src/WixToolset.Data/ITupleDefinitionCreator.cs index 63477314..7d818be1 100644 --- a/src/WixToolset.Data/ITupleDefinitionCreator.cs +++ b/src/WixToolset.Data/ITupleDefinitionCreator.cs @@ -4,6 +4,8 @@ namespace WixToolset.Data { public interface ITupleDefinitionCreator { + void AddCustomTupleDefinition(IntermediateTupleDefinition definition); + bool TryGetTupleDefinitionByName(string name, out IntermediateTupleDefinition tupleDefinition); } } -- cgit v1.2.3-55-g6feb