diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:31:06 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:32:36 -0700 |
| commit | 86487116cbe096a371414e8833667c63c3481947 (patch) | |
| tree | 7fa01cd25f1633172fefab0b1d753407ab744b70 /src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs | |
| parent | dc2bffab41f430ec1a53c847933c9d9d37ebb23c (diff) | |
| download | wix-86487116cbe096a371414e8833667c63c3481947.tar.gz wix-86487116cbe096a371414e8833667c63c3481947.tar.bz2 wix-86487116cbe096a371414e8833667c63c3481947.zip | |
Integrate latest changes for Data
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 | } |
