From 36cfc9509cb6a364f58531ff41eae16243091a3c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 23 May 2019 16:29:55 -0700 Subject: User shared data types from WixToolset.Data --- .../CabinetCompressionLevel.cs | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/WixToolset.Core.Native/CabinetCompressionLevel.cs (limited to 'src/WixToolset.Core.Native/CabinetCompressionLevel.cs') diff --git a/src/WixToolset.Core.Native/CabinetCompressionLevel.cs b/src/WixToolset.Core.Native/CabinetCompressionLevel.cs deleted file mode 100644 index fce1ff41..00000000 --- a/src/WixToolset.Core.Native/CabinetCompressionLevel.cs +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - -namespace WixToolset.Core.Native -{ - /// - /// Compression level to use when creating cabinet. - /// - public enum CabinetCompressionLevel - { - /// Use no compression. - None, - - /// Use low compression. - Low, - - /// Use medium compression. - Medium, - - /// Use high compression. - High, - - /// Use ms-zip compression. - Mszip - } -} \ No newline at end of file -- cgit v1.2.3-55-g6feb