From 97231f3a30002fc9a4ef66dae2f90ceeef92dd07 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 26 Dec 2018 17:23:55 -0800 Subject: Remove dead code --- src/WixToolset.Core/WixStrings.Designer.cs | 194 ----------------------------- 1 file changed, 194 deletions(-) delete mode 100644 src/WixToolset.Core/WixStrings.Designer.cs (limited to 'src/WixToolset.Core/WixStrings.Designer.cs') diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs deleted file mode 100644 index 63b0b648..00000000 --- a/src/WixToolset.Core/WixStrings.Designer.cs +++ /dev/null @@ -1,194 +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 { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class WixStrings { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal WixStrings() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.Core.WixStrings", typeof(WixStrings).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Looks up a localized string similar to Could not find a unique identifier for the given resource name.. - /// - internal static string EXP_CouldnotFileUniqueIDForResourceName { - get { - return ResourceManager.GetString("EXP_CouldnotFileUniqueIDForResourceName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}.. - /// - public static string EXP_FoundActionRowWinNonExistentAction { - get { - return ResourceManager.GetString("EXP_FoundActionRowWinNonExistentAction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found an ActionRow with no Sequence, Before, or After column set.. - /// - public static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet { - get { - return ResourceManager.GetString("EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multiple harvester extensions specified.. - /// - internal static string EXP_MultipleHarvesterExtensionsSpecified { - get { - return ResourceManager.GetString("EXP_MultipleHarvesterExtensionsSpecified", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected complex reference child type: {0}. - /// - internal static string EXP_UnexpectedComplexReferenceChildType { - get { - return ResourceManager.GetString("EXP_UnexpectedComplexReferenceChildType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unexpected entry section type: {0}. - /// - internal static string EXP_UnexpectedEntrySectionType { - get { - return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encountered an unexpected error while merging '{0}'. More information about the merge and the failure can be found in the merge log: '{1}'. - /// - public static string EXP_UnexpectedMergerErrorInSourceFile { - get { - return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encountered an unexpected merge error of type '{0}' for which there is currently no error message to display. More information about the merge and the failure can be found in the merge log: '{1}'. - /// - public static string EXP_UnexpectedMergerErrorWithType { - get { - return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unknown platform enumeration '{0}' encountered.. - /// - internal static string EXP_UnknownPlatformEnum { - get { - return ResourceManager.GetString("EXP_UnknownPlatformEnum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}({1}). - /// - internal static string Format_FirstLineNumber { - get { - return ResourceManager.GetString("Format_FirstLineNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}. - /// - internal static string Format_InfoMessage { - get { - return ResourceManager.GetString("Format_InfoMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0}: line {1}. - /// - internal static string Format_LineNumber { - get { - return ResourceManager.GetString("Format_LineNumber", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} : {1} {2}{3:0000} : {4}. - /// - internal static string Format_NonInfoMessage { - get { - return ResourceManager.GetString("Format_NonInfoMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source trace:{0}. - /// - internal static string INF_SourceTrace { - get { - return ResourceManager.GetString("INF_SourceTrace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to at {0}{1}. - /// - internal static string INF_SourceTraceLocation { - get { - return ResourceManager.GetString("INF_SourceTraceLocation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to error. - /// - internal static string MessageType_Error { - get { - return ResourceManager.GetString("MessageType_Error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to warning. - /// - internal static string MessageType_Warning { - get { - return ResourceManager.GetString("MessageType_Warning", resourceCulture); - } - } - } -} -- cgit v1.2.3-55-g6feb