aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Bind/ExpectedExtractFile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Bind/ExpectedExtractFile.cs')
-rw-r--r--src/WixToolset.Core/Bind/ExpectedExtractFile.cs4
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
3namespace WixToolset.Core.Bind 3namespace 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 }