diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs b/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs index edcf82e0..50015112 100644 --- a/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs +++ b/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs | |||
| @@ -1,4 +1,4 @@ | |||
| 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. | 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 | 2 | ||
| 3 | namespace WixToolset.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
| 4 | { | 4 | { |
| @@ -8,7 +8,7 @@ namespace WixToolset.Extensibility.Data | |||
| 8 | { | 8 | { |
| 9 | Uri Uri { get; set; } | 9 | Uri Uri { get; set; } |
| 10 | 10 | ||
| 11 | int EmbeddedFileIndex { get; set; } | 11 | string EmbeddedFileId { get; set; } |
| 12 | 12 | ||
| 13 | string OutputPath { get; set; } | 13 | string OutputPath { get; set; } |
| 14 | } | 14 | } |
