diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-10-18 15:10:45 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-10-18 15:10:45 -0700 |
| commit | d0d48599caf5b5f018b9fdd4ea8f6064d76d2e8b (patch) | |
| tree | 597f686b78f9b2539a3b8df9b8216897571806c9 /src/WixToolset.Data/ILibraryBinaryFileResolver.cs | |
| parent | cc997ec641d4634d2f3c6086a481fc8295e34b46 (diff) | |
| download | wix-d0d48599caf5b5f018b9fdd4ea8f6064d76d2e8b.tar.gz wix-d0d48599caf5b5f018b9fdd4ea8f6064d76d2e8b.tar.bz2 wix-d0d48599caf5b5f018b9fdd4ea8f6064d76d2e8b.zip | |
Incorporate refactoring of WixToolset.Core assemblies
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 | } | ||
