Strings_PlatformServices.Generated.cs 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /*
  2. * This file is manually generated upon every change to the corresponding .resx file, using the built-in code generator.
  3. * However, we can't use auto-generated code because the output is different for .NET 4.5 for Metro and PLIB, due to
  4. * changes in the reflection APIs (search for CRIPPLED_REFLECTION in this file), and because regeneration doesn't happen
  5. * as part of build, but rather at design time in Visual Studio. While we likely could tweak MSBuild to force regeneration
  6. * using the right version of ResGen.exe, this approach turned out to be the easiest for the time being.
  7. *
  8. * Upon adding entries to the ResX file, regenerate this file, put this comment back, and make sure to add the #if checks
  9. * for conditional use of the right flavor of reflection (using the CRIPPLED_REFLECTION defined symbol).
  10. */
  11. // Required for the use of the GetTypeInfo extension method.
  12. #if CRIPPLED_REFLECTION
  13. using System.Reflection;
  14. #endif
  15. // GENERATED CODE starts here
  16. namespace System.Reactive
  17. {
  18. using System;
  19. /// <summary>
  20. /// A strongly-typed resource class, for looking up localized strings, etc.
  21. /// </summary>
  22. // This class was auto-generated by the StronglyTypedResourceBuilder
  23. // class via a tool like ResGen or Visual Studio.
  24. // To add or remove a member, edit your .ResX file then rerun ResGen
  25. // with the /str option, or rebuild your VS project.
  26. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  27. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  28. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  29. internal class Strings_PlatformServices
  30. {
  31. private static global::System.Resources.ResourceManager resourceMan;
  32. private static global::System.Globalization.CultureInfo resourceCulture;
  33. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  34. internal Strings_PlatformServices()
  35. {
  36. }
  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. {
  43. get
  44. {
  45. if (object.ReferenceEquals(resourceMan, null))
  46. {
  47. #if (CRIPPLED_REFLECTION && HAS_WINRT)
  48. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Reactive.Strings_PlatformServices", typeof(Strings_PlatformServices).GetTypeInfo().Assembly);
  49. #else
  50. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Reactive.Strings_PlatformServices", typeof(Strings_PlatformServices).Assembly);
  51. #endif
  52. resourceMan = temp;
  53. }
  54. return resourceMan;
  55. }
  56. }
  57. /// <summary>
  58. /// Overrides the current thread's CurrentUICulture property for all
  59. /// resource lookups using this strongly typed resource class.
  60. /// </summary>
  61. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  62. internal static global::System.Globalization.CultureInfo Culture
  63. {
  64. get
  65. {
  66. return resourceCulture;
  67. }
  68. set
  69. {
  70. resourceCulture = value;
  71. }
  72. }
  73. /// <summary>
  74. /// Looks up a localized string similar to The WinRT thread pool doesn&apos;t support creating periodic timers with a period below 1 millisecond..
  75. /// </summary>
  76. internal static string WINRT_NO_SUB1MS_TIMERS
  77. {
  78. get
  79. {
  80. return ResourceManager.GetString("WINRT_NO_SUB1MS_TIMERS", resourceCulture);
  81. }
  82. }
  83. }
  84. }