diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs index 11512c39..75bb5bb1 100644 --- a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs | |||
@@ -11,6 +11,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
11 | /// </summary> | 11 | /// </summary> |
12 | internal class ProcessExePackageCommand | 12 | internal class ProcessExePackageCommand |
13 | { | 13 | { |
14 | #if TODO | ||
14 | public RowDictionary<WixBundlePayloadRow> AuthoredPayloads { private get; set; } | 15 | public RowDictionary<WixBundlePayloadRow> AuthoredPayloads { private get; set; } |
15 | 16 | ||
16 | public PackageFacade Facade { private get; set; } | 17 | public PackageFacade Facade { private get; set; } |
@@ -29,5 +30,6 @@ namespace WixToolset.Core.Burn.Bundles | |||
29 | 30 | ||
30 | this.Facade.Package.Version = packagePayload.Version; | 31 | this.Facade.Package.Version = packagePayload.Version; |
31 | } | 32 | } |
33 | #endif | ||
32 | } | 34 | } |
33 | } | 35 | } |