From 6c1ae2593faab59e1a01c96794e0835a6fcd0626 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 25 Oct 2019 00:23:42 -0700 Subject: Implement WixOutput with support for multiple streams of data --- src/WixToolset.Data/FileFormat.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/WixToolset.Data/FileFormat.cs (limited to 'src/WixToolset.Data/FileFormat.cs') diff --git a/src/WixToolset.Data/FileFormat.cs b/src/WixToolset.Data/FileFormat.cs deleted file mode 100644 index 75eab3de..00000000 --- a/src/WixToolset.Data/FileFormat.cs +++ /dev/null @@ -1,19 +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 -{ - public enum FileFormat - { - Unknown, - - Wixobj, - - Wixlib, - - Wixout, - - Wixpdb, - - WixIR, - } -} -- cgit v1.2.3-55-g6feb