From 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 19 Dec 2017 12:25:40 -0800 Subject: Integrate simplified message handling --- src/WixToolset.Core/Util.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/WixToolset.Core/Util.cs (limited to 'src/WixToolset.Core/Util.cs') diff --git a/src/WixToolset.Core/Util.cs b/src/WixToolset.Core/Util.cs deleted file mode 100644 index 5950fe0a..00000000 --- a/src/WixToolset.Core/Util.cs +++ /dev/null @@ -1,17 +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 -{ - using System; - - /// - /// Common Wix utility methods and types. - /// - public sealed class Util - { - /// - /// Set by WixToolTasks to indicate WIX is running inside MSBuild - /// - public static bool RunningInMsBuild { get; set; } - } -} -- cgit v1.2.3-55-g6feb