Winify – Blame information for rev 67

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10  
67 office 11 using System.CodeDom.Compiler;
12 using System.ComponentModel;
13 using System.Diagnostics;
14 using System.Diagnostics.CodeAnalysis;
15 using System.Globalization;
16 using System.Resources;
17 using System.Runtime.CompilerServices;
18  
12 office 19 namespace Winify.Properties {
1 office 20 /// <summary>
21 /// A strongly-typed resource class, for looking up localized strings, etc.
22 /// </summary>
23 // This class was auto-generated by the StronglyTypedResourceBuilder
24 // class via a tool like ResGen or Visual Studio.
25 // To add or remove a member, edit your .ResX file then rerun ResGen
26 // with the /str option, or rebuild your VS project.
67 office 27 [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
28 [DebuggerNonUserCode()]
29 [CompilerGenerated()]
12 office 30 internal class Resources {
31  
67 office 32 private static ResourceManager resourceMan;
12 office 33  
67 office 34 private static CultureInfo resourceCulture;
12 office 35  
67 office 36 [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
12 office 37 internal Resources() {
1 office 38 }
12 office 39  
1 office 40 /// <summary>
41 /// Returns the cached ResourceManager instance used by this class.
42 /// </summary>
67 office 43 [EditorBrowsable(EditorBrowsableState.Advanced)]
44 internal static ResourceManager ResourceManager {
12 office 45 get {
67 office 46 if (ReferenceEquals(resourceMan, null)) {
47 ResourceManager temp = new ResourceManager("Winify.Properties.Resources", typeof(Resources).Assembly);
1 office 48 resourceMan = temp;
49 }
50 return resourceMan;
51 }
52 }
12 office 53  
1 office 54 /// <summary>
55 /// Overrides the current thread's CurrentUICulture property for all
56 /// resource lookups using this strongly typed resource class.
57 /// </summary>
67 office 58 [EditorBrowsable(EditorBrowsableState.Advanced)]
59 internal static CultureInfo Culture {
12 office 60 get {
1 office 61 return resourceCulture;
62 }
12 office 63 set {
1 office 64 resourceCulture = value;
65 }
66 }
67 }
68 }