aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs')
-rw-r--r--src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs b/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
index 58814efc..b1f1f0cd 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
@@ -14,6 +14,7 @@ namespace WixToolset.Core.Burn.Bundles
14 14
15 internal class CreateBootstrapperApplicationManifestCommand 15 internal class CreateBootstrapperApplicationManifestCommand
16 { 16 {
17#if TODO
17 public WixBundleRow BundleRow { private get; set; } 18 public WixBundleRow BundleRow { private get; set; }
18 19
19 public IEnumerable<PackageFacade> ChainPackages { private get; set; } 20 public IEnumerable<PackageFacade> ChainPackages { private get; set; }
@@ -237,5 +238,6 @@ namespace WixToolset.Core.Burn.Bundles
237 238
238 return row; 239 return row;
239 } 240 }
241#endif
240 } 242 }
241} 243}