From 49f1209035aac1fcfad5dbbe25f7b2306d3be86c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 7 Dec 2017 14:19:05 -0800 Subject: Support MSI backends creating custom tables and remove WixToolset.Data.WindowsInstaller --- .../TableOperation.cs | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/WixToolset.Data.WindowsInstaller/TableOperation.cs (limited to 'src/WixToolset.Data.WindowsInstaller/TableOperation.cs') diff --git a/src/WixToolset.Data.WindowsInstaller/TableOperation.cs b/src/WixToolset.Data.WindowsInstaller/TableOperation.cs deleted file mode 100644 index 8df44e73..00000000 --- a/src/WixToolset.Data.WindowsInstaller/TableOperation.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.Data -{ - /// - /// The table transform operations. - /// - public enum TableOperation - { - /// - /// No operation. - /// - None, - - /// - /// Added table. - /// - Add, - - /// - /// Dropped table. - /// - Drop, - } -} -- cgit v1.2.3-55-g6feb