diff options
Diffstat (limited to 'src/WixToolset.Data/ILibraryBinaryFileResolver.cs')
-rw-r--r-- | src/WixToolset.Data/ILibraryBinaryFileResolver.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/WixToolset.Data/ILibraryBinaryFileResolver.cs b/src/WixToolset.Data/ILibraryBinaryFileResolver.cs deleted file mode 100644 index b438429c..00000000 --- a/src/WixToolset.Data/ILibraryBinaryFileResolver.cs +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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 | } | ||