diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs b/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs index 772265a0..788c7296 100644 --- a/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs | |||
@@ -15,6 +15,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
15 | 15 | ||
16 | internal class CreateBurnManifestCommand | 16 | internal class CreateBurnManifestCommand |
17 | { | 17 | { |
18 | #if TODO | ||
18 | public IEnumerable<IBurnBackendExtension> BackendExtensions { private get; set; } | 19 | public IEnumerable<IBurnBackendExtension> BackendExtensions { private get; set; } |
19 | 20 | ||
20 | public Output Output { private get; set; } | 21 | public Output Output { private get; set; } |
@@ -682,5 +683,6 @@ namespace WixToolset.Core.Burn.Bundles | |||
682 | 683 | ||
683 | return resolved; | 684 | return resolved; |
684 | } | 685 | } |
686 | #endif | ||
685 | } | 687 | } |
686 | } | 688 | } |