added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Extensibility / Rules / ExternalRuleSetToolkit / CS / RuleSetToolkitUsageSample / Properties / Resources.Designer.cs
blobf78c941193cc8190de41f9c99c77aefc3d1c7b32
1 // Copyright (c) Microsoft Corporation. All rights reserved.
3 //------------------------------------------------------------------------------
4 // <auto-generated>
5 // This code was generated by a tool.
6 // Runtime Version:2.0.50727.1360
7 //
8 // Changes to this file may cause incorrect behavior and will be lost if
9 // the code is regenerated.
10 // </auto-generated>
11 //------------------------------------------------------------------------------
13 namespace Microsoft.Rules.Samples.RuleSetToolkitUsageSample.Properties {
14 using System;
17 /// <summary>
18 /// A strongly-typed resource class, for looking up localized strings, etc.
19 /// </summary>
20 // This class was auto-generated by the StronglyTypedResourceBuilder
21 // class via a tool like ResGen or Visual Studio.
22 // To add or remove a member, edit your .ResX file then rerun ResGen
23 // with the /str option, or rebuild your VS project.
24 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
25 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
26 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
27 internal class Resources {
29 private static global::System.Resources.ResourceManager resourceMan;
31 private static global::System.Globalization.CultureInfo resourceCulture;
33 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
34 internal Resources() {
37 /// <summary>
38 /// Returns the cached ResourceManager instance used by this class.
39 /// </summary>
40 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
41 internal static global::System.Resources.ResourceManager ResourceManager {
42 get {
43 if (object.ReferenceEquals(resourceMan, null)) {
44 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Rules.Samples..RuleSetToolkitUsageSample.Properties.Resources", typeof(Resources).Assembly);
45 resourceMan = temp;
47 return resourceMan;
51 /// <summary>
52 /// Overrides the current thread's CurrentUICulture property for all
53 /// resource lookups using this strongly typed resource class.
54 /// </summary>
55 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
56 internal static global::System.Globalization.CultureInfo Culture {
57 get {
58 return resourceCulture;
60 set {
61 resourceCulture = value;
65 /// <summary>
66 /// Looks up a localized string similar to Workflow terminated with reason: {0}.
67 /// </summary>
68 internal static string WorkflowTerminatedReason {
69 get {
70 return ResourceManager.GetString("WorkflowTerminatedReason", resourceCulture);