diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/ResolveFileResult.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/ResolveFileResult.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/WixToolset.Extensibility/Data/ResolveFileResult.cs b/src/WixToolset.Extensibility/Data/ResolveFileResult.cs deleted file mode 100644 index 5ac7c426..00000000 --- a/src/WixToolset.Extensibility/Data/ResolveFileResult.cs +++ /dev/null | |||
| @@ -1,13 +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.Extensibility.Data | ||
| 4 | { | ||
| 5 | using System.Collections.Generic; | ||
| 6 | |||
| 7 | public class ResolveFileResult | ||
| 8 | { | ||
| 9 | public string Path { get; set; } | ||
| 10 | |||
| 11 | public IEnumerable<string> CheckedPaths { get; set; } | ||
| 12 | } | ||
| 13 | } \ No newline at end of file | ||
