diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs index 5dbd6aaa..7900fcd1 100644 --- a/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs | |||
@@ -16,6 +16,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
16 | 16 | ||
17 | internal class ProcessPayloadsCommand | 17 | internal class ProcessPayloadsCommand |
18 | { | 18 | { |
19 | #if TODO | ||
19 | private static readonly Version EmptyVersion = new Version(0, 0, 0, 0); | 20 | private static readonly Version EmptyVersion = new Version(0, 0, 0, 0); |
20 | 21 | ||
21 | public IEnumerable<WixBundlePayloadRow> Payloads { private get; set; } | 22 | public IEnumerable<WixBundlePayloadRow> Payloads { private get; set; } |
@@ -157,5 +158,6 @@ namespace WixToolset.Core.Burn.Bundles | |||
157 | payload.DisplayName = versionInfo.ProductName; | 158 | payload.DisplayName = versionInfo.ProductName; |
158 | } | 159 | } |
159 | } | 160 | } |
161 | #endif | ||
160 | } | 162 | } |
161 | } | 163 | } |