diff options
Diffstat (limited to 'src/WixToolset.Data/ILibraryBinaryFileResolver.cs')
| -rw-r--r-- | src/WixToolset.Data/ILibraryBinaryFileResolver.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/WixToolset.Data/ILibraryBinaryFileResolver.cs b/src/WixToolset.Data/ILibraryBinaryFileResolver.cs new file mode 100644 index 00000000..b438429c --- /dev/null +++ b/src/WixToolset.Data/ILibraryBinaryFileResolver.cs | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
| 2 | |||
| 3 | namespace WixToolset.Data | ||
| 4 | { | ||
| 5 | public interface ILibraryBinaryFileResolver | ||
| 6 | { | ||
| 7 | string Resolve(SourceLineNumber sourceLineNumber, string table, string path); | ||
| 8 | } | ||
| 9 | } | ||
