|
|
|
@ -19,7 +19,7 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
// class via a tool like ResGen or Visual Studio.
|
|
|
|
// class via a tool like ResGen or Visual Studio.
|
|
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
|
|
// with the /str option, or rebuild your VS project.
|
|
|
|
// with the /str option, or rebuild your VS project.
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] |
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
public class Resources { |
|
|
|
public class Resources { |
|
|
|
@ -2357,6 +2357,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Looks up a localized string similar to Referenced Types.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string ReferencedTypes { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("ReferencedTypes", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Looks up a localized string similar to Reference Name.
|
|
|
|
/// Looks up a localized string similar to Reference Name.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|