From cd6f466549ba8e4b138da4332b0831ab45ca8a2f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 13 Jun 2020 10:01:27 -0700 Subject: Implement simplified command and improved backend integration --- .../WixToolsetStandardBackend.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/WixToolset.Core.WindowsInstaller/WixToolsetStandardBackend.cs (limited to 'src/WixToolset.Core.WindowsInstaller/WixToolsetStandardBackend.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolsetStandardBackend.cs b/src/WixToolset.Core.WindowsInstaller/WixToolsetStandardBackend.cs deleted file mode 100644 index 3751cb54..00000000 --- a/src/WixToolset.Core.WindowsInstaller/WixToolsetStandardBackend.cs +++ /dev/null @@ -1,12 +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.WindowsInstaller -{ - /// - /// Denotes this assembly contains a backend that is considered - /// a standard part of the WiX Toolset. - /// - public static class WixToolsetStandardBackend - { - } -} -- cgit v1.2.3-55-g6feb