aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/ILibraryBinaryFileResolver.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-10-18 15:10:45 -0700
committerRob Mensching <rob@firegiant.com>2017-10-18 15:10:45 -0700
commitd0d48599caf5b5f018b9fdd4ea8f6064d76d2e8b (patch)
tree597f686b78f9b2539a3b8df9b8216897571806c9 /src/WixToolset.Data/ILibraryBinaryFileResolver.cs
parentcc997ec641d4634d2f3c6086a481fc8295e34b46 (diff)
downloadwix-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.cs9
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
3namespace WixToolset.Data
4{
5 public interface ILibraryBinaryFileResolver
6 {
7 string Resolve(SourceLineNumber sourceLineNumber, string table, string path);
8 }
9}