aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-10-25 00:31:06 -0700
committerRob Mensching <rob@firegiant.com>2019-10-25 00:32:36 -0700
commit86487116cbe096a371414e8833667c63c3481947 (patch)
tree7fa01cd25f1633172fefab0b1d753407ab744b70 /src/WixToolset.Extensibility/Data/IExpectedExtractFile.cs
parentdc2bffab41f430ec1a53c847933c9d9d37ebb23c (diff)
downloadwix-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.cs4
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
3namespace WixToolset.Extensibility.Data 3namespace 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 }