aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs')
-rw-r--r--src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs b/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
index bac8633b..d06cf4a8 100644
--- a/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
@@ -11,6 +11,7 @@ namespace WixToolset.Core.Burn.Bundles
11 11
12 internal class AutomaticallySlipstreamPatchesCommand 12 internal class AutomaticallySlipstreamPatchesCommand
13 { 13 {
14#if TODO
14 public IEnumerable<PackageFacade> PackageFacades { private get; set; } 15 public IEnumerable<PackageFacade> PackageFacades { private get; set; }
15 16
16 public Table WixBundlePatchTargetCodeTable { private get; set; } 17 public Table WixBundlePatchTargetCodeTable { private get; set; }
@@ -108,5 +109,6 @@ namespace WixToolset.Core.Burn.Bundles
108 } 109 }
109 } 110 }
110 } 111 }
112#endif
111 } 113 }
112} 114}