Winify – Diff between revs 30 and 67

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