aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-11-01 10:59:45 -0700
committerRob Mensching <rob@firegiant.com>2017-11-01 10:59:45 -0700
commit2bb37beda887d120a0ddabf874ad25357101faa1 (patch)
treec35e97b03274b86cfc9ff7fd2caeee211165a140 /src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
parentdf7413aeed3aea3425dff20ae0c8b1be3a3ab525 (diff)
downloadwix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.gz
wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.bz2
wix-2bb37beda887d120a0ddabf874ad25357101faa1.zip
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs')
-rw-r--r--src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs b/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
index 75379713..cde6d8f3 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
+++ b/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
@@ -16,6 +16,7 @@ namespace WixToolset.Core.Burn.Bundles
16 /// </summary> 16 /// </summary>
17 internal class CreateContainerCommand 17 internal class CreateContainerCommand
18 { 18 {
19#if TODO
19 public CompressionLevel DefaultCompressionLevel { private get; set; } 20 public CompressionLevel DefaultCompressionLevel { private get; set; }
20 21
21 public IEnumerable<WixBundlePayloadRow> Payloads { private get; set; } 22 public IEnumerable<WixBundlePayloadRow> Payloads { private get; set; }
@@ -64,5 +65,6 @@ namespace WixToolset.Core.Burn.Bundles
64 65
65 this.Size = fileInfo.Length; 66 this.Size = fileInfo.Length;
66 } 67 }
68#endif
67 } 69 }
68} 70}