Fix namespace in WixStrings.
Sean Hall committed
Sep 2, 2018 at 14:16 UTC
23729f907e527bc2965b9ea1a80d3ab447c3b423
2 files changed
+3
-4
src/WixToolset.Core/Harvester.cs
+1
-2
@@ -1,9 +1,8 @@
1
// 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.
2
3
-namespace WixToolset
3
+namespace WixToolset.Core
4
{
5
using System;
6
- using System.Collections;
6
using System.Diagnostics.CodeAnalysis;
7
using WixToolset.Data;
8
using Wix = WixToolset.Data.Serialize;
src/WixToolset.Core/WixStrings.Designer.cs
+2
-2
@@ -1,6 +1,6 @@
1
// 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.
2
3
-namespace WixToolset {
3
+namespace WixToolset.Core {
4
using System;
5
6
@@ -31,7 +31,7 @@ namespace WixToolset {
31
internal static global::System.Resources.ResourceManager ResourceManager {
32
get {
33
if (object.ReferenceEquals(resourceMan, null)) {
34
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.WixStrings", typeof(WixStrings).Assembly);
34
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.Core.WixStrings", typeof(WixStrings).Assembly);
35
resourceMan = temp;
36
}
37
return resourceMan;