Index: Ringtoets/Common/src/Ringtoets.Common.Util/Properties/Resources.Designer.cs =================================================================== diff -u -rfcad48d7beb394e1ac15cfe4289a7381e05aa883 -rd77f0eae87afa15b1a5484d5ef7c54f952a04166 --- Ringtoets/Common/src/Ringtoets.Common.Util/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision fcad48d7beb394e1ac15cfe4289a7381e05aa883) +++ Ringtoets/Common/src/Ringtoets.Common.Util/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d77f0eae87afa15b1a5484d5ef7c54f952a04166) @@ -40,10 +40,10 @@ // 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { + public class Resources { private static global::System.Resources.ResourceManager resourceMan; @@ -57,7 +57,7 @@ /// 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 { + public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Ringtoets.Common.Util.Properties.Resources", typeof(Resources).Assembly); @@ -72,7 +72,7 @@ /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -82,9 +82,27 @@ } /// + /// Looks up a localized string similar to ID. + /// + public static string MetaData_ID { + get { + return ResourceManager.GetString("MetaData_ID", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Naam. + /// + public static string MetaData_Name { + get { + return ResourceManager.GetString("MetaData_Name", resourceCulture); + } + } + + /// /// Looks up a localized string similar to '{0}' is geen geldige Ringtoets versie.. /// - internal static string RingtoetsVersionHelper_Version_0_Not_Valid { + public static string RingtoetsVersionHelper_Version_0_Not_Valid { get { return ResourceManager.GetString("RingtoetsVersionHelper_Version_0_Not_Valid", resourceCulture); }