diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:48:35 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:53:29 -0700 |
commit | 9c714a8f1baa6e0130e5cd00cbdca649cebaf6a5 (patch) | |
tree | ebf26d0e37244f3014e0c4924a29af7f7e56e2f2 /src/WixToolset.Core/Bind/ExpectedExtractFile.cs | |
parent | 87580cbe111a8df836231a0192dee674cf482f08 (diff) | |
download | wix-9c714a8f1baa6e0130e5cd00cbdca649cebaf6a5.tar.gz wix-9c714a8f1baa6e0130e5cd00cbdca649cebaf6a5.tar.bz2 wix-9c714a8f1baa6e0130e5cd00cbdca649cebaf6a5.zip |
Update to WixOutput file structure to fix embedded file handling
Diffstat (limited to 'src/WixToolset.Core/Bind/ExpectedExtractFile.cs')
-rw-r--r-- | src/WixToolset.Core/Bind/ExpectedExtractFile.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Bind/ExpectedExtractFile.cs b/src/WixToolset.Core/Bind/ExpectedExtractFile.cs index afad12fc..b27cdfee 100644 --- a/src/WixToolset.Core/Bind/ExpectedExtractFile.cs +++ b/src/WixToolset.Core/Bind/ExpectedExtractFile.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.Core.Bind | 3 | namespace WixToolset.Core.Bind |
4 | { | 4 | { |
@@ -9,7 +9,7 @@ namespace WixToolset.Core.Bind | |||
9 | { | 9 | { |
10 | public Uri Uri { get; set; } | 10 | public Uri Uri { get; set; } |
11 | 11 | ||
12 | public int EmbeddedFileIndex { get; set; } | 12 | public string EmbeddedFileId { get; set; } |
13 | 13 | ||
14 | public string OutputPath { get; set; } | 14 | public string OutputPath { get; set; } |
15 | } | 15 | } |