aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestResources.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtocolBuffers.Test/TestResources.Designer.cs')
-rw-r--r--src/ProtocolBuffers.Test/TestResources.Designer.cs131
1 files changed, 0 insertions, 131 deletions
diff --git a/src/ProtocolBuffers.Test/TestResources.Designer.cs b/src/ProtocolBuffers.Test/TestResources.Designer.cs
deleted file mode 100644
index ada50c2b..00000000
--- a/src/ProtocolBuffers.Test/TestResources.Designer.cs
+++ /dev/null
@@ -1,131 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.5456
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace Google.ProtocolBuffers {
- using System;
-
-
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // 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", "2.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class TestResources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal TestResources() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [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("Google.ProtocolBuffers.TestResources", typeof(TestResources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- internal static byte[] golden_message {
- get {
- object obj = ResourceManager.GetObject("golden_message", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- internal static byte[] golden_packed_fields_message {
- get {
- object obj = ResourceManager.GetObject("golden_packed_fields_message", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to optional_int32: 101
- ///optional_int64: 102
- ///optional_uint32: 103
- ///optional_uint64: 104
- ///optional_sint32: 105
- ///optional_sint64: 106
- ///optional_fixed32: 107
- ///optional_fixed64: 108
- ///optional_sfixed32: 109
- ///optional_sfixed64: 110
- ///optional_float: 111
- ///optional_double: 112
- ///optional_bool: true
- ///optional_string: &quot;115&quot;
- ///optional_bytes: &quot;116&quot;
- ///OptionalGroup {
- /// a: 117
- ///}
- ///optional_nested_message {
- /// bb: 118
- ///}
- ///optional_foreign_message {
- /// c: 119
- ///}
- ///optional_import_message {
- /// d: 120
- ///}
- ///optional_nested_enum: BAZ [rest of string was truncated]&quot;;.
- /// </summary>
- internal static string text_format_unittest_data {
- get {
- return ResourceManager.GetString("text_format_unittest_data", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to [protobuf_unittest.optional_int32_extension]: 101
- ///[protobuf_unittest.optional_int64_extension]: 102
- ///[protobuf_unittest.optional_uint32_extension]: 103
- ///[protobuf_unittest.optional_uint64_extension]: 104
- ///[protobuf_unittest.optional_sint32_extension]: 105
- ///[protobuf_unittest.optional_sint64_extension]: 106
- ///[protobuf_unittest.optional_fixed32_extension]: 107
- ///[protobuf_unittest.optional_fixed64_extension]: 108
- ///[protobuf_unittest.optional_sfixed32_extension]: 109
- ///[protobuf_unittest.optional_sfixed64_exten [rest of string was truncated]&quot;;.
- /// </summary>
- internal static string text_format_unittest_extensions_data {
- get {
- return ResourceManager.GetString("text_format_unittest_extensions_data", resourceCulture);
- }
- }
- }
-}