202006160053579_init18.Designer.cs 800 B

1234567891011121314151617181920212223242526272829
  1. // <auto-generated />
  2. namespace MqttMsgServer.Migrations
  3. {
  4. using System.CodeDom.Compiler;
  5. using System.Data.Entity.Migrations;
  6. using System.Data.Entity.Migrations.Infrastructure;
  7. using System.Resources;
  8. [GeneratedCode("EntityFramework.Migrations", "6.4.4")]
  9. public sealed partial class init18 : IMigrationMetadata
  10. {
  11. private readonly ResourceManager Resources = new ResourceManager(typeof(init18));
  12. string IMigrationMetadata.Id
  13. {
  14. get { return "202006160053579_init18"; }
  15. }
  16. string IMigrationMetadata.Source
  17. {
  18. get { return null; }
  19. }
  20. string IMigrationMetadata.Target
  21. {
  22. get { return Resources.GetString("Target"); }
  23. }
  24. }
  25. }