From 23729f907e527bc2965b9ea1a80d3ab447c3b423 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 2 Sep 2018 14:16:30 -0500 Subject: Fix namespace in WixStrings. --- src/WixToolset.Core/Harvester.cs | 3 +-- src/WixToolset.Core/WixStrings.Designer.cs | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/WixToolset.Core') diff --git a/src/WixToolset.Core/Harvester.cs b/src/WixToolset.Core/Harvester.cs index 55d56e64..3f066d15 100644 --- a/src/WixToolset.Core/Harvester.cs +++ b/src/WixToolset.Core/Harvester.cs @@ -1,9 +1,8 @@ // 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 +namespace WixToolset.Core { using System; - using System.Collections; using System.Diagnostics.CodeAnalysis; using WixToolset.Data; using Wix = WixToolset.Data.Serialize; diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs index ab98ed6a..63b0b648 100644 --- a/src/WixToolset.Core/WixStrings.Designer.cs +++ b/src/WixToolset.Core/WixStrings.Designer.cs @@ -1,6 +1,6 @@ // 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 { +namespace WixToolset.Core { using System; @@ -31,7 +31,7 @@ namespace WixToolset { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.WixStrings", typeof(WixStrings).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.Core.WixStrings", typeof(WixStrings).Assembly); resourceMan = temp; } return resourceMan; -- cgit v1.2.3-55-g6feb