diff --git a/.gitignore b/.gitignore index 610c49c..cc686f4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +bin/* # Visual Studio 2015/2017 cache/options directory .vs/ diff --git a/.vs/DNSManager/DesignTimeBuild/.dtbcache.v2 b/.vs/DNSManager/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index a29fa78..0000000 Binary files a/.vs/DNSManager/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/.vs/DNSManager/FileContentIndex/read.lock b/.vs/DNSManager/FileContentIndex/read.lock deleted file mode 100644 index e69de29..0000000 diff --git a/.vs/DNSManager/v17/.futdcache.v2 b/.vs/DNSManager/v17/.futdcache.v2 deleted file mode 100644 index c5c6eef..0000000 Binary files a/.vs/DNSManager/v17/.futdcache.v2 and /dev/null differ diff --git a/.vs/DNSManager/v17/.suo b/.vs/DNSManager/v17/.suo deleted file mode 100644 index 30e723d..0000000 Binary files a/.vs/DNSManager/v17/.suo and /dev/null differ diff --git a/.vs/ProjectEvaluation/dnsmanager.metadata.v6.1 b/.vs/ProjectEvaluation/dnsmanager.metadata.v6.1 deleted file mode 100644 index 395c89c..0000000 Binary files a/.vs/ProjectEvaluation/dnsmanager.metadata.v6.1 and /dev/null differ diff --git a/.vs/ProjectEvaluation/dnsmanager.projects.v6.1 b/.vs/ProjectEvaluation/dnsmanager.projects.v6.1 deleted file mode 100644 index ed23699..0000000 Binary files a/.vs/ProjectEvaluation/dnsmanager.projects.v6.1 and /dev/null differ diff --git a/DNSManager/DNSManager.csproj.user b/DNSManager/DNSManager.csproj.user deleted file mode 100644 index db56479..0000000 --- a/DNSManager/DNSManager.csproj.user +++ /dev/null @@ -1,14 +0,0 @@ - - - - <_LastSelectedProfileId>C:\CurrentProjects\CSharp\DNSManager\DNSManager\Properties\PublishProfiles\ClickOnceProfile.pubxml - - - - Form - - - Form - - - \ No newline at end of file diff --git a/DNSManager/Form1.Designer.cs b/DNSManager/Form1.Designer.cs index 52ae675..64c42a4 100644 --- a/DNSManager/Form1.Designer.cs +++ b/DNSManager/Form1.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); comboBoxDNS = new MaterialSkin.Controls.MaterialComboBox(); textBoxName = new MaterialSkin.Controls.MaterialTextBox2(); textBoxDNS1 = new MaterialSkin.Controls.MaterialTextBox2(); @@ -38,6 +39,7 @@ private void InitializeComponent() materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); materialLabel1 = new MaterialSkin.Controls.MaterialLabel(); materialCard2 = new MaterialSkin.Controls.MaterialCard(); + materialDivider3 = new MaterialSkin.Controls.MaterialDivider(); buttonClearDNS = new MaterialSkin.Controls.MaterialButton(); buttonApplyDNS = new MaterialSkin.Controls.MaterialButton(); buttonEdit = new MaterialSkin.Controls.MaterialButton(); @@ -45,8 +47,12 @@ private void InitializeComponent() buttonAdd = new MaterialSkin.Controls.MaterialButton(); materialLabel4 = new MaterialSkin.Controls.MaterialLabel(); githubLink = new MaterialSkin.Controls.MaterialLabel(); + materialCard3 = new MaterialSkin.Controls.MaterialCard(); + materialDivider2 = new MaterialSkin.Controls.MaterialDivider(); + materialDivider1 = new MaterialSkin.Controls.MaterialDivider(); materialCard1.SuspendLayout(); materialCard2.SuspendLayout(); + materialCard3.SuspendLayout(); SuspendLayout(); // // comboBoxDNS @@ -58,43 +64,31 @@ private void InitializeComponent() comboBoxDNS.DropDownHeight = 174; comboBoxDNS.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxDNS.DropDownWidth = 121; - comboBoxDNS.Font = new Font("Microsoft Sans Serif", 14F, FontStyle.Bold, GraphicsUnit.Pixel); + resources.ApplyResources(comboBoxDNS, "comboBoxDNS"); comboBoxDNS.ForeColor = Color.FromArgb(222, 0, 0, 0); comboBoxDNS.FormattingEnabled = true; - comboBoxDNS.IntegralHeight = false; - comboBoxDNS.ItemHeight = 43; - comboBoxDNS.Location = new Point(17, 294); - comboBoxDNS.MaxDropDownItems = 4; comboBoxDNS.MouseState = MaterialSkin.MouseState.OUT; comboBoxDNS.Name = "comboBoxDNS"; - comboBoxDNS.Size = new Size(220, 49); comboBoxDNS.StartIndex = 0; - comboBoxDNS.TabIndex = 4; comboBoxDNS.TextChanged += comboBoxDNS_TextChanged; // // textBoxName // textBoxName.AnimateReadOnly = false; - textBoxName.BackgroundImageLayout = ImageLayout.None; + resources.ApplyResources(textBoxName, "textBoxName"); textBoxName.CharacterCasing = CharacterCasing.Normal; textBoxName.Depth = 0; - textBoxName.Font = new Font("Microsoft Sans Serif", 16F, FontStyle.Regular, GraphicsUnit.Pixel); textBoxName.HideSelection = true; textBoxName.LeadingIcon = null; - textBoxName.Location = new Point(20, 35); textBoxName.MaxLength = 32767; textBoxName.MouseState = MaterialSkin.MouseState.OUT; textBoxName.Name = "textBoxName"; textBoxName.PasswordChar = '\0'; - textBoxName.PrefixSuffixText = null; textBoxName.ReadOnly = false; - textBoxName.RightToLeft = RightToLeft.No; textBoxName.SelectedText = ""; textBoxName.SelectionLength = 0; textBoxName.SelectionStart = 0; textBoxName.ShortcutsEnabled = true; - textBoxName.Size = new Size(220, 48); - textBoxName.TabIndex = 1; textBoxName.TabStop = false; textBoxName.TextAlign = HorizontalAlignment.Left; textBoxName.TrailingIcon = null; @@ -103,26 +97,20 @@ private void InitializeComponent() // textBoxDNS1 // textBoxDNS1.AnimateReadOnly = false; - textBoxDNS1.BackgroundImageLayout = ImageLayout.None; + resources.ApplyResources(textBoxDNS1, "textBoxDNS1"); textBoxDNS1.CharacterCasing = CharacterCasing.Normal; textBoxDNS1.Depth = 0; - textBoxDNS1.Font = new Font("Microsoft Sans Serif", 16F, FontStyle.Regular, GraphicsUnit.Pixel); textBoxDNS1.HideSelection = true; textBoxDNS1.LeadingIcon = null; - textBoxDNS1.Location = new Point(17, 121); textBoxDNS1.MaxLength = 32767; textBoxDNS1.MouseState = MaterialSkin.MouseState.OUT; textBoxDNS1.Name = "textBoxDNS1"; textBoxDNS1.PasswordChar = '\0'; - textBoxDNS1.PrefixSuffixText = null; textBoxDNS1.ReadOnly = false; - textBoxDNS1.RightToLeft = RightToLeft.No; textBoxDNS1.SelectedText = ""; textBoxDNS1.SelectionLength = 0; textBoxDNS1.SelectionStart = 0; textBoxDNS1.ShortcutsEnabled = true; - textBoxDNS1.Size = new Size(220, 48); - textBoxDNS1.TabIndex = 2; textBoxDNS1.TabStop = false; textBoxDNS1.TextAlign = HorizontalAlignment.Left; textBoxDNS1.TrailingIcon = null; @@ -131,26 +119,20 @@ private void InitializeComponent() // textBoxDNS2 // textBoxDNS2.AnimateReadOnly = false; - textBoxDNS2.BackgroundImageLayout = ImageLayout.None; + resources.ApplyResources(textBoxDNS2, "textBoxDNS2"); textBoxDNS2.CharacterCasing = CharacterCasing.Normal; textBoxDNS2.Depth = 0; - textBoxDNS2.Font = new Font("Microsoft Sans Serif", 16F, FontStyle.Regular, GraphicsUnit.Pixel); textBoxDNS2.HideSelection = true; textBoxDNS2.LeadingIcon = null; - textBoxDNS2.Location = new Point(17, 208); textBoxDNS2.MaxLength = 32767; textBoxDNS2.MouseState = MaterialSkin.MouseState.OUT; textBoxDNS2.Name = "textBoxDNS2"; textBoxDNS2.PasswordChar = '\0'; - textBoxDNS2.PrefixSuffixText = null; textBoxDNS2.ReadOnly = false; - textBoxDNS2.RightToLeft = RightToLeft.No; textBoxDNS2.SelectedText = ""; textBoxDNS2.SelectionLength = 0; textBoxDNS2.SelectionStart = 0; textBoxDNS2.ShortcutsEnabled = true; - textBoxDNS2.Size = new Size(220, 48); - textBoxDNS2.TabIndex = 3; textBoxDNS2.TabStop = false; textBoxDNS2.TextAlign = HorizontalAlignment.Left; textBoxDNS2.TrailingIcon = null; @@ -169,227 +151,199 @@ private void InitializeComponent() materialCard1.Controls.Add(textBoxDNS1); materialCard1.Depth = 0; materialCard1.ForeColor = Color.FromArgb(222, 0, 0, 0); - materialCard1.Location = new Point(19, 78); - materialCard1.Margin = new Padding(14); + resources.ApplyResources(materialCard1, "materialCard1"); materialCard1.MouseState = MaterialSkin.MouseState.HOVER; materialCard1.Name = "materialCard1"; - materialCard1.Padding = new Padding(14); - materialCard1.Size = new Size(255, 363); - materialCard1.TabIndex = 13; // // materialLabel5 // - materialLabel5.AutoSize = true; + resources.ApplyResources(materialLabel5, "materialLabel5"); materialLabel5.Depth = 0; - materialLabel5.Font = new Font("Roboto", 14F, FontStyle.Regular, GraphicsUnit.Pixel); - materialLabel5.Location = new Point(17, 273); materialLabel5.MouseState = MaterialSkin.MouseState.HOVER; materialLabel5.Name = "materialLabel5"; - materialLabel5.Size = new Size(93, 19); - materialLabel5.TabIndex = 14; - materialLabel5.Text = "Select a DNS"; // // materialLabel3 // - materialLabel3.AutoSize = true; + resources.ApplyResources(materialLabel3, "materialLabel3"); materialLabel3.Depth = 0; - materialLabel3.Font = new Font("Roboto", 14F, FontStyle.Regular, GraphicsUnit.Pixel); - materialLabel3.Location = new Point(17, 186); materialLabel3.MouseState = MaterialSkin.MouseState.HOVER; materialLabel3.Name = "materialLabel3"; - materialLabel3.Size = new Size(112, 19); - materialLabel3.TabIndex = 13; - materialLabel3.Text = "Secondary DNS"; // // materialLabel2 // - materialLabel2.AutoSize = true; + resources.ApplyResources(materialLabel2, "materialLabel2"); materialLabel2.Depth = 0; - materialLabel2.Font = new Font("Roboto", 14F, FontStyle.Regular, GraphicsUnit.Pixel); - materialLabel2.Location = new Point(20, 99); materialLabel2.MouseState = MaterialSkin.MouseState.HOVER; materialLabel2.Name = "materialLabel2"; - materialLabel2.Size = new Size(96, 19); - materialLabel2.TabIndex = 13; - materialLabel2.Text = "Primary DNS "; // // materialLabel1 // - materialLabel1.AutoSize = true; + resources.ApplyResources(materialLabel1, "materialLabel1"); materialLabel1.Depth = 0; - materialLabel1.Font = new Font("Roboto", 14F, FontStyle.Regular, GraphicsUnit.Pixel); - materialLabel1.Location = new Point(20, 13); materialLabel1.MouseState = MaterialSkin.MouseState.HOVER; materialLabel1.Name = "materialLabel1"; - materialLabel1.Size = new Size(79, 19); - materialLabel1.TabIndex = 13; - materialLabel1.Text = "DNS Name"; // // materialCard2 // materialCard2.BackColor = Color.FromArgb(255, 255, 255); + materialCard2.Controls.Add(materialDivider3); materialCard2.Controls.Add(buttonClearDNS); materialCard2.Controls.Add(buttonApplyDNS); - materialCard2.Controls.Add(buttonEdit); - materialCard2.Controls.Add(buttonDelete); - materialCard2.Controls.Add(buttonAdd); materialCard2.Depth = 0; materialCard2.ForeColor = Color.FromArgb(222, 0, 0, 0); - materialCard2.Location = new Point(20, 456); - materialCard2.Margin = new Padding(14); + resources.ApplyResources(materialCard2, "materialCard2"); materialCard2.MouseState = MaterialSkin.MouseState.HOVER; materialCard2.Name = "materialCard2"; - materialCard2.Padding = new Padding(14); - materialCard2.Size = new Size(253, 129); - materialCard2.TabIndex = 14; + // + // materialDivider3 + // + materialDivider3.BackColor = Color.FromArgb(30, 0, 0, 0); + materialDivider3.Depth = 0; + resources.ApplyResources(materialDivider3, "materialDivider3"); + materialDivider3.MouseState = MaterialSkin.MouseState.HOVER; + materialDivider3.Name = "materialDivider3"; // // buttonClearDNS // - buttonClearDNS.AutoSizeMode = AutoSizeMode.GrowAndShrink; + resources.ApplyResources(buttonClearDNS, "buttonClearDNS"); buttonClearDNS.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonClearDNS.Depth = 0; buttonClearDNS.HighEmphasis = true; buttonClearDNS.Icon = null; - buttonClearDNS.Location = new Point(136, 68); - buttonClearDNS.Margin = new Padding(4, 6, 4, 6); buttonClearDNS.MouseState = MaterialSkin.MouseState.HOVER; buttonClearDNS.Name = "buttonClearDNS"; buttonClearDNS.NoAccentTextColor = Color.Empty; - buttonClearDNS.Size = new Size(99, 36); - buttonClearDNS.TabIndex = 9; - buttonClearDNS.Text = "Clear DNS"; - buttonClearDNS.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + buttonClearDNS.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text; buttonClearDNS.UseAccentColor = false; buttonClearDNS.UseVisualStyleBackColor = true; buttonClearDNS.Click += buttonClearDNS_Click; // // buttonApplyDNS // - buttonApplyDNS.AutoSizeMode = AutoSizeMode.GrowAndShrink; + resources.ApplyResources(buttonApplyDNS, "buttonApplyDNS"); buttonApplyDNS.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonApplyDNS.Depth = 0; buttonApplyDNS.HighEmphasis = true; buttonApplyDNS.Icon = null; - buttonApplyDNS.Location = new Point(18, 68); - buttonApplyDNS.Margin = new Padding(4, 6, 4, 6); buttonApplyDNS.MouseState = MaterialSkin.MouseState.HOVER; buttonApplyDNS.Name = "buttonApplyDNS"; buttonApplyDNS.NoAccentTextColor = Color.Empty; - buttonApplyDNS.Size = new Size(99, 36); - buttonApplyDNS.TabIndex = 8; - buttonApplyDNS.Text = "Apply DNS"; - buttonApplyDNS.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + buttonApplyDNS.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text; buttonApplyDNS.UseAccentColor = false; buttonApplyDNS.UseVisualStyleBackColor = true; buttonApplyDNS.Click += buttonApplyDNS_Click; // // buttonEdit // - buttonEdit.AutoSizeMode = AutoSizeMode.GrowAndShrink; + resources.ApplyResources(buttonEdit, "buttonEdit"); buttonEdit.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonEdit.Depth = 0; buttonEdit.HighEmphasis = true; buttonEdit.Icon = null; - buttonEdit.Location = new Point(90, 20); - buttonEdit.Margin = new Padding(4, 6, 4, 6); buttonEdit.MouseState = MaterialSkin.MouseState.HOVER; buttonEdit.Name = "buttonEdit"; buttonEdit.NoAccentTextColor = Color.Empty; - buttonEdit.Size = new Size(64, 36); - buttonEdit.TabIndex = 6; - buttonEdit.Text = "Edit"; - buttonEdit.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + buttonEdit.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text; buttonEdit.UseAccentColor = false; buttonEdit.UseVisualStyleBackColor = true; buttonEdit.Click += buttonEdit_Click; // // buttonDelete // - buttonDelete.AutoSizeMode = AutoSizeMode.GrowAndShrink; + resources.ApplyResources(buttonDelete, "buttonDelete"); buttonDelete.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonDelete.Depth = 0; buttonDelete.HighEmphasis = true; buttonDelete.Icon = null; - buttonDelete.Location = new Point(162, 20); - buttonDelete.Margin = new Padding(4, 6, 4, 6); buttonDelete.MouseState = MaterialSkin.MouseState.HOVER; buttonDelete.Name = "buttonDelete"; buttonDelete.NoAccentTextColor = Color.Empty; - buttonDelete.Size = new Size(73, 36); - buttonDelete.TabIndex = 7; - buttonDelete.Text = "Delete"; - buttonDelete.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + buttonDelete.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text; buttonDelete.UseAccentColor = false; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonAdd // - buttonAdd.AutoSizeMode = AutoSizeMode.GrowAndShrink; + resources.ApplyResources(buttonAdd, "buttonAdd"); buttonAdd.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonAdd.Depth = 0; buttonAdd.HighEmphasis = true; buttonAdd.Icon = null; - buttonAdd.Location = new Point(18, 20); - buttonAdd.Margin = new Padding(4, 6, 4, 6); buttonAdd.MouseState = MaterialSkin.MouseState.HOVER; buttonAdd.Name = "buttonAdd"; buttonAdd.NoAccentTextColor = Color.Empty; - buttonAdd.Size = new Size(64, 36); - buttonAdd.TabIndex = 5; - buttonAdd.Text = "Add"; - buttonAdd.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + buttonAdd.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text; buttonAdd.UseAccentColor = false; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // materialLabel4 // - materialLabel4.AutoSize = true; + resources.ApplyResources(materialLabel4, "materialLabel4"); materialLabel4.Depth = 0; - materialLabel4.Font = new Font("Roboto", 12F, FontStyle.Regular, GraphicsUnit.Pixel); materialLabel4.FontType = MaterialSkin.MaterialSkinManager.fontType.Caption; - materialLabel4.Location = new Point(19, 588); materialLabel4.MouseState = MaterialSkin.MouseState.HOVER; materialLabel4.Name = "materialLabel4"; - materialLabel4.Size = new Size(62, 14); - materialLabel4.TabIndex = 15; - materialLabel4.Text = "Version 0.2"; // // githubLink // - githubLink.AutoSize = true; + resources.ApplyResources(githubLink, "githubLink"); githubLink.Cursor = Cursors.Hand; githubLink.Depth = 0; - githubLink.Font = new Font("Roboto", 12F, FontStyle.Regular, GraphicsUnit.Pixel); githubLink.FontType = MaterialSkin.MaterialSkinManager.fontType.Caption; - githubLink.Location = new Point(233, 588); githubLink.MouseState = MaterialSkin.MouseState.HOVER; githubLink.Name = "githubLink"; - githubLink.Size = new Size(37, 14); - githubLink.TabIndex = 15; - githubLink.Text = "Github"; githubLink.Click += githubLink_Click; // + // materialCard3 + // + materialCard3.BackColor = Color.FromArgb(255, 255, 255); + materialCard3.Controls.Add(materialDivider2); + materialCard3.Controls.Add(materialDivider1); + materialCard3.Controls.Add(buttonEdit); + materialCard3.Controls.Add(buttonAdd); + materialCard3.Controls.Add(buttonDelete); + materialCard3.Depth = 0; + materialCard3.ForeColor = Color.FromArgb(222, 0, 0, 0); + resources.ApplyResources(materialCard3, "materialCard3"); + materialCard3.MouseState = MaterialSkin.MouseState.HOVER; + materialCard3.Name = "materialCard3"; + // + // materialDivider2 + // + materialDivider2.BackColor = Color.FromArgb(30, 0, 0, 0); + materialDivider2.Depth = 0; + resources.ApplyResources(materialDivider2, "materialDivider2"); + materialDivider2.MouseState = MaterialSkin.MouseState.HOVER; + materialDivider2.Name = "materialDivider2"; + // + // materialDivider1 + // + materialDivider1.BackColor = Color.FromArgb(30, 0, 0, 0); + materialDivider1.Depth = 0; + resources.ApplyResources(materialDivider1, "materialDivider1"); + materialDivider1.MouseState = MaterialSkin.MouseState.HOVER; + materialDivider1.Name = "materialDivider1"; + // // Form1 // - AutoScaleDimensions = new SizeF(7F, 15F); + resources.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(293, 614); + Controls.Add(materialCard3); Controls.Add(githubLink); Controls.Add(materialLabel4); Controls.Add(materialCard2); Controls.Add(materialCard1); - FormBorderStyle = FormBorderStyle.FixedSingle; + FormStyle = FormStyles.ActionBar_None; MaximizeBox = false; Name = "Form1"; Sizable = false; - StartPosition = FormStartPosition.CenterScreen; - Text = "DNS Manager"; + Resize += Form1_Resize; materialCard1.ResumeLayout(false); materialCard1.PerformLayout(); materialCard2.ResumeLayout(false); - materialCard2.PerformLayout(); + materialCard3.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } @@ -412,5 +366,9 @@ private void InitializeComponent() private MaterialSkin.Controls.MaterialLabel materialLabel4; private MaterialSkin.Controls.MaterialLabel materialLabel5; private MaterialSkin.Controls.MaterialLabel githubLink; + private MaterialSkin.Controls.MaterialCard materialCard3; + private MaterialSkin.Controls.MaterialDivider materialDivider2; + private MaterialSkin.Controls.MaterialDivider materialDivider1; + private MaterialSkin.Controls.MaterialDivider materialDivider3; } } \ No newline at end of file diff --git a/DNSManager/Form1.cs b/DNSManager/Form1.cs index 5f0559b..8516e20 100644 --- a/DNSManager/Form1.cs +++ b/DNSManager/Form1.cs @@ -8,11 +8,19 @@ namespace DNSManager { public partial class Form1 : MaterialForm - { + { + + // Form size + private readonly int Width = 293; + private readonly int Height = 587; + private readonly Size FormSize; + private SQLiteConnection _connection; public Form1() { + FormSize = new Size(Width, Height); + InitializeComponent(); InitializeSkin(); InitializeDatabase(); @@ -24,7 +32,7 @@ private void InitializeSkin() var materialSkinManager = MaterialSkinManager.Instance; materialSkinManager.AddFormToManage(this); materialSkinManager.Theme = MaterialSkinManager.Themes.DARK; - materialSkinManager.ColorScheme = new ColorScheme(Primary.Purple400, Primary.Purple900, Primary.Purple900, Accent.Purple200, TextShade.WHITE); + materialSkinManager.ColorScheme = new ColorScheme(Primary.Green500, Primary.Green700, Primary.Green700, Accent.Green200, TextShade.WHITE); } private void InitializeDatabase() @@ -95,21 +103,21 @@ private void buttonAdd_Click(object sender, EventArgs e) var dns2 = textBoxDNS2.Text.Trim(); if (string.IsNullOrEmpty(name) || string.IsNullOrEmpty(dns1) || string.IsNullOrEmpty(dns2)) - { + { MessageForm messageForm = new MessageForm("Error", "Name and DNS fields cannot be empty.", "Ok"); messageForm.ShowDialog(); return; } if (checkName(name)) - { + { MessageForm messageForm = new MessageForm("Error", "The DNS name must not be duplicated.", "Ok"); messageForm.ShowDialog(); return; } if (!IsDnsFormatValid(dns1) && !IsDnsFormatValid(dns2)) - { + { MessageForm messageForm = new MessageForm("Error", "Please enter valid format.", "Ok"); messageForm.ShowDialog(); return; @@ -167,7 +175,8 @@ private void buttonDelete_Click(object sender, EventArgs e) return; } - Action btnYes = () => { + Action btnYes = () => + { var deleteQuery = "DELETE FROM DNS WHERE Name = @name"; var deleteCommand = new SQLiteCommand(deleteQuery, _connection); @@ -187,7 +196,7 @@ private void buttonDelete_Click(object sender, EventArgs e) Action btnNo = () => { }; messageForm = new MessageForm("Warning", "Are you sure?", "Yes", "No", btnYes, btnNo); - messageForm.ShowDialog(); + messageForm.ShowDialog(); } private void buttonEdit_Click(object sender, EventArgs e) @@ -202,7 +211,7 @@ private void buttonEdit_Click(object sender, EventArgs e) if (string.IsNullOrEmpty(newName) || string.IsNullOrEmpty(newDNS1) || string.IsNullOrEmpty(newDNS2)) { - messageForm = new MessageForm("Error", "Name and new DNS fields cannot be empty.", "Ok"); + messageForm = new MessageForm("Error", "Name and DNS fields cannot be empty.", "Ok"); messageForm.ShowDialog(); return; } @@ -214,7 +223,8 @@ private void buttonEdit_Click(object sender, EventArgs e) return; } - Action btnYes = () => { + Action btnYes = () => + { var updateQuery = "UPDATE DNS SET Name = @newName, DNS1 = @newDNS1, DNS2 = @newDNS2 WHERE Name = @selectedDNS"; var updateCommand = new SQLiteCommand(updateQuery, _connection); @@ -235,9 +245,9 @@ private void buttonEdit_Click(object sender, EventArgs e) }; Action btnNo = () => { }; - + messageForm = new MessageForm("Warning", "Are you sure?", "Yes", "No", btnYes, btnNo); - messageForm.ShowDialog(); + messageForm.ShowDialog(); } private void buttonApplyDNS_Click(object sender, EventArgs e) @@ -247,7 +257,7 @@ private void buttonApplyDNS_Click(object sender, EventArgs e) MessageForm messageForm; if (string.IsNullOrEmpty(name)) - { + { messageForm = new MessageForm("Error", "Please select a name to apply DNS.", "Ok"); messageForm.ShowDialog(); return; @@ -363,5 +373,12 @@ private void githubLink_Click(object sender, EventArgs e) { Process.Start(new ProcessStartInfo { FileName = @"https://github.com/ArshaGDS/DNSManager", UseShellExecute = true }); } + + private void Form1_Resize(object sender, EventArgs e) + { + // Set the minimum and maximum size to prevent resizing + this.MinimumSize = FormSize; + this.MaximumSize = FormSize; + } } } \ No newline at end of file diff --git a/DNSManager/Form1.en.resx b/DNSManager/Form1.en.resx new file mode 100644 index 0000000..d0ddeb3 --- /dev/null +++ b/DNSManager/Form1.en.resx @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 18, 52 + + + Roboto, 14px + + + Roboto, 14px + + + Roboto, 14px + + + Roboto, 14px + + + 17, 486 + + + 255, 60 + + + 127, 16 + + + 1, 30 + + + materialDivider3 + + + + NoControl + + + 141, 13 + + + NoControl + + + 15, 13 + + + NoControl + + + 90, 10 + + + NoControl + + + 166, 10 + + + NoControl + + + 12, 10 + + + Roboto, 12px + + + 17, 556 + + + Roboto, 12px + + + 236, 556 + + + 18, 424 + + + 158, 17 + + + 1, 23 + + + materialDivider2 + + + 1, 23 + + + materialDivider1 + + + 290, 577 + + \ No newline at end of file diff --git a/DNSManager/Form1.resx b/DNSManager/Form1.resx index f298a7b..9eb328b 100644 --- a/DNSManager/Form1.resx +++ b/DNSManager/Form1.resx @@ -57,4 +57,972 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 14px, style=Bold + + + + False + + + 43 + + + 17, 294 + + + 4 + + + 220, 49 + + + 4 + + + comboBoxDNS + + + MaterialSkin.Controls.MaterialComboBox, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 6 + + + + None + + + Microsoft Sans Serif, 16px + + + 20, 35 + + + + + + No + + + 220, 48 + + + 1 + + + textBoxName + + + MaterialSkin.Controls.MaterialTextBox2, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 4 + + + None + + + Microsoft Sans Serif, 16px + + + 17, 121 + + + + + + No + + + 220, 48 + + + 2 + + + textBoxDNS1 + + + MaterialSkin.Controls.MaterialTextBox2, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 7 + + + None + + + Microsoft Sans Serif, 16px + + + 17, 208 + + + + + + No + + + 220, 48 + + + 3 + + + textBoxDNS2 + + + MaterialSkin.Controls.MaterialTextBox2, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 5 + + + True + + + Roboto, 14px + + + 17, 273 + + + 93, 19 + + + 14 + + + Select a DNS + + + materialLabel5 + + + MaterialSkin.Controls.MaterialLabel, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 0 + + + True + + + Roboto, 14px + + + 17, 186 + + + 112, 19 + + + 13 + + + Secondary DNS + + + materialLabel3 + + + MaterialSkin.Controls.MaterialLabel, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 1 + + + True + + + Roboto, 14px + + + 20, 99 + + + 96, 19 + + + 13 + + + Primary DNS + + + materialLabel2 + + + MaterialSkin.Controls.MaterialLabel, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 2 + + + True + + + Roboto, 14px + + + 20, 13 + + + 79, 19 + + + 13 + + + DNS Name + + + materialLabel1 + + + MaterialSkin.Controls.MaterialLabel, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard1 + + + 3 + + + 19, 55 + + + + 14, 14, 14, 14 + + + 14, 14, 14, 14 + + + 255, 363 + + + 13 + + + materialCard1 + + + MaterialSkin.Controls.MaterialCard, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + $this + + + 4 + + + 127, 21 + + + 0, 1 + + + 17 + + + materialDivider3 + + + MaterialSkin.Controls.MaterialDivider, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard2 + + + 0 + + + False + + + GrowAndShrink + + + 137, 17 + + + 4, 6, 4, 6 + + + 100, 36 + + + 9 + + + Clear DNS + + + buttonClearDNS + + + MaterialSkin.Controls.MaterialButton, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard2 + + + 1 + + + False + + + GrowAndShrink + + + 20, 17 + + + 4, 6, 4, 6 + + + 100, 36 + + + 8 + + + Apply DNS + + + buttonApplyDNS + + + MaterialSkin.Controls.MaterialButton, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard2 + + + 2 + + + 19, 489 + + + 14, 14, 14, 14 + + + 14, 14, 14, 14 + + + 255, 71 + + + 14 + + + materialCard2 + + + MaterialSkin.Controls.MaterialCard, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + $this + + + 3 + + + False + + + GrowAndShrink + + + 89, 10 + + + 4, 6, 4, 6 + + + 64, 36 + + + 6 + + + Edit + + + buttonEdit + + + MaterialSkin.Controls.MaterialButton, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard3 + + + 2 + + + False + + + GrowAndShrink + + + 161, 10 + + + 4, 6, 4, 6 + + + 73, 36 + + + 7 + + + Delete + + + buttonDelete + + + MaterialSkin.Controls.MaterialButton, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard3 + + + 4 + + + False + + + GrowAndShrink + + + 17, 10 + + + 4, 6, 4, 6 + + + 64, 36 + + + 5 + + + Add + + + buttonAdd + + + MaterialSkin.Controls.MaterialButton, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard3 + + + 3 + + + True + + + Roboto, 12px + + + 19, 565 + + + 62, 14 + + + 15 + + + Version 0.2 + + + materialLabel4 + + + MaterialSkin.Controls.MaterialLabel, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + $this + + + 2 + + + True + + + Roboto, 12px + + + 235, 565 + + + 37, 14 + + + 15 + + + Github + + + githubLink + + + MaterialSkin.Controls.MaterialLabel, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + $this + + + 1 + + + 154, 17 + + + 0, 1 + + + 16 + + + materialDivider2 + + + MaterialSkin.Controls.MaterialDivider, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard3 + + + 0 + + + 84, 17 + + + 0, 1 + + + 15 + + + materialDivider1 + + + MaterialSkin.Controls.MaterialDivider, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + materialCard3 + + + 1 + + + 19, 427 + + + 14, 14, 14, 14 + + + 14, 14, 14, 14 + + + 255, 54 + + + 16 + + + materialCard3 + + + MaterialSkin.Controls.MaterialCard, MaterialSkin, Culture=neutral, PublicKeyToken=null + + + $this + + + 0 + + + True + + + 7, 15 + + + 293, 587 + + + + AAABAAEAAAAAAAEAIAC+SQAAFgAAAIlQTkcNChoKAAAADUlIRFIAAAEAAAABAAgGAAAAXHKoZgAASYVJ + REFUeNrtvXmcXFWZ//9+zr23qnpPOgkhbGENjCKgIyiijtsIMirod1AZZRVBkg6YbdTRmchvnNGRJAjZ + RMgCuAzoODJ+na+CDjIqgqCigkASAgSSQJZO71V1l/P8/rjVSYPd1V2dpKs6OW9eDXmR21Wnbp3nc895 + zrOAw+FwOBwOh8PhcDgcDofD4XA4HA6Hw+FwOBwOh8PhcDgcDofD4XA4HA6Hw+FwOBwOh8PhcDgcDofD + 4XA4HA6Hw+FwOBwOh8PhcDgcjrFB3C1wHMgoyuc/dwOTd04k8RRBUEj/LaXpr4oiiIAqeImwfdIu/uVf + PoUc4CbiBMBxQLHwkjUcOU3p6BTElExdFBsIpqhZEckpZAT1EUxJJawisQihVQoEWjSx9GsDYIm0iXpv + K9cuvdYJgMNRa1w/ew2KYjR9xhe7kWwjrSDTEU5GmYEwHZgGtAJNQKb06yHQDbQDW1GeQ1gHPKaqzya2 + b5fnNSgKkmoK85Zf5gTA4agmivKlObeQDTOoKLkY8j5TDHo6Ku9AeBNwPNAywNhHSgh0AuuBBxTuQ3lY + 63S7KQiSCMVcyGdu+MS43iY4AXCMS5a0rUKABMGLAmP96AQVOV/gPOA1QOM+fstu4E/A/wW+V9cdPNHX + FGr/X85fdrkTAIdjLAzfIyImQ1hoJpPtPgnhYuAC4LgxmtNPA3eqcsch+alPbqt/iYgYH48F40wInAA4 + xg3Xz1oDqogYjNhJilwEXAn8RZWG9KTCzcAdBnZqaT0wnvwDTgAcNc9dF9zFs9O6MYnw+PMBrz4yPlOE + zwN/DQRVHl6kcK+gXzp5/cRfPHb8LkQNnVOe4brrrnMC4HDsDTfOvoM8BXz1AHKiXIrIZ4DpFb2QvuK/ + AqVDwPT/2VdYROWW8RzKl0FvQyRvIkPYHPHp669wAuBwjIYbrl1DR3dIU32AKBMQ+QdgJtBQkdH7gmYN + ttlDm31so4dmDfil6W9BQov0JUh3gumM0z/3+/hGbiV9wDLEfglrOuw2D/+whDk31u6WwAmAoya5cfYd + tPf20VSXQQxTUb4IXAr4IzJ8A7bZx07LkhyeJZkSoA0e6ktq+IPN/AQkVihaTHuE92KI90IBszOqRAxi + YA3K51XZpts97NFhza4EnAA4ao67LriLjYd24quHiExFWQJcOOx8VcCDZEqG+IR6kqNy2GYvNfhXbgFG + YhUKUrB4L4b4G/rwNhWQvB2J1SjwbZQ5wDYTe3Qc+nRN+gT8mhuR46Dn2Wk9+NZLl/3wxREZP2AnBUSv + aiA+rg5t9PaYoq1wAANEQusM8TE54iOzeFtDgj/24D9fSF1/UlZCLkToVWGBDZLO5u3H1OS99tx0c9QS + i9rWICoAdSLyT8DVZeepAoEQndRAeNYEkmNykDEje9JXghG0xSc5KhUX0xEjBTucCJwi4FvsLwTis08/ + n3sevtsJgMMxGEvaVqEqbOtuoSFbvELg80C2nPFrk0f4hhbC1zWlT33dz4P0BTslQzItg+lOMF3xcPZ1 + GvBC1MijXghnv/H93PPr/6qZe27ctHPUCr6GIMIhzZ1nCXwGqC9n/LY1oPC2iUSvbnj5Pn9/UnoPe0iG + wjsmEp/YMNzmpFGQz2V6eCMiiBfX1D13KwBHTbBk1loS8RFhksAS4PSyxj8poPi2CSRH5qo36KwhmZZF + ihZvR1TuylaEqQg/wnqFs08/r2a2Am4F4Kg6iiIKPY1FUC4ijfAb2vhbfIpvmUByWHZsnvplxqJ1hvCN + LcQn1A9zsbwb5CMmCNBqjvkVuBWAo+pk5xyOQciG/knA9cDUIQ0uZwjf3EJyTF11jX8ggZBMyeDtjDBd + yVBbAh84WhP7ExHZ+e4zasMh6FYAjuoLQJjBFAMDXAScVG62Ric3Eh9bXzvGD6kwNXuEZzSncQdDj+3V + wN9t2yk1swpwAuCoKovaVoNYNBPNAD5czsiSw7JEr2mozXWrQjItS/SaRvDKeAWFD02ZpMeLpEeeTgAc + BzUKZBIDcD5w7FAXac4QndqENni19fR/uXETn9RAclim3BhPQviALwlaA4G4TgAcVWPhJWswQGjsFJD3 + U+ZALZmeIz4iW7vGD7udgtHJjWhmyI8iAh9I1Ew2KAsX3uUEwHFwcuS03QW6Tyct4zW4UeUM0Un1EIyD + 1BWF5IgsdlpZsToZOB1Vpj6zwwmA4+Cko0sIe1QEeQdlavgl0zLYqTX+9B+oAVlDdHxdOV9AEyLvyGc8 + 6WuucwLgODgRgUyDtJaq9w6OB8n0unJL6prEHp7DtpT1V5xZF9qJUmVRcwLgqAq6xzKmk5buHuwitN5L + nWrj68NhGzyS8tuAE4DpyMvuhRMAx8HB5//xRjR9/J1MWrd/UOykAG30x83yfzc+2KmZPVWH/pwJwMmK + 8tl/vMEJgOPgYlL7RBALwgzKNO1IJgfjbvkPpM7AyRk0O2SSUgZhhngwZUerEwDHwYWKRfCywNFDXuQJ + dkIwbutWaYNB68pGLU23kWbU2KqN0QmAo3pYcsChg1sPaCBoUw0H/pS1fiAw2KayAjBNRKp6DOAEwFEl + A1FAM8CkIa/x0hiAcfsRPdIVwNACNgkhU80VjhMAR3WMIw0A8inXw88ImhnHU1RkuOClRsq5CccAVxTU + MaYsnnMX5Nv7TwCgXGcfYXzXrRbKJwal5c5MNXc4bgXgGDvjb1sFUTd4GUTVF3g90DzkLyjjc/8/EFvb + H8CtABz7nSVtadJPDBh/m9jokNeIyCeADwEThzYekEjHrwZY0vLhQ1OU9FM6AXAceHz1k7eTLWbp014K + gC8yXeNDLhLhMoZK/X2ZASkS2XH7+SXR4UqHd6NUtUqoEwDHPuf6tts5xP6a7SYhzHbjxWZSAB8EPkla + JntkW09P0PGQATio9QOJYnqTcle1K4TV3Oc4AXDsM26+8mY6slnEJuwwrwOo9xLvrxFmAW+lXI3/V6KQ + HJIZn2HA/RrQlyA9ZQVgK1bziNsCOMY5i9rW0I3gpef7PsgbSDv5vpdyjr5BDB/ATgmIXtuUhgGPRwEQ + MO0REpbdAjwX+zasS7JVG6YTAMdesbhtDQiohflXXMLiVWtOInXw/Z0MFeVXxvhtTkiOrSc6pRE7KRi/ + pwAWzEthuR6CIbDOV49tk9urNkzXHdgxKpa0rcJIQqI+WAHhMBU+KnAFMKNSw1dfKE7z6fuLHP7RTZj9 + 0d9vDK1K+iy5H+7Aeykcysq2KZwD/G7eskuRKpmiWwE4KmLRlTcjzS3YfB+WDEZ1ghXOE+EqgTOopGav + AgbCKT69MzIUjgywWaFeLEbHd4iK92IRsysq94hdj+pzCFUzficAjgpsVfnyp76OCTNoIQ9Ws+LpO1SY + JfBOIFfBi6UVdFs8ek/IkD8mIGkwuwN/ojgm8Mfx1IwV/+k8EpZtIf5Ajw12NZjq9go86ARg8azViPav + WkvzUSAJIkziseCmK5y1v4JFs9awmLUEcYAfq4ky8no8cxXwAcoF8gxh/EmDIX9MQO/xGeIWL/0iBiz3 + kyQhsRbPjMNVgIC3LcR7vlDuqm6U+5pMpHWdBScAY2f8q4AENT6ozSkyQdIvrcMPs4XEg0Wz1zJ/6aXO + 6oHrZ60hsaWcFh+iWGZEGS4DPiZwRKWGb7NC4YiA3hMzhJP9NBpgkHBfq0ocx3jZDLuPyFTHh08gUoLH + e5G+st7/PyL6MMBLx02utl4dLMa/OjV+bzpiN58JXM2eDrS/VnRlU/uuB7smT8aLlbkrDl4RWNK2BhHF + WsEzSmKZhsiFpA6+v6jU8NUXiof69J6YoTjNR0fQytsTQ1OPR/BiBIliW32Sw7JotoadgwL++jzZ+9qR + oUOAFfiM9b2veGHE3BUfr+qQD54VgCoYH7EvnAmympf3oDtJkDO6W1svE2sflHHugBotX7r6mzRluigk + IFYwSHNseZ8IVwNvqGi+9Dv4Jnv0zshSOCp18I0kwUcs1D2Vp+5PRUyvTUUkIyRH11E8s6U2i4QImI6Y + zO+6htv7b0C528QJKtV//h48AmAMKDlErmbwBpQnCVyN5XfW2OLBZvyL21YDBYpJFpAson9l0ZmStuqu + H/EL7XbwGfqOz9B3bOZlDr6RGFJuc0TT7wuYou5OCZZQ8df1gYHiWybU1kpAQIqW4JEuzPZouHX1nRIn + 69Q3zFt+uROAMSOdLBPYs+wfjDMQJgIvHiy3ZUnbGoR03x1IXkKtf62IfhL4P0Bl1SoVknohf0yG3hMG + d/ANa0sJ5J6PMAV9ecZAyaj89Xlsi0/4uiYwNbCDFSBWgt/3EKzPD3f1Y4reoYFR0drYfR88AiC7P29j + masakYPjnixuW4WaGLVQtJZA5LiI+otF5GLKFeocwvBtRigc4dN7YpZwytAOvmFJFC9fZgmdKMGj3Wm7 + sFc3VteLVUr4CR7rJXi0G5KyS/8iyjITyDobwrwVlzkB6OfG2asQgSQBKz5zl32DLyz8BNdd96GDRp/G + 0vCNXyCJBElyIPaQjDEfAq5kqP58ZQxfPQin+vSelKUwzU+z9/amkIcnJHVl22sjRSXzUBcgRK+qT6vu + jPV2QIBIyfyhh+C33cPt+wF+rMbeqbHUlOu9qgJw/cxVdHfniawgInTmJtAc7mDJrAtp3tnL4pm3QLaF + eTc4Idjrez3vdkxPEUWwUT2gjWDPJU3YeRPlSnMNYvgYiCalDr78UQE2J/ukgo96kD8qILcp2uMDGEwE + CpbMg51IISE6pXFsfQIC0puQ+W03wZ96y8X79/O0wr+ipiOLZfby6nr+a0IAvnzlzWzavIGjj5yBYieD + vKel2HEa+KGKPiCqP0VMH2GXs969ZFHbaijE4HsoGgjyZhGZRRqL3lCR4QvEzYa+4zL0HZchaTR7/m5f + oFA8LKD3xCxNjxWGft2S4y3zm25MZ0z4l83Yifs5dVgAC96WIpnfdOO9UNh9T8rQo/DF5rjloU6/najG + qvBVTQAam5s4OjMDtTodMTcg/A2lDjGCdCOsBhaC6VzUtpr5y6rvMR1vLJ61Np2fqvQlodT7wSkGcyXC + BcCUSg3T1gl9R2foOyFDNLFyB9+I38qDnldl8bsT6p6NyhtkovhP9WF2RoSnNZEcU7enG8++Glvpc5rO + GP/JPoInetM8/+GX8hGwTOHbXX4HIMytsXlcNQEo5AsomjFG5pGGlA6kCZgJ8kw2zt1YCPIsXHiX8wmM + kBuuXks28ukjQkwC1ju63s9cDFzCSEpxvcLwNSMUDvfpOTFLNMVHPfZvwc5SWnDn6+qQUMltGT5e3myP + yP1sF/HGPPFxdSTTsmijNyDeexRGD5CA6Yrxn8njr0uFZgRPfUgrAq5R4ctGpYg1zF9xSc3NlaoJgKRZ + UIeAnDvEJQHwyaJfuMdYeaJ1q9sKDMdXr7mNl7q2Yz1LT1BEYpmE9f5WhKtIS3GN3P3U7+A7JPXsFw7f + Bw6+SjGkW4yRrDRKx3H+03n85wrYiT7x9BzJETlsa5CuCgZW4NchXkOBSDF9CWZ7hPd8AW9zEdMVpyY9 + slLlFvg2qv8IptMS0DNlXU3OmSo6AQXSI7lyx3InAVepZxbEItH1V69mwUq3FXglaSmuHElimdTQCkK9 + l8i7MdJfimvk/bVLT7eo1aN3Rob89Ay2bgwNX8AUlbpNEfXrimR2JpW9b38tvu0RmR0R+lgv2uxhJ2Ww + E1MR04xJOw75kj6JEkVCi/RZpCfG7Iox7VFaz68/pHfkPQpiYDXoP4rINhu0UFfczILrrnMC8GcTDdoR + tgBTy1x5IYm9G+G+sGj39v1ihJ4yV/WoaizjKEVicdsaegBPLap4GM5E5ZMI72MUpbiSxpKD7/gMcdM+ + dvANY7gSK9mtMQ1PhWRfjJFYR39kVvo9KVpkm8W8FKWxCULacchjQKIRiNX0HN++4jUqe/8eYLmqfhlM + h820QHEnbSvaanb+VG8LgCXId28L61u+Q/nl6SHAbCy/yeVM15KZq5m7YhSrgLQTTQfIrxk8FBjgIRHZ + NR4M//pZq9G0/h5HTX0/m176wasxfBzkI8C0il6stOfOTw/onZElat1/Dr5BDdVCZntMw7owjQIcEAK8 + z95joC8gUSSh1J/wFe8z+vd8Gviiqn5b0sBg6oqba9r4qyoAihDWNYPqNxH5AOVCdIWzEd6fGPONbJSM + 6v2iICSIsgVFVwpyxiAi8ISqrhSkGPlRzX5hi2atQq0iAr7xSKw9YtNLP/gYcDlwQqWGr4FQOKwUwTd1 + DBx8Aw1Nwe+wNKwvUvdMhNefQjtWC7B98z5F4McK/9ocNz3U5XeBFXqmrKvZZf++vwWj5IZZa4klwSCX + gKwEyrVKfgjlb4EXVGD+sspCKa+/5lZUPFq29NI9teGNkqYDn9H/2qq6Ml8nD9X3KdZTFiytnWANgMVX + rUUmF9FdQbqElWQi6n1A0lr7f0klbd76HXxTBjj4xrL6roDXa6l/JqJ+fRG/y47Usz6QTcDPgJOppNfA + vuUxlGVq7J2o6VASQFiwrLbmTjmqGgmoKAaDot+XtHHE+8tcfjrw4UzM4kKm8vdacNMVLLpmDV2HNSKJ + fVCs/M4KE9OabOwSpFjfpyDCgqW142i864K72HhYF8QW7QwQpU6VdwreLOBtjKIUVzTRo29Ghr6jq+Pg + yz0f0fBUycE3cs96P7uA76uyEmsfFSPTQD6CcBFprQJvP38KBTYAdyp6hwlkncZCFkuEqblz/hF8JdXl + prbbCEkA3inIvwPlSqT8GNULgO7RplIumbkWUcEaS39ClgCRF+FZr6ae/ItnrUnLlxnFS9RLPDldkKuB + 84CWSqdt0mjoO3aAg28M9/kSK9kXSw6+rRESVzz7CsBPgeWq3Ceihf6xRw1Fgt7cMYi+F+R80hVB6z7+ + FN3AHxXuRrmbMFpH1te0tpwyvwZSe0dD1ZOB4tIjQOF/Bf4dKOc1aVEkszfvNx4q/SyavQbEQGIJGyDo + 40TrmY8LfBQ4rFLDt1mhcFQaXhu2eqPP1BuF4WMhsyOh4aniaB18CfCIwkrQu8F0CIqfCwl76jFeQqan + DhV9JhGWGuUOgVOAdwBvIfX1tFBJyHNKCHQA64EHFO4DfTgJzA4vVCTwUYX5NZLVtzdfUfUn/NU3IyYA + 5NUI/8nQzqw7FP2EIMV5y8b3jR+M62euJU4MGT9BsKjIYahciHAFQ59cDGn4/bX2e0/KUpzqoz5j59lX + 8LssDRuK1G2M8HpH1QR3Hcoq0G+KZbP1IJCYRD3mvmKfvXhW2oE4KSXbeZohptgiIocBJ5Z+jgcOJ11l + NpNun4TUkdcD7AS2As8B60AfU3guCaJdfhgoIohNuxXPW3FgxKPURDqw5CYiYS9z1t7/+JLL3roU5Cv8 + +d72JVX9hkBRgwOrZNfSWbfRLiGiSiaIwZoWNeZ9wExkL2rtn5ihcMTIS3HtK+P3+pS6Z0Ia1of4nclo + HHxbgW+D3tpU3PhEd/ZYkkxqfNcuvXLQX5i3fM8DYVHbamIpgEon0Ak8gSrWii+e1oFkAV+0dF9FrUKM + EmI1bwI/VGt3K5kXB9R35Xnx2CkHXDh6zUS8LJm1GkUQS4N6zCLNTz+U1E20QZWvaJJ8RzyT4Bnm33Tp + AfEFLGlbDYBFQMkKvK3UTPNdlD8V+XPDf2Wt/fqxTZE1Yb+DLySzY0Do7MjpAn6A6soEfcjDi7X0RJ+3 + bPTf96LZt2F9gwnjUjyIlOy+f+zpU32PSKbXzD9AnvLjQgCg5PQCjIpJRI8DPVGREPTxzrh58wS/E0XG + rcPl5Z919W67zUhkIs2cijCT9DSk8lJc/bX2T8gQN49tII8kkHkxpvGpItkto4rgC4GfoyxFuFdV+xDw + oiwdh67junFwnu4EYF+KwMAjaQUVxZT+z9xxdMY6GNe3rcZ6CX7sg2fQJDlORC4FLgKmV2r4mhXyg9Xa + H4uZYyHYldCwLqTuuTCt4yeVfgIeRfVmRf7DmmSHpx5bN0YcfkLAnBsPPD+PE4CDlCWzVuNbJTKCUYMV + OwXhQyBXMZpSXD4Upwb0npSheOiATL2xmDEKfrel/umQ+qdDvB47mtm0Ebgd5TaMPosVslGOyI+Ys+Ji + N2HGCNcbcD9z/bzbMd1hGvrsCaLaaI2+B2QmcBajLMXVMyNLYfrYO/hMXql/NqR+fUiwa1QOvh3Ad1Fu + Dove7zO5RDURRKDt6xe6CTPGVPTV3XDtGvJ9CZmsKflS0smXJqVITZ6JKsrnP3cDk3dOJPEUSWMO0n+L + DLhqt2sISQQMzF1+6V699+JZa/aMQwnE6JtBZgFnUz4N+s8NXyBuGlBrv3GMM/VKhTkaniyS3R5Tinqt + hF7gR8AK0F8oJuxPxpm/3C31a14Arp+5isjrJpM0o0YzRuUQEWnE0t7dnmxrnGSQ0gZ0bhW/0IWXrOHI + aUpHpyCmZOqi2EAwRc2KSE4hI6hfGjCaTucEKAqmoMaGkgwUB8XEGToP3TAih9SiWatRTWN5TB+i9XIq + aVutC0izGytRMJJ6Q/7oIC3FNaEKDr6X4jSQZ0uctryqzPAj4JcoNyv8UIRuUEKpoymp7VRZJwAD+MLH + bqRpQjNqdbqkZbzOJX2KbQG+i9pvWMMmo0KgSixjW//s+tlrUkPV9Blf7EayjbSCTEc4GWUGwnTSVNlW + 0rJjmZIpFUmfUDtIm4I8g7JekT+C3bTx+f/ZddxR70QBKxZRYcEgn+2GmbeRjTLkM3k8X4gTPVqQS4BL + GXWt/ZKDb8oYO/gUgvaEhnVF6p6LRuvge0yVryPchdhtYg3G68baBuaNc2fuQSUAN3/iG3RnQhAmo/J1 + kT+r4afAI6ArVPhPVekUQG2IyU7cb2W9FeVLc24hG2ZQUXIx5H2mGPR0VN6B8CbS6K8WKqmKkxKSJp6s + B/0FyH2K/jZr/R2hiREVFGXe8su54dpbmfH6P/HkQyeX4vZlkhW5QOAq4FRGU4prsFr7YzQb/K6Sg29j + iNc9KgffJuB20LXG5+kkEvzYI/Es8w7ipqvjVgC+9Xf/weZJnRiVi4BbyxhTHrhX0ZusyP96ViM1BlFl + X4fuLmpbnT6oBLwwMNaPZ6joeYKcR+pVb9zH96oLeAz0e8DdTcVwQ3cmi0iM4qEqiGgDyNmkqcaVl+Iy + pVJcJ2TJTx9Qa3+MZoLJK3XPpRF8QfuoHHztwPdQvVkS81v1rVWbRvK4ff44FoAls9eSj0JyfrAYmDuC + X9kB/DvK11q3Fh9vn5bF82BXJ1x3295NhCVtq/CIiMlQ11dPvj5/EnAx8CHSirf7+2jTAk8B3wa+qept + REMfMW8SkZmkW6Omigy/38G3v2rtDzMDJFJym1MHX2Z7nFbLqewu9gE/QVlukfs9sUXVdL8yzxl+TTOi + Y0BVQ85TSJfFI2Ey0IZwdvth2Vuw3KKqHa2tezejF7WtwSpYyWGwk/L1+YtIl9knjeE9M6R559cBHxSJ + 70C86cCHKV/bcFDjt3VC/ui0meb+rLU/qOEnkNlWcvBtHuDgqyxT7yFgBVZ/gJEuUSXjFekOm/nsyo86 + CzsQBGDusv9gyazzUNUHRKSbkT/hTgD+FcOhiernkkgKoxnkXRfcxbPTesDCtu4WDmnuPEuRfyBtXR1U + 6d4JcBrIKVRajWZ3rf09Dr6xLsWVOvhKEXz5UdXgewLlVoVv+x5bYwUbRRjPo+3Gq51lHUgC8IWFH6V5 + Ry+SFmRYTdpPLqjgPS4B+b7Azysd4I2z72AjnfjWA7TukObOSwQ+Q6Vhs4MY4Z8ZxuiovBRXNWrtlz6f + 122p3xjSsGHUDr7NwLdQXVVotE9lezwKEXhG+Pubr3QWNc4Y8Ve/+OpbwBgQaQG5lNTRdWIF5vYp4KZK + nIE3XLuGju6QpvoAUSYg8g/ALKB+VMYuaY58WhIa1Ly8LLQkaeWagdfvEwaU4vqzWvtj9C2bQsnBt27U + Dr5O4G5gpQ3swyYyiZT0Y+44L4pxMDPyUOBcC2mjTtMZtyY3+u3ePaT77wsZWXBLRUX9b5x9B+3dfTTV + ZRBhKvBF0vP0kY25ZFyaEeJGQzTJI5rgkTQYknqDBmBLnWIkARNavLzid1v8joRgZ4Lfa9O2z6MVg/5a + +02vKMU1UJT2s+FLVIrge6pI5qUBDr6Rf54C8DOU5Sg/xZCXWBD16JzytMvUG+dUPK0Xz1xTmlkWNQRi + OQuRa0jDW4d6Mr8EnA88OJIVwF0X3MXGQzvx1UNEpqIsKQnN8OMtHafFzYbCYQHFwwOiiR5JVkZcVkMS + MEVL0G7Jbo7IbYnwu21l+e3VrrWfpLX2G/sdfGHFgTwW+I0qX0OS/xS8XShoa4xsC5h386XOeg4AKk4G + mrfiMhYuvIvWrZ1EWT8C/RnKbxHeT1rP73Revi8uAF8Tld+MdPY/O60H33rpsj998g9v/ANaWvUdm6Fw + VEDcaPaMpIJ9tpo0/DapN2nN/O4sdZsi6jaGBB3DLJ9roNZ+0J5Qvz6k/tlRO/g2KLpa4BvG95/X2GI1 + QUSY/8+fcFZzALFXu9xF16wlacjgdxWxxmDUHoHy4VKr76nAZoXveIl8K/Ftb+IlfPqr5SfQorb+BBqt + E+Q6YM6wQqVg64Xe4zL0zsiOvKFkhYbld6VNLOo3DJL7Xs1a+/0Ovp7UwVe/IUxXLJXv818C7kS5ZcKd + DY91fKQHm9jU8Fe40F0nAEOweNYqjCrWGLJWKIq2KORA8p6fdGnkE/sJC266nHJ995a0rcKq6T/q+6TA + Ykbg8Aun+HSdlqN46H6Oly8VwchtiWh8rEhmR4Ikipq0FFff8aVa+/Vj7+DLbYpoXFdMHXyVl+LqBn6o + ygqD/koxMZq+yDzn4HMCMFL6n96CljI9JY3VFZg/gtTar15zM7HNAJwl8E2GO+oT6DsmQ/dpudS5NsZh + s9mXYrxei80JxUP8fb/yGGYMEivZLek+P/PiqCL4QuCXoMtQfozQC2A1Q8bs5Nql1zoLcQIwNqS584rA + JBVuBzm33PVqoG9Glq5Tc2MbM//KOzfQ4MeymeaOtMlG7vkIE44qU+8PwM2oflc93S6JYeuud3HoxP9h + /vJLnGUcJNRERSBFuUFvI2yyBL3mItIIv7JG0DcjS+drc2Pb0+6VJjRWRj9AaPyOhIb14d4003yONFNv + jY3tM8Y3+MUMiZew6FtHOotwAjD2fGnOLWRiH7/XnEQaW1A2yrDvmAxdp1bR+Mea/maaGyPqN4y6meZO + 4LuKfh3iRwXfehkfVeVTN1/kLMEJQPXIhhlM7BkbxBdRLrFH0zDa7mot+6tg+PugmWYfcC+wHLH3i5UQ + Sb/2uQdIbwXHOBaARW2rUZTEj2dImlE3pPHbeqHrtBxxszmwjb/fwbe11EzzxQG19kdu+DHwK5QVKvrf + otIFglc0FCfGfPr6K9zsd1RfABTIqiGU5HyQY8sZRe9xaQnsA9b4+x1822Ma1oWjbaYJ8DiwCvTbasyL + qGIDiyTCp2691M16R20IwMJL0k5AodgppUo+MpRKRK0efTOyY1cXb6wNX8HvTAON6p4Z0EyzMsN/AfiG + Kqt9sesTBBMnqBHmf9UF8jhqTACOnKZ09ggKZwAnD3mhgb5jM2lo7wFo/F6fpe6ZiIYNIX7HqDL1dgF3 + q/I1Yvswgdi4FH88b+WB39/OMU4FoKNLCPtUsg3ydmSIGn4KcYuhcFQwdkE2Y2T4pqjkXhikmWZlmXo/ + RVku6H2KFMQXwiDmMzd8omzUpcMBlVay2dc2IJBtkNZS9d6hZ/lhwYHz9E8TKcltjpj4iz4m/CpPZltc + 6VPfAr8Grkb5GML/U6EQFuvwvITP3nClM37HiKjaCkBRlrAW0nDf44e8LiMUDw/G/96/v5nmjiTd528a + UGu/MltdB6xR9JteYp5PjKIRiCf8w60fcTPaMT4E4PP/eCMTdzUjKieT1u0fTCXSYh4TPcY7fueAWvuj + a6a5Ffh3YFVHXfbxlnyROGMRKyy42SXsOPaRACyetRpRKJVzH9A/byjSvnpJEGESjwU3jex8eVL7RKyJ + AG8GZernR63engaY4xBJoO6ZkMY/FYevJTA4XcAPFFZYjX/t4ccT+9LaqnNvdA4+x95hXm78q4CkVCtP + cwqHAkeU/VEORcj5YRbFZ9HstSN6YxWL4GUp1zKrVEdPx/ECoO7ZkAkP59NOulRk/EXgp6p6sWKvRPUB + IyY2cUDn5OeYu9wZv2Pv8fcY/+rU+L3piN18poi5mrS6T/kOOyI9ovxaxa5s2bHrwa7Jk1kycy1zh2sB + lVbIySEcOuQlvpA0mPFzN1+BKSoN68JKy3FZ4HfAzQrfs57daaxh49PdnHBiM3OWfczNWse+FwBBseIh + 9oUzQVZTWbONkwQ5o7u19TKx9kHR4Y22tKLPSNqoc/BrvLQ017hEwMtb/O6kkt/aCKxR5Q41PCcKDYUG + Qj9ixY+uTZtrOxz7QwAsApYcRq5mdJ12ThK4GsvvrLHFYe1DQBWfoZqMlPbKNqjROzcSRu632A58V1W/ + Rrb9j4ST1C/VIJ319QvdLHXsfwFID6iZQLrsHy1nIEwkbbE9jG0oCAZkSAegGkH9cXyePfzQLfAjVf03 + 0F8hJpJwImCZs9yF7jrGUABc2EjVOBgqGjhqlD0bbFEQ7SCNMBstDyHsGomaSPqPpUzDUbGapsEe2Pf/ + b0TkuyLmRlRP0cwuUQw3zFpTKpPmcIyBAERBCEhB0ZXAk6N4rSdUdSVKMfKi4a9OTwFi0oq0gykEKJio + Bu/aSBm5dk0BrhaR/5Rw0udQpsdeWk/1pitvd0Lg2P8C4CU+iQdNL/U9qHAZcHtJCF4Y5udJ4DZVvSxf + Jw+himdHcHCfrhJCoH3IS5I0U27c2r8ne/oPjoxjgetE+A9j+YQKrcVsjIoy85wbueFaJwSOfcvLZuei + a9agIkhiMVayVpgoUj5cWCEW2IVSRBVEmLd8+NDUxW2rUdWsiLkVGPJwu/Mv6+g5OTsud8oSK60/7yO3 + KRqNk6UI3K+qKxC9F5U+RPGiLB2Hrnc9+Rz7hJcdss+/6TK8CLzEQ4WiCC8yzApAUo9/MfIjrKcjMn4A + Ews2Y4ooz5VTl6AjSevdj0M0ELpflSVuGVUmYxZ4t4jcLpivI/Imq9a3fkTLjuksmbXazV7HXlM15//n + PreE1s6JABcDtzBYPkCpEtDOdzWS1I/ffIDMjoSGJ4rkXhhVDf9+/iwZSD1FrDB/qUsGcowzAVCUJW1r + AV5HGuM2ZdDrAqH9rxooHD6OawEObNO9rtSmOx713f/zdOAYxIP5ro2Xo0KqFmcru8v76LPAhiGvC5Xs + 5igNmRmvaJrXkJ8e0P6WBjrOqCeaPOp24TOAfxHku9bTSwUmmADEKP/6iW/z1WtucbPaUfsC0G8YNinu + An5Z7rLslhi/x47/aCUFmxP6ZmTY+baGPSXOqVgIDGkdxZUI30A5V9BcJlMgSTy+NOfrpSRth6M8VU20 + fefpH8N4FiAQeD+p4+vlCHihktQbwik10cdk32hBVggP8Qmn+agIfq9FIioVOR+YkbZjl+OBF4l1q4en + vzr9D7z7jPO45+G73Sx31KYAvO+Nb0bJINAB8k5g8OZ0Cl5BKR4WpB2BDiBsnSGcFhBO8ZGEVAgq7/Kb + A04T4RzxZAoqm3yx7Spwzl++n3e/4XwnBI5Bqbo1LZq1CvGzaBJ+WpAvlRtT98k5ul6bOzATFwY6Cp8q + OQorF4J+9jQGEfMialFfkUSYv9QVEnHsoeq1dt59xvmgFpCdAucwVH0AhaDbErd6e/bNBxpGiCd4FA4P + SBo8vLzFy+toyogdArwT5ExR8gibTGKKApx7ygd4+zvfy08e+C83+x3VF4B7Hr6bs08/Dy/WnerJIcBb + B72w9IT0exLCqQfeVmAgGgjRZI/CYQE2m/oHTFF334eRygkwHeFcQU5F2InoC+qRmFg4+4zzuOfXblvg + BKAGOPuM87GegOpmEXknQ8QEpF10FBMq4VQfDQ7sJGbNCuFUn+JUHwyjdRQGpAVezgWZrsIWiF8SjJ7z + xg+kjkInBActNWNBi2atwjc5Elu8BpFFpYk75Kh7T8zS+docmjk42oRLApltqX8gtzlGolFHFD4H3A66 + xsb2GeN5hCT4GBa4QqMHHTVTb/fdbzgfiwWRDcApkga8DEnQnuBFEE6u4kpAhvjzfnqvpMlQODwgnuDh + FRQvb/e0Exs5E4C3grxdjBHQZwMxfQCnnLCMD771NO55+PvOMg4S9um0Xdy2mj0eqzTMTRFMMSZpzrJg + 8cVlf/9LbbeQwUfhTQLfIu0aVHb0fcdk6Do1R9I8hq3DSn39slvitKcfEE7y9hxT6hi8f16pfzakfn2Y + lhyv3FEIaTr2z0FXoPwYoRfAaoaM2cm1S691FnKAs09WAEva1vCeMz6QmruEAv5UhCNFyVqRgnhio3bD + e9/+N/z4oaG9z+ec8QFQYf0vj31+0pG78ghvp0zTEIBgV0JmZ4KtN2n/wP15QFAysGBnQstv8zQ9XiT7 + YkxmW0JuS0RmR7KnlLm3f5cEGgjhZJ/i4QEalByFYcWOQg84FuRcRP5CVbYZ2CKotTbD2ae7+IEDnb2a + pUtmr8UYjySJibH4KscgchHwQdKmIl3ADxW9ATWbdu2cxL/8+/vKvuaiWWsABdGcYK4D5jJcCzNNA2p6 + jw/oOyFL3GT2bSfh0l3y8krdMyENTxbxuwYJTda0l2HhiIDeEzMUJ/upie3PFUF/z8H2Us/B5wb0HKyc + l4A7UW6ZcGfDYx0f6cEmFhFh/gpXpNQJQIkbZ99BMe7DM0H/q0wE+T/ATOC0QV73ToRPgnZ0tT43bDGL + xTPXglGs0RZj5XrgimHHWloCRxM9+o7NUDgqePmKQEd5ZzSt75/dHFP/dEh2ewzDBego2Hqh7+gMvSdk + iCd4+7+1eb+j8KWSo3DLXjkKNyi6WuAb4vnPaxxhVVMhcNWKDygq3gIsmrWaRC3GeIhqBiPvAvk3oI20 + XdhgU+444A9g/vQPX5kDwxSzOfPcU6nrboW0Ks5DCIcDJ5c1uwFP6dyLMbktEX53KYXQl3RJbtjjnij3 + o+keP9iZ0LA+pOkPBRo2hHtebzijEpAorQOQ2xojsZI0mvTEYn8ikDSXHIUtBlNyFErljsJWQd4O8ha1 + miD2WSNeQRA++o6ZnHXq27j3YRdIdCAw4mlx4+w7CG2IiOF3657itTNmnCLITOACynT3GcC/GILPR9rL + 3y+/atiL/23BrZhnM8iUBBEOQfgicCnljgcHUnraakbSDsOtHtEEj6TRkNQLNtjTc0AsmFAxeYvfa/E7 + EoL2BL+7FIAzOgfbnnEYiCZ59MzIUjgqGJtmpwKmb4CjsGPUjsIC8DOU5cBPEfIqirE+nZOfdqXJDhYB + +ErbrRgMgpmo2I8L8knSJ/tIDeELeOY6LRaZf/OVI/qVG65dQ7zFwxySYD1tMZbPgsxiuH6FQ4gBUirU + 6Zf+3F+wU0slyJO0jt/A6/cZCupDONWn56QsxWl+KkD72z+g4Hdb6jfsVWtygE7gB8ByG9iHTWQS1VRR + 5i93hUgOaAFYPOcuiHpR0UZR+QrwCYZzzL2cDoUPCdyrccT8r1054l/8twW3kukOSHwLanOIXCjI5yoS + n3KiMCo53Lv3tVmhcGRA74wM4eQ0ym8sHIWZ9oSGdUVym/bKUbgZ+BboqlxD8FS+Jya24BlY4IRg3DEi + H8A5534W7XkRkHMl3cHnKniPIrBcRG4H4vkrrqhogD954L9449+cSq53Ihhiz8s9qjZ5sNRV+OgKhejl + RvHKn9FR2Q675KwL2hNym2O8vCVp9NJtwf4UIIGkwVCcFhBO8jGx4vXpaDIOm4GzQN4VhzYHPJvx6FFV + /vq153L2Gz7APc4/cGAJwLtffSZGExBzKfD2Cl7/CdD/TxJZpkKf9ZR7H6r8XPn+++/nnoe/z7tPPw+1 + EYJsRvRHirwgabDQ1CrcOwX+ACwi7Y1wDJVsTQRMpCVHYYRJUgPd745CkzoKi4cHRCVHod9nR+MfmIzw + ThHO0rTBy7PG94uCcN6Z7+Ytr/soP33ke87CDgQBOOeM8wkp4ol/DvCmEfzKi8DXgQVJ1vuxSTS0Rjl6 + ayPf+dN3Rj3Yex6+m7PfeB7iR2C9gkfmEav2JyLsJE2Bncz+X8jbksEvRfm8WvPflvgngnlQhBzpqiQ7 + UhEAMAVNA4q2J+mTutHs96ao6glxq0fxcJ+kzuDlFa9QscPTAEcinCMip4G2K7xgCRJPNM04dIFENc2I + vuqVM2+n18SA/J3A6jITvBf4b4WlidVf+WLi/hXyvH28P1zUthpFMRjilzbhHXLk8YicXyotdhpDtR0f + PZ3Ao6jejch/dRnv6eYkQTxLkqQlThFpEHg3aTzEWxkmivHPrTItHlqc5qeBRIeOoaOwa4CjsHfU9Rfb + ge+herMk5rfqW6s23do4R+E4FoCls24jJAG0FcwKhA+/4pIEeBBYhtj/i/V6LBYvztJ56Lr9elS0uNQg + QwF8A3EySZAzEHkHcCZwAmkCTKbCly4CHaRluH8B3IfyG/FtuyZmt03OX3YZi2bdRnfHDJonPok1Fi+R + SVbkAoGrgFOp1Jz6HYVHBfSemCVs9cbOUbhzgKOwOGpH4SbSjMO1xufpJBL82CPxLPNWXOqsbrwJAMA/ + /dN1NLUfiagcLkIb8L6SYW1S9DsCd5pEt1hf2Nmyg4ldrSy46Yox+yCLZ5aEoORLy2c8qQvtRFIfwckI + M0p/ngZMIt2vZ0tmVSBdvewg3b48g7Je0T8Cz89fdvmuxbPXpE9oK4go8wapwX/DzNvIRhnymTyeL8SJ + Hi3IJaTxC0dX/KE03Q70HZuh7/jMvg9xHmJGSJxuSRqeCsmWAplGIQQKPKbK1xHuQuw2sQbjdWNtA/OW + uYjCcSUAS2auRSaE2K4Aa40nYicbtE6hq4FCe4/ksIGPiS3zl15atQ+0cOFdTH1mB33NdciA/axaBUMG + pQ7IpD0PxSgKKokIsUIoagsWPzRi0+QmTXsYmDjDrhGuZhbNWp22STRg+hCtl1NJw5kvIPVVVGZGAtEE + j74TMuSPDkjqzdgEEhWV3PMRDevCNOux8ohCgAj4JcrNCj8UoRuUUOpoSnbStqLNWeF4EACAhZesYeoU + oS+fzkyR1GlkJV2fLlhWm/u8xbPXpoE/VhHV3asEEEoCgEi/rSlG0mCZOUv3bgUzsK23KoEYfXMpkOls + RhPMZCCckvoH8kcEY1MMRdIOzXXPRDSsD/E7Rx1R2EvaAWoF6C8UE6Lp4J1/YJwIgKNyrp93O6Y7hMBL + hUe1EZH3kDoKz2Kkoc0DhEADoTDNp/ekbFoabSwyDhX8rjQ3ou6ZaG8chTuA76LcHBa932dyiaoFEfa5 + o9jhBKBmWDJrNb5VIiMYNVixUxA+BHIV8JqKX7DUZSg/PUPvjAxR69hkHKaOwtQ/kHt+rxyFG4HbUW7D + 6LNYIRvliPyIOSsudhPmYBQARfnyp24hEwWl4iKy+/+j6Z/H+3Lx+rbVWC/Bj33wDJokx4nIpcBFDFcB + aRARgLRU2MschTCeHIWPonqzIv9hTbLDU4+tGyMOPyFgzo1uRXBQCcBXrr0VsYJJTKCip5SCS1Dldyry + B0kjzg6IPePA48uMRCbSzKkIM0mLqbRW9GIDaiH0npglP30MS5P1OwqfKpLZmYzWUZiWJlOWItyrqn0I + eFGWjv18jOwEoJYMIn3iNwDzgSvZ4zHfBqxU5QagVzhw9otL2lIhsAgoWYG3IcwC3gXUVSoE6pUyDk/M + UjysVDB1LByFvZb6jRH1G0rVkkbnKOwCfoDqygR9yMOL+x2285ZdOurhXV8SWwTMwHsh/UdE/e7fdNXp + YVCUOXvxnk4AKmDhwrto2tmLMR5qk1mk8fWvTDgqoHqNZrhFijLoOfx4Zems22iXkAb105MVa1ow+j5S + R+EZVFq4pb802eGpEERTxtBR2DnAUdg3akfhVuDboLc2FTY+0Z09FusLYnXY1mYLFy5k4uZXE+W6MSq7 + jdyIEKnNekpO06AwH8FIusNMNA1mKwqSV9FYBpSEEkk1Yt6yA69sek0IwFc/cStJYEDkJIT/JG1kMRj/ + g/JBoPNA9BhfP3MtcWLI+AmCRUUOQ+VChCvK3JOyQmDrhPzRJUfhhDF0FG4vOQpfiNJipaObaetQVoF+ + UyybrQeBxCTqMfcVgUSLZq1NK1CTHuHuzGyX1nDyREGmI7yGNCL0aNJalf2BYJnS3egF+oDtpOnOm4An + gMdBt2giXeKlNy3xPIy1zF96YMy/6jcHnX0bqEUV3wjXA58qc/l6Vf0rYOv8A7iJxaLZa0AMkliiegj6 + 9EREPg58FDisUhFAIG4y9B2foe/YDEnj2AQSSaRkt8Y09jc7jUc14xLgEYWVoHeD6RBV/LoiuquZfEs3 + uWIGK+ATE6s/GeEMhbdJesx6PKMLBc+T5jY8AdwP+jPgD2LpsiZdEYjA/HG+Kqi6AHxp3nfIFLpR5G0i + 3En5SLkHFH0vsGu0N37xrNWIgh2Qfq8CSRBhEm9Mw5eHH+uadKxG8RL1Ek9OF+Rq4DygpWIhMBC2po7C + MS1NVlBymyIa1hXJtI/aUVgAfgosV+U+ES30f3d1sScFLzkBlfMR3g+cwr5PBmsHfq3wH6A/8sV/IdEY + NYKoMm+cdl2uqgAsbltbmpk0AWtJPeDlpvDndkzzvjTpxWRUS7DFs1YBFsRH1eZAJgighg6xppB4qZOo + mqHMr+SuC+5i42FdBLHpLyZSp0beWXIUvo3KirPsLk1WnJoGEo1ZaTLA67HUbwyp7y+wOjpH4S7g+6qs + ROyjghwNcjHwYdKn/f6e0xFpjsNtIvodSdiiHphcjqSrm/lfv4rxRJUF4HbQCMR8lLR+QH2Zyx9B+Vvg + OTVULADpsVuCetMRu/lM4Grg9NJf/1rRlU3tux7smjwZL1bm1ljW2uKr1iKTi+iuAIygkkxEvQ8IfBL4 + SyptidKfcVjqYTBmpckUgo6E+vUh9c+GmL69yjj8X9LU75Or8JXEwCPATaDfRyRvBUQZV/6BqgnAkrZV + qBoUjhDhO8Aby1xeAJ3pef6aMAz5+5WVL9MXz1wFxgB6Jshq/typ9qTCZcCDXmKYs/KSmvzCFs1aleY0 + eAZPDIm1R4jIx4DLSR1dlaGQ1Bvyxwb0Hp8lbjFj18Ngxx5HoYzeUVhteoC7FF1kEp7QUkeoeTWaF/NK + TNXeWaC30IiIfoT0qKsc9yp8L07i3dGBlX9SA0qOdA89mEf9JIGrxZK1xtbsFzZ/+cdZsPIKVCFKEkR4 + 4aSJ7/0y8AGFG0nTmSv6Hrw+S+PjRSbd10Pj48W9ifMfseioSbchu86sY9dZ9WnMwv5egbxiDIP+VE4j + cLkg31JP3mtKoQaLBiSCOQEY7P6r0FDX3QJy7jDj2IHqTah0ZlAW7EWLKhUmsGfZPxhnpF2Oap8Fyy/n + 71d8HBCe3PVDUH08Mcl8RS8AvkkaVDNiEQDwOy0tv83Ten8f9RvCvTm+G7kQ+EJ+ekD7WxvofEM90eT9 + cFTZb9wlXddA0DqDNnhoY+mn3qC5Uk/H/msrG8NpwKoErlElh8BXrlnNXRfcVdPzyK/WG2v6LWclPZMt + x51Y/V8xEO/lbJT085ZLw21EqndPRsO8ZZexcOFdTNzagTV+jPILjP4Wy7sRmUUlpclKhpfZFhO0JxSf + i+g5MUt4qLd/HYWlxKbeGRkKh/nUP11yFPbYvW/KIqA5g23xsVMC7MQAbfLQeg/NCOpJWjciVqRokd4E + 0xlj2iPMjgjTk0A04qarhwh8UYRWRb9iLD3PHdrjBGCob0fTsN5nSI9tBmODKF+znglDY/iHm2pzX15t + rrvuQwB89ZrbeKl3O5MbW/sST78vMT8Xkb8V4SoG79k4pBBIksb4Z7bFFI4K6JmRJZq0H0uT9Sc2NRq6 + T8lRODLY4yjMV7gSUcAT7KSA+KgcyZHZ1PBzZtBmrTqICBIr0mfxtoV4mwr4zxeQnhHVQmgAPi1InbHy + BSvau6htdc3GC1RtCxDHSmBML8q3GHy5WgSWtza96jFBmFQoOEsfhk/ddAlfWjsfkxga+7KIyE4xyc2l + 6MkvkKbgjhxJW6bVrw+Z9LNeWn5XwO8cdWehioQgavXofH0dO/+qgfwxwchyGkqxDsm0DMW3TiB/7iTC + NzSTHJ5F683uKMUh9/8Dl/6eoM0e8fF1FP9qAvm/mUz4uiZssz8SAcwAs63RBYrmRPckfzkB6H9jA0mi + oNwN+jngadJgjxB4AfhXVb11Z/efALhqnJ2vVpM5Ky9l5q0fQxDU+gDP9sXhP4N+EFhBGvJakRB4vZbG + xwq0/qyXxieKe3N8N3IhMBAe6rPrTfXselN9GrMw1ApEwbb4hG9soXDOJKJXN6CN3p7X0lGOQQEj2MkB + 4RtaKLxnEtGrGkYiSFlgvgiXm2KvCMqSGhSB6sYBlDylvlWTeDJD4TRNd2WPIfo4KjG6bzL/FretgbR7 + 8a9K/x2MF0grCb8wXo5xRsKittVp/0PAigZGzZtLgUTnkC5ZKzMKD4qTffrGuDRZJhSaNiuZP/VidkZp + kDCAL8RH5Yhe30RySGb/HmMKECn+xjyZ33Rh2uPhrGgLcLkV/bEfCR15uO622plbpppvnhq2Ehusps02 + /l1SD/bvUYn3XOPYG+YvuxzN+RAnCBIB96nqpSiXA/eTRreN3AAsZF+KmfCrPBN/2Ud2SzyaFmMV4Ykh + 01JH/JpGCu+ZRPGsCcSvqic6uYHC2yZQfMdEkqmZPSK1v9CS4JxYT+FdrSRHDRuIeRjwz0Y51vpKa42d + MR00JcEO5hXAy+/DKoxfIInqEPXA2CmKXiDIlaQ9DCo2CJsT8qUeBvujNJkRoS6Xw/e8l8/apOSR89j/ + hj+E9UhXQvaBDvyn88NdvdRa5osQGpWaiTQ1NTEKx5gxb9nHmfPVWYgo6hcA3R4kmRWq+kHgi6QhthUZ + gSkoDetCJt3XS/PvC3jde+kofEXT1kwms8f4+w29tDfffSqhVbiZCtrsUXzzBOJjh63dcpExnKOeJYhq + 56T54BGAdJLEpKGbQ9GDEldlMlVBCObfdBWKEvoFBNnoxWZh6cTgFtLst4oM1uuxNP2+wKT7eml4qlj5 + 8V3pe/L6LEF7gt9lyYhPJghq90YqaKNH8U0tJIdnywnRBKBNEmktZiMWz66NSMGDRwBEQbQD+HWZq35N + mm120DB/2cdZUOp/kHhqEf2NIrOBC4G7SQtljFwISFuftzycp/V/e6l7NhpxwVATaRqSfG8vk+/tYfI9 + PbQ82Ie3K67tzaqClk4g7ISyx4RvEeH9kljU1MYHOmgEIApCQAqKriR1OL6SJ1R1BVCMguhguS27mbf8 + MkIbkPWKgBZR7jEqF6tyJfBL0uy3EQuBWMhujZn4QB8TH8iTfTFGytUBsND4eJHmR/MEuxJMXvF6LJkn + +sj+vAPpTWpeBJJDM0SvbYJgyIHmQC4VY1olVq6/5lYnAGOFl/gkHjS91PdgKevv9pIQPAncpqqX5evk + IVTxEu9guS0v47MrP0rbjVdjAGMUi3b5Rr+J6gXAp0mr44ycUlWgumdCWu/vpfmRPEF7svvvBl4XdCTU + bwj3nCYM+PE2F/CfGQeBYArxCfXER9eVWwW8XoW/AtAgrvqQD6rGIIuuWYOKIInFWMlaYSJpZaBdKMX+ + Ok/u6DHl+llrSCwEHgS+JYrNDKC/NNnhlRrHoKXJSn/X9IcCzY8OYeQWolMaKb5lQu3PWAFvS0juxzuH + XLUofFPVflxEitUOET7oOgMtmbkWUcEa299rJI3t8CI867Fgqeta+0r6U1sF8G3sxZ7/etKCKueROrcq + EwKThvr2zkh7GAC0/k8v2ZeG2OtbiF7bRPGslvFxwyxkf76L4LHeoSxsE+jZwJMSGebefKkTAEdts3Dh + QiZsOxY1Sbq6Fcmp6jskzTh8B6MtTXZoQDjFo/FPxTT9eDA8ofDOicQn1DMuTmgEvC1Fcv9vJ5IftLZC + jHK1enprrjtL25qPVm2oB+dm11Ex999/Pz9+5PucfdbfEnV14GVzMcJ6UflvhQ0iTCWNehuZX6lUPsvv + smS3lSIJhxAKOykgfF0zZMaRyyrnYbZFmI5BVzUGoYNY/zvJJMk9D99dtWG6QCBHRcz96kV85rZPgQUT + C0CHKLdp6ij8HLCuohccQdRgfHgWbfDGx9O/hGYkDRMe2sJOE08mVnsN7gTAMSrmrbiMuV+7LDVgDxDZ + PHfZZf8Geh6whEpLkw1FINhp2XE5U5NDM2jdkMJ1BMqx1R6j8wE49gmL2taw+3Gu6ovIGxRmCrwXaB7V + i5ZCbfPvnzJcgE3tISAFS+7/7cTbXBzM0iLS/pdrEwx/v6w6xW7cCsCxT5i/7DKawiKJCCAx6C9V9ROq + XATcS1rgpWJss4/WmfFl/FDqz2iwrcFQYw+AIwStqhU6AXDsM676+lV8eumlqHg0FX+KIH3WS/4L1QtR + nQ38lt2lOUdmRLbZR/1xOk29dAVTxsqOiKx4klSvCrUTAMc+Z8Gyi7nylm/iJx5N3U0AOyO4RdPOT/8E + bBixBtSbcX1WZeu9tNLw4EzypbpnG04AHPuNT33tYq5e82FEhFzaz+G5jmOe+JeSECwDtg03OzXnjV9P + lYJmTVrGbHDqSduUOwFwHLjMXXYZn1p2GYjS8uxJoPpHVeYAV1Au+1IAf5z7qT1J2wgPTp2inlbRweEE + wDFmzF96OeI3IkkEQqzow0BnWQEY7+dU5cefVqmoooNzXDXBcIx/5t2Q9jBY1La7Qm6xrHkk47w6S6yg + Q36GYpo4XT3cCsBRJQTSs/ChW5hZkLB2+zSO5CNK0ZYz8T5EE+cDcByEKKQ9IHYMfYmmbbnG8SLA9CXl + VjHbTaxFUecDcBx05q8omlC25JikvfnicaoACUhXXC7yYat6JrFVLHnoBMBRFQQDYkKGOQUw7RGyv7sU + 76/PGNpyjUMihU0qILZ6H84JgKM6E08SRCVWWF/WiPIW4nHoBxCQniRNBx6cLlGeEGD+TdWrQOUEwFEV + FIOkTeL/AHQPZUSEFm/H+CzS6m0tIvkhi5luVfQ5tLrbGycAjqowb+nllDwB6yjjCJRQ8Z4vVJJBUBtE + ivd8sdy4f6Nou7p6AI6DF0EwW4CHyl3lbSpiOqLx4wcQ8HZEeC8OGeIQo/pzIyY0VfZvOgFwVM9OxKJo + QeF/GKrvgIDpivHX9Y2fVUAC/ro+pM8OJVpbEH5V5SBAJwCOKqP9fgD9GfDs0NeBvy6ftgQfD2XBt4f4 + z5RrFqo/E2s3oMq85dUtC+4EwFE15i67DKtCYs0zCveUMyrTFRM81lPzMQESKcEfe5CeIZ1/vSDfV+OF + GvVVfbxOABxVpbXuJTxjY9A7ge3lrvU35PGfLdTuKkDAX9+HvzFfboy/Bu4HED9X9SE7AXBUlW29R4KC + oA8BPyhnXFK0ZB7pqs2tgIB5KST4XXca4jM4BYU1xibtkeczb8UnnAA4Dm4+u/Kj9CYeqqaI6q2UqyYs + YHZEZB/sLLfErorxS1dC9sFOTPlOxj9H+GFiPDxbGx5NJwCOqtMSxIiARR4G7hrO2LxnC2Qe7Byq687Y + G39vQvaBDrwXiuXG0w76VVFpV2IWLL2EWsAJgKPqXLv042gcYtAYWAo8MtzvBOv6yDzQWd224QLSnZD9 + RSf+0/nhrv6mIj9RNM2DqBGcADhqAqmbiFHBChsUvgi0l/0FheCpXrL3d2Daq+ATEDDbI3I/24W/YVhv + /q9UuUFUQ5KI+ctqpwGtEwBHTTDvhg+hAsaCqP43sIKhgoMGiIC/MU/uJ+3pEzgZg6xBARLFX5++r/dc + Ybjf2IryBWuSZzJJDslNqKn77pqDOmqGHz98N+84672IisXKowJHIJw6nEFKr8V7oYjps2iTl7bj2tdC + UHo90x6R+U0Xmd90Y7qH3X50q+o/xvAdT41iLHNv+ii1hBMAR01x74P/xS/f9AjGegXgtwh/ARw/rAjE + irctxHu+iIQWrTNpSXHD6MWgvyipBbMrIvhjL5mHuvCfLyLxsKuNIvAVkJtM2imJecsvq7n77XoDOmqO + r8xcg0kEAgVlhsByhHeN6Jc1ndW22Sc5Kpf+TAnQnElLjA/Xjbj/72NFCjYVlecKqdF3x7tffxiKwI0q + +s+o9IhSk8bvBMBRsyyeuQZRxRpJRcDwVeA9I36BfiPPCLbJx04OsJOCtNVYg5c27OgXBNIQXilapDfB + dMaY9gizI0K6YqQ/sGdk1pIHFqN8mTTsl3nLL63Z++wEwFHDIrA6NWQPUD0CketALiJtrDlytPRjAF9Q + T0oNO9jzxC+VIJdkQCHSyvsSbAO+hOrNiORRoWvyM1x33XVOAByO0bBo5hqslDTAaIuozAZmA4eM+kWH + 2wKMjkcV/iki+WGAsYIwb1ltLvudADjGFYvn3IIWMuAlWIk9T4N3kjYZPZPqH2X3AHcqusj35MkoVkRg + /rLLq37fnAA4Dij6uwmpAbFyhMClwOXAMVUYTgw8hLJcRe5GbV+iYAQWLB8fxu8EwDHuWDxrNSY2JIHF + 1kfi9QWngVwKnAdMH4MhhMAfgTtQ7jQeLyYWbAJBBubcWPvLficAjvEvBLNX7/brJYl6YuTVgvwf4Fzg + VaStt/clO4BHVPmOCD+qi9mS95Q4Bs+D+SvGz1PfCYDjgGDhJWuYMlkpFAQRmHfDZSyes+ZQUt/A24A3 + AMcBzUCmwpfPl4z+Two/B/0pyp/AdCGKlk4PFowDR58TAMcBz5K2NaCCSnqEFwWJ8SPTKiLHgv4FyAzg + aGAKMBloIO2ObUrG3kWagPQ86LPAOuCPqmz1jO1O1IAKYhJQw7xx4uRzAuA4qPi3Bbcy4dEmuk/qTbvy + SjrFRRS1klU0K5BVxBNRU+rLkSASK4RK3GcIEikFB6juaWIyv0aj+ZwAOBxDsHDhQlq3vJoo24so9AcB + KJKKQn+Qn8juv/GIUDXMXV79kl0Oh8PhcDgcDofD4XA4HA6Hw+FwOBwOh8PhcDgcDofD4XA4HA6Hw+Fw + OBwOh8PhcDgcDofD4XA4HA6Hw+FwOBwOh8PhcDgcDofD4XA4DhT+f7oeGwh3zfcNAAAAAElFTkSuQmCC + + + + 3, 24, 3, 3 + + + CenterScreen + + + DNS Manager + + + Form1 + + + MaterialSkin.Controls.MaterialForm, MaterialSkin, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/DNSManager/MessageForm.Designer.cs b/DNSManager/MessageForm.Designer.cs index 846b9ba..7d6f168 100644 --- a/DNSManager/MessageForm.Designer.cs +++ b/DNSManager/MessageForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageForm)); buttonDone = new MaterialSkin.Controls.MaterialButton(); materialLabel1 = new MaterialSkin.Controls.MaterialLabel(); materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); @@ -37,13 +38,14 @@ private void InitializeComponent() // buttonDone // buttonDone.AccessibleRole = AccessibleRole.None; + buttonDone.AutoSize = false; buttonDone.AutoSizeMode = AutoSizeMode.GrowAndShrink; buttonDone.Cursor = Cursors.Hand; buttonDone.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonDone.Depth = 0; buttonDone.HighEmphasis = true; buttonDone.Icon = null; - buttonDone.Location = new Point(19, 139); + buttonDone.Location = new Point(78, 139); buttonDone.Margin = new Padding(4, 6, 4, 6); buttonDone.MouseState = MaterialSkin.MouseState.HOVER; buttonDone.Name = "buttonDone"; @@ -59,11 +61,12 @@ private void InitializeComponent() // materialLabel1 // materialLabel1.Depth = 0; - materialLabel1.Font = new Font("Roboto", 14F, FontStyle.Regular, GraphicsUnit.Pixel); - materialLabel1.Location = new Point(19, 71); + materialLabel1.Font = new Font("Roboto", 12F, FontStyle.Regular, GraphicsUnit.Pixel); + materialLabel1.FontType = MaterialSkin.MaterialSkinManager.fontType.Body2; + materialLabel1.Location = new Point(6, 71); materialLabel1.MouseState = MaterialSkin.MouseState.HOVER; materialLabel1.Name = "materialLabel1"; - materialLabel1.Size = new Size(286, 62); + materialLabel1.Size = new Size(292, 62); materialLabel1.TabIndex = 1; materialLabel1.Text = "Message"; materialLabel1.TextAlign = ContentAlignment.MiddleCenter; @@ -72,10 +75,10 @@ private void InitializeComponent() // materialLabel2.Depth = 0; materialLabel2.Font = new Font("Roboto", 14F, FontStyle.Regular, GraphicsUnit.Pixel); - materialLabel2.Location = new Point(19, 47); + materialLabel2.Location = new Point(6, 44); materialLabel2.MouseState = MaterialSkin.MouseState.HOVER; materialLabel2.Name = "materialLabel2"; - materialLabel2.Size = new Size(286, 26); + materialLabel2.Size = new Size(292, 26); materialLabel2.TabIndex = 2; materialLabel2.Text = "Title"; materialLabel2.Visible = false; @@ -83,13 +86,14 @@ private void InitializeComponent() // buttonCancel // buttonCancel.AccessibleRole = AccessibleRole.None; + buttonCancel.AutoSize = false; buttonCancel.AutoSizeMode = AutoSizeMode.GrowAndShrink; buttonCancel.Cursor = Cursors.Hand; buttonCancel.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; buttonCancel.Depth = 0; buttonCancel.HighEmphasis = true; buttonCancel.Icon = null; - buttonCancel.Location = new Point(228, 139); + buttonCancel.Location = new Point(150, 139); buttonCancel.Margin = new Padding(4, 6, 4, 6); buttonCancel.MouseState = MaterialSkin.MouseState.HOVER; buttonCancel.Name = "buttonCancel"; @@ -97,7 +101,8 @@ private void InitializeComponent() buttonCancel.Size = new Size(77, 36); buttonCancel.TabIndex = 3; buttonCancel.Text = "Cancel"; - buttonCancel.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + buttonCancel.TextAlign = ContentAlignment.MiddleRight; + buttonCancel.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text; buttonCancel.UseAccentColor = false; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Visible = false; @@ -107,21 +112,22 @@ private void InitializeComponent() // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(397, 387); + ClientSize = new Size(304, 192); Controls.Add(buttonCancel); Controls.Add(materialLabel2); Controls.Add(materialLabel1); Controls.Add(buttonDone); - FormBorderStyle = FormBorderStyle.FixedSingle; FormStyle = FormStyles.ActionBar_None; + Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; MinimizeBox = false; Name = "MessageForm"; Padding = new Padding(3, 24, 3, 3); StartPosition = FormStartPosition.CenterParent; Text = "MessageForm"; + Load += MessageForm_Load; + Resize += MessageForm_Resize; ResumeLayout(false); - PerformLayout(); } #endregion diff --git a/DNSManager/MessageForm.cs b/DNSManager/MessageForm.cs index ee87645..9eba861 100644 --- a/DNSManager/MessageForm.cs +++ b/DNSManager/MessageForm.cs @@ -5,13 +5,20 @@ namespace DNSManager { public partial class MessageForm : MaterialForm { + + // Form size + private Size originalSize; + public MessageForm(String Text, String BtnText) { InitializeComponent(); InitializeSkin(); materialLabel1.Text = Text; + materialLabel1.TextAlign = ContentAlignment.MiddleCenter; + buttonDone.Text = BtnText; + buttonDone.Location = new Point(119, 139); } public MessageForm(String Title, String Text, String BtnText) @@ -24,6 +31,7 @@ public MessageForm(String Title, String Text, String BtnText) buttonDone.Text = BtnText; materialLabel2.Visible = true; + buttonDone.Location = new Point(119, 139); } Action _Btn1Click, _Btn2Click; @@ -50,7 +58,7 @@ private void InitializeSkin() var materialSkinManager = MaterialSkinManager.Instance; materialSkinManager.AddFormToManage(this); materialSkinManager.Theme = MaterialSkinManager.Themes.DARK; - materialSkinManager.ColorScheme = new ColorScheme(Primary.Purple400, Primary.Purple900, Primary.Purple900, Accent.Purple200, TextShade.WHITE); + materialSkinManager.ColorScheme = new ColorScheme(Primary.Green500, Primary.Green700, Primary.Green700, Accent.Green200, TextShade.WHITE); } private void buttonDone_Click(object sender, EventArgs e) @@ -70,5 +78,17 @@ private void buttonCancel_Click(object sender, EventArgs e) } this.Close(); } + + private void MessageForm_Load(object sender, EventArgs e) + { + originalSize = this.Size; + } + + private void MessageForm_Resize(object sender, EventArgs e) + { + // Set the minimum and maximum size to prevent resizing + this.Size = originalSize; + } + } } diff --git a/DNSManager/MessageForm.resx b/DNSManager/MessageForm.resx index f298a7b..25332dd 100644 --- a/DNSManager/MessageForm.resx +++ b/DNSManager/MessageForm.resx @@ -57,4 +57,324 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 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 + + \ No newline at end of file diff --git a/DNSManager/Properties/PublishProfiles/ClickOnceProfile.pubxml b/DNSManager/Properties/PublishProfiles/ClickOnceProfile.pubxml deleted file mode 100644 index e35f5c7..0000000 --- a/DNSManager/Properties/PublishProfiles/ClickOnceProfile.pubxml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - 0 - 0.1.0.* - True - Release - False - true - True - Disk - True - False - True - False - Any CPU - bin\Release\net6.0-windows\app.publish\ - bin\publish\ - ClickOnce - False - False - False - (none) - False - net6.0-windows - False - Foreground - False - Publish.html - - - - True - .NET Desktop Runtime 6.0.14 (x64) - - - \ No newline at end of file diff --git a/DNSManager/Properties/PublishProfiles/ClickOnceProfile.pubxml.user b/DNSManager/Properties/PublishProfiles/ClickOnceProfile.pubxml.user deleted file mode 100644 index fbe98da..0000000 --- a/DNSManager/Properties/PublishProfiles/ClickOnceProfile.pubxml.user +++ /dev/null @@ -1,10 +0,0 @@ - - - - - False|2023-05-22T00:11:32.2299052Z; - - - \ No newline at end of file diff --git a/DNSManager/bin/Debug/DNSManager.1.0.0.nupkg b/DNSManager/bin/Debug/DNSManager.1.0.0.nupkg deleted file mode 100644 index b617577..0000000 Binary files a/DNSManager/bin/Debug/DNSManager.1.0.0.nupkg and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/DNSManager.deps.json b/DNSManager/bin/Debug/net6.0-windows/DNSManager.deps.json deleted file mode 100644 index e05f5cf..0000000 --- a/DNSManager/bin/Debug/net6.0-windows/DNSManager.deps.json +++ /dev/null @@ -1,381 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "DNSManager/1.0.0": { - "dependencies": { - "MaterialSkin.2": "2.3.1", - "System.Data.SQLite": "1.0.117" - }, - "runtime": { - "DNSManager.dll": {} - } - }, - "EntityFramework/6.4.4": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.CodeDom": "4.7.0", - "System.ComponentModel.Annotations": "4.7.0", - "System.Configuration.ConfigurationManager": "4.7.0", - "System.Data.SqlClient": "4.8.1" - }, - "runtime": { - "lib/netstandard2.1/EntityFramework.SqlServer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.400.420.21404" - }, - "lib/netstandard2.1/EntityFramework.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.400.420.21404" - } - } - }, - "MaterialSkin.2/2.3.1": { - "runtime": { - "lib/net5.0-windows7.0/MaterialSkin.dll": { - "assemblyVersion": "2.3.1.0", - "fileVersion": "2.3.1.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.dll": { - "assemblyVersion": "1.0.117.0", - "fileVersion": "1.0.117.0" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/SQLite.Interop.dll": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/SQLite.Interop.dll": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/SQLite.Interop.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "1.0.117.0" - }, - "runtimes/win-x86/native/SQLite.Interop.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "1.0.117.0" - } - } - }, - "System.CodeDom/4.7.0": {}, - "System.ComponentModel.Annotations/4.7.0": {}, - "System.Configuration.ConfigurationManager/4.7.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Security.Permissions": "4.7.0" - } - }, - "System.Data.SqlClient/4.8.1": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - } - } - }, - "System.Data.SQLite/1.0.117": { - "dependencies": { - "System.Data.SQLite.Core": "1.0.117", - "System.Data.SQLite.EF6": "1.0.117" - } - }, - "System.Data.SQLite.Core/1.0.117": { - "dependencies": { - "Stub.System.Data.SQLite.Core.NetStandard": "1.0.117" - } - }, - "System.Data.SQLite.EF6/1.0.117": { - "dependencies": { - "EntityFramework": "6.4.4" - }, - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.EF6.dll": { - "assemblyVersion": "1.0.117.0", - "fileVersion": "1.0.117.0" - } - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - } - }, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.7.0": {}, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - } - } - } - }, - "libraries": { - "DNSManager/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EntityFramework/6.4.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==", - "path": "entityframework/6.4.4", - "hashPath": "entityframework.6.4.4.nupkg.sha512" - }, - "MaterialSkin.2/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w2vFxLNk4InCDU7pXDfBqPfv55HhBtuu8HRfEqQpeS3sNTS1pUzDs/hS0b5JW2/tKvt+P1of9OINP8a9omWDBg==", - "path": "materialskin.2/2.3.1", - "hashPath": "materialskin.2.2.3.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-x1zzPC/A4MmiKGDLoxLE6O5KLu7Kz7dyzhPQzlqYFTFcXmXAtM7hNNWpGw5yLEz833AnGbd/kxoitXArgR4YyA==", - "path": "stub.system.data.sqlite.core.netstandard/1.0.117", - "hashPath": "stub.system.data.sqlite.core.netstandard.1.0.117.nupkg.sha512" - }, - "System.CodeDom/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==", - "path": "system.codedom/4.7.0", - "hashPath": "system.codedom.4.7.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", - "path": "system.componentmodel.annotations/4.7.0", - "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", - "path": "system.configuration.configurationmanager/4.7.0", - "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "path": "system.data.sqlclient/4.8.1", - "hashPath": "system.data.sqlclient.4.8.1.nupkg.sha512" - }, - "System.Data.SQLite/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yL8FPHoK9LfP9mPk0FGTJlF8ZiqujKfeyn2lIdE/5LyKDhhyXRNWtOF2dN6+OpBdmO1ZSHaYr8HyOY3a3rZ4sw==", - "path": "system.data.sqlite/1.0.117", - "hashPath": "system.data.sqlite.1.0.117.nupkg.sha512" - }, - "System.Data.SQLite.Core/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lGfOhA3QQod9XhdWYqLgNgbgq5uZnVG6DtnhDAdPisbLpTTgZBNbeGnp+GWt8C+3EyaqBYTGJWXcxHlHKwo05A==", - "path": "system.data.sqlite.core/1.0.117", - "hashPath": "system.data.sqlite.core.1.0.117.nupkg.sha512" - }, - "System.Data.SQLite.EF6/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q1y/Jz1K63okYr1Jea7DyNGrOyWJiOpPHdpJ9cbjWAJanKJ0RUAZ8HQHKy9oEdxfjv0kfPR+Up9QcWni8lryCQ==", - "path": "system.data.sqlite.ef6/1.0.117", - "hashPath": "system.data.sqlite.ef6.1.0.117.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", - "path": "system.security.cryptography.protecteddata/4.7.0", - "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DNSManager/bin/Debug/net6.0-windows/DNSManager.dll b/DNSManager/bin/Debug/net6.0-windows/DNSManager.dll deleted file mode 100644 index 59c0a6b..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/DNSManager.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/DNSManager.exe b/DNSManager/bin/Debug/net6.0-windows/DNSManager.exe deleted file mode 100644 index b133631..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/DNSManager.exe and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/DNSManager.pdb b/DNSManager/bin/Debug/net6.0-windows/DNSManager.pdb deleted file mode 100644 index d736aad..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/DNSManager.pdb and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/DNSManager.runtimeconfig.json b/DNSManager/bin/Debug/net6.0-windows/DNSManager.runtimeconfig.json deleted file mode 100644 index f9988b2..0000000 --- a/DNSManager/bin/Debug/net6.0-windows/DNSManager.runtimeconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "6.0.0" - } - ] - } -} \ No newline at end of file diff --git a/DNSManager/bin/Debug/net6.0-windows/EntityFramework.SqlServer.dll b/DNSManager/bin/Debug/net6.0-windows/EntityFramework.SqlServer.dll deleted file mode 100644 index 0036529..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/EntityFramework.dll b/DNSManager/bin/Debug/net6.0-windows/EntityFramework.dll deleted file mode 100644 index 6c00a5d..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/EntityFramework.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/MaterialSkin.dll b/DNSManager/bin/Debug/net6.0-windows/MaterialSkin.dll deleted file mode 100644 index 8b04fec..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/MaterialSkin.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/System.Data.SQLite.EF6.dll b/DNSManager/bin/Debug/net6.0-windows/System.Data.SQLite.EF6.dll deleted file mode 100644 index f4e111f..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/System.Data.SQLite.EF6.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/System.Data.SQLite.dll b/DNSManager/bin/Debug/net6.0-windows/System.Data.SQLite.dll deleted file mode 100644 index 58593e6..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/System.Data.SQLite.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/System.Data.SqlClient.dll b/DNSManager/bin/Debug/net6.0-windows/System.Data.SqlClient.dll deleted file mode 100644 index c9675bc..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/System.Data.SqlClient.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/dns.db b/DNSManager/bin/Debug/net6.0-windows/dns.db deleted file mode 100644 index 14b2bb2..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/dns.db and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/linux-x64/native/SQLite.Interop.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/linux-x64/native/SQLite.Interop.dll deleted file mode 100644 index 0d43f1d..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/linux-x64/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/osx-x64/native/SQLite.Interop.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/osx-x64/native/SQLite.Interop.dll deleted file mode 100644 index aa95676..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/osx-x64/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100644 index 02588a7..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-arm64/native/sni.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/win-arm64/native/sni.dll deleted file mode 100644 index 7b8f9d8..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-arm64/native/sni.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x64/native/SQLite.Interop.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x64/native/SQLite.Interop.dll deleted file mode 100644 index 0736a58..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x64/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x64/native/sni.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x64/native/sni.dll deleted file mode 100644 index c1a05a5..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x64/native/sni.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x86/native/SQLite.Interop.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x86/native/SQLite.Interop.dll deleted file mode 100644 index d4570e5..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x86/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x86/native/sni.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x86/native/sni.dll deleted file mode 100644 index 5fc21ac..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/win-x86/native/sni.dll and /dev/null differ diff --git a/DNSManager/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll b/DNSManager/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100644 index 9d91846..0000000 Binary files a/DNSManager/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/DNSManager.deps.json b/DNSManager/bin/Release/net6.0-windows/DNSManager.deps.json deleted file mode 100644 index e05f5cf..0000000 --- a/DNSManager/bin/Release/net6.0-windows/DNSManager.deps.json +++ /dev/null @@ -1,381 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "DNSManager/1.0.0": { - "dependencies": { - "MaterialSkin.2": "2.3.1", - "System.Data.SQLite": "1.0.117" - }, - "runtime": { - "DNSManager.dll": {} - } - }, - "EntityFramework/6.4.4": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.CodeDom": "4.7.0", - "System.ComponentModel.Annotations": "4.7.0", - "System.Configuration.ConfigurationManager": "4.7.0", - "System.Data.SqlClient": "4.8.1" - }, - "runtime": { - "lib/netstandard2.1/EntityFramework.SqlServer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.400.420.21404" - }, - "lib/netstandard2.1/EntityFramework.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.400.420.21404" - } - } - }, - "MaterialSkin.2/2.3.1": { - "runtime": { - "lib/net5.0-windows7.0/MaterialSkin.dll": { - "assemblyVersion": "2.3.1.0", - "fileVersion": "2.3.1.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.dll": { - "assemblyVersion": "1.0.117.0", - "fileVersion": "1.0.117.0" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/SQLite.Interop.dll": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/SQLite.Interop.dll": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/SQLite.Interop.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "1.0.117.0" - }, - "runtimes/win-x86/native/SQLite.Interop.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "1.0.117.0" - } - } - }, - "System.CodeDom/4.7.0": {}, - "System.ComponentModel.Annotations/4.7.0": {}, - "System.Configuration.ConfigurationManager/4.7.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Security.Permissions": "4.7.0" - } - }, - "System.Data.SqlClient/4.8.1": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - } - } - }, - "System.Data.SQLite/1.0.117": { - "dependencies": { - "System.Data.SQLite.Core": "1.0.117", - "System.Data.SQLite.EF6": "1.0.117" - } - }, - "System.Data.SQLite.Core/1.0.117": { - "dependencies": { - "Stub.System.Data.SQLite.Core.NetStandard": "1.0.117" - } - }, - "System.Data.SQLite.EF6/1.0.117": { - "dependencies": { - "EntityFramework": "6.4.4" - }, - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.EF6.dll": { - "assemblyVersion": "1.0.117.0", - "fileVersion": "1.0.117.0" - } - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - } - }, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.7.0": {}, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - } - } - } - }, - "libraries": { - "DNSManager/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "EntityFramework/6.4.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==", - "path": "entityframework/6.4.4", - "hashPath": "entityframework.6.4.4.nupkg.sha512" - }, - "MaterialSkin.2/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w2vFxLNk4InCDU7pXDfBqPfv55HhBtuu8HRfEqQpeS3sNTS1pUzDs/hS0b5JW2/tKvt+P1of9OINP8a9omWDBg==", - "path": "materialskin.2/2.3.1", - "hashPath": "materialskin.2.2.3.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-x1zzPC/A4MmiKGDLoxLE6O5KLu7Kz7dyzhPQzlqYFTFcXmXAtM7hNNWpGw5yLEz833AnGbd/kxoitXArgR4YyA==", - "path": "stub.system.data.sqlite.core.netstandard/1.0.117", - "hashPath": "stub.system.data.sqlite.core.netstandard.1.0.117.nupkg.sha512" - }, - "System.CodeDom/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==", - "path": "system.codedom/4.7.0", - "hashPath": "system.codedom.4.7.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", - "path": "system.componentmodel.annotations/4.7.0", - "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", - "path": "system.configuration.configurationmanager/4.7.0", - "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "path": "system.data.sqlclient/4.8.1", - "hashPath": "system.data.sqlclient.4.8.1.nupkg.sha512" - }, - "System.Data.SQLite/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yL8FPHoK9LfP9mPk0FGTJlF8ZiqujKfeyn2lIdE/5LyKDhhyXRNWtOF2dN6+OpBdmO1ZSHaYr8HyOY3a3rZ4sw==", - "path": "system.data.sqlite/1.0.117", - "hashPath": "system.data.sqlite.1.0.117.nupkg.sha512" - }, - "System.Data.SQLite.Core/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lGfOhA3QQod9XhdWYqLgNgbgq5uZnVG6DtnhDAdPisbLpTTgZBNbeGnp+GWt8C+3EyaqBYTGJWXcxHlHKwo05A==", - "path": "system.data.sqlite.core/1.0.117", - "hashPath": "system.data.sqlite.core.1.0.117.nupkg.sha512" - }, - "System.Data.SQLite.EF6/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q1y/Jz1K63okYr1Jea7DyNGrOyWJiOpPHdpJ9cbjWAJanKJ0RUAZ8HQHKy9oEdxfjv0kfPR+Up9QcWni8lryCQ==", - "path": "system.data.sqlite.ef6/1.0.117", - "hashPath": "system.data.sqlite.ef6.1.0.117.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", - "path": "system.security.cryptography.protecteddata/4.7.0", - "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DNSManager/bin/Release/net6.0-windows/DNSManager.dll b/DNSManager/bin/Release/net6.0-windows/DNSManager.dll deleted file mode 100644 index 04232d5..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/DNSManager.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/DNSManager.exe b/DNSManager/bin/Release/net6.0-windows/DNSManager.exe deleted file mode 100644 index b133631..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/DNSManager.exe and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/DNSManager.pdb b/DNSManager/bin/Release/net6.0-windows/DNSManager.pdb deleted file mode 100644 index 4ea7a03..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/DNSManager.pdb and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/DNSManager.runtimeconfig.json b/DNSManager/bin/Release/net6.0-windows/DNSManager.runtimeconfig.json deleted file mode 100644 index 54681bc..0000000 --- a/DNSManager/bin/Release/net6.0-windows/DNSManager.runtimeconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false - } - } -} \ No newline at end of file diff --git a/DNSManager/bin/Release/net6.0-windows/EntityFramework.SqlServer.dll b/DNSManager/bin/Release/net6.0-windows/EntityFramework.SqlServer.dll deleted file mode 100644 index 0036529..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/EntityFramework.SqlServer.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/EntityFramework.dll b/DNSManager/bin/Release/net6.0-windows/EntityFramework.dll deleted file mode 100644 index 6c00a5d..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/EntityFramework.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/MaterialSkin.dll b/DNSManager/bin/Release/net6.0-windows/MaterialSkin.dll deleted file mode 100644 index 8b04fec..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/MaterialSkin.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/System.Data.SQLite.EF6.dll b/DNSManager/bin/Release/net6.0-windows/System.Data.SQLite.EF6.dll deleted file mode 100644 index f4e111f..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/System.Data.SQLite.EF6.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/System.Data.SQLite.dll b/DNSManager/bin/Release/net6.0-windows/System.Data.SQLite.dll deleted file mode 100644 index 58593e6..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/System.Data.SQLite.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/System.Data.SqlClient.dll b/DNSManager/bin/Release/net6.0-windows/System.Data.SqlClient.dll deleted file mode 100644 index c9675bc..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/System.Data.SqlClient.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/app.publish/Launcher.exe b/DNSManager/bin/Release/net6.0-windows/app.publish/Launcher.exe deleted file mode 100644 index d530b3c..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/app.publish/Launcher.exe and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/linux-x64/native/SQLite.Interop.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/linux-x64/native/SQLite.Interop.dll deleted file mode 100644 index 0d43f1d..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/linux-x64/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/osx-x64/native/SQLite.Interop.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/osx-x64/native/SQLite.Interop.dll deleted file mode 100644 index aa95676..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/osx-x64/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100644 index 02588a7..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/win-arm64/native/sni.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/win-arm64/native/sni.dll deleted file mode 100644 index 7b8f9d8..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/win-arm64/native/sni.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x64/native/SQLite.Interop.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/win-x64/native/SQLite.Interop.dll deleted file mode 100644 index 0736a58..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x64/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x64/native/sni.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/win-x64/native/sni.dll deleted file mode 100644 index c1a05a5..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x64/native/sni.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x86/native/SQLite.Interop.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/win-x86/native/SQLite.Interop.dll deleted file mode 100644 index d4570e5..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x86/native/SQLite.Interop.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x86/native/sni.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/win-x86/native/sni.dll deleted file mode 100644 index 5fc21ac..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/win-x86/native/sni.dll and /dev/null differ diff --git a/DNSManager/bin/Release/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll b/DNSManager/bin/Release/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100644 index 9d91846..0000000 Binary files a/DNSManager/bin/Release/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/DNSManager/obj/DNSManager.csproj.nuget.dgspec.json b/DNSManager/obj/DNSManager.csproj.nuget.dgspec.json deleted file mode 100644 index 78b09ea..0000000 --- a/DNSManager/obj/DNSManager.csproj.nuget.dgspec.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj": {} - }, - "projects": { - "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj", - "projectName": "DNSManager", - "projectPath": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj", - "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", - "outputPath": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "e:\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0-windows" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0-windows7.0": { - "targetAlias": "net6.0-windows", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0-windows7.0": { - "targetAlias": "net6.0-windows", - "dependencies": { - "MaterialSkin.2": { - "target": "Package", - "version": "[2.3.1, )" - }, - "System.Data.SQLite": { - "target": "Package", - "version": "[1.0.117, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WindowsForms": { - "privateAssets": "none" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.200\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/DNSManager/obj/DNSManager.csproj.nuget.g.props b/DNSManager/obj/DNSManager.csproj.nuget.g.props deleted file mode 100644 index 12caaf8..0000000 --- a/DNSManager/obj/DNSManager.csproj.nuget.g.props +++ /dev/null @@ -1,23 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\User\.nuget\packages\;e:\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.5.0 - - - - - - - - - - C:\Users\User\.nuget\packages\entityframework\6.4.4 - C:\Users\User\.nuget\packages\system.data.sqlite.ef6\1.0.117 - - \ No newline at end of file diff --git a/DNSManager/obj/DNSManager.csproj.nuget.g.targets b/DNSManager/obj/DNSManager.csproj.nuget.g.targets deleted file mode 100644 index 02384cb..0000000 --- a/DNSManager/obj/DNSManager.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/DNSManager/obj/Debug/DNSManager.1.0.0.nuspec b/DNSManager/obj/Debug/DNSManager.1.0.0.nuspec deleted file mode 100644 index f2f6fbe..0000000 --- a/DNSManager/obj/Debug/DNSManager.1.0.0.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - DNSManager - 1.0.0 - DNSManager - Package Description - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/DNSManager/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/DNSManager/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.AssemblyInfo.cs b/DNSManager/obj/Debug/net6.0-windows/DNSManager.AssemblyInfo.cs deleted file mode 100644 index 7a91dcd..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("DNSManager")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("DNSManager")] -[assembly: System.Reflection.AssemblyTitleAttribute("DNSManager")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] -[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.AssemblyInfoInputs.cache b/DNSManager/obj/Debug/net6.0-windows/DNSManager.AssemblyInfoInputs.cache deleted file mode 100644 index db310ad..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6583b9f2cc23c7724cc4ddfef60c759e576d36a9 diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.Form1.resources b/DNSManager/obj/Debug/net6.0-windows/DNSManager.Form1.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/DNSManager.Form1.resources and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.GeneratedMSBuildEditorConfig.editorconfig b/DNSManager/obj/Debug/net6.0-windows/DNSManager.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 58c9f52..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.ApplicationManifest = app.manifest -build_property.StartupObject = -build_property.ApplicationDefaultFont = -build_property.ApplicationHighDpiMode = -build_property.ApplicationUseCompatibleTextRendering = -build_property.ApplicationVisualStyles = -build_property.TargetFramework = net6.0-windows -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = DNSManager -build_property.ProjectDir = C:\CurrentProjects\CSharp\DNSManager\DNSManager\ diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.GlobalUsings.g.cs b/DNSManager/obj/Debug/net6.0-windows/DNSManager.GlobalUsings.g.cs deleted file mode 100644 index 84bbb89..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.GlobalUsings.g.cs +++ /dev/null @@ -1,10 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.Drawing; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; -global using global::System.Windows.Forms; diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.assets.cache b/DNSManager/obj/Debug/net6.0-windows/DNSManager.assets.cache deleted file mode 100644 index 1fdda74..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/DNSManager.assets.cache and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.AssemblyReference.cache b/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.AssemblyReference.cache deleted file mode 100644 index 6546608..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.AssemblyReference.cache and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.BuildWithSkipAnalyzers b/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.CopyComplete b/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.CoreCompileInputs.cache b/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.CoreCompileInputs.cache deleted file mode 100644 index 64dda86..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -de646858c3f1715e57bff0210b7d62fc2b8ef732 diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.FileListAbsolute.txt b/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.FileListAbsolute.txt deleted file mode 100644 index cf2efa4..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,34 +0,0 @@ -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\DNSManager.exe -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\DNSManager.deps.json -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\DNSManager.runtimeconfig.json -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\DNSManager.pdb -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\EntityFramework.SqlServer.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\EntityFramework.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\System.Data.SQLite.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\System.Data.SqlClient.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\System.Data.SQLite.EF6.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.csproj.AssemblyReference.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.Form1.resources -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.csproj.GenerateResource.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.GeneratedMSBuildEditorConfig.editorconfig -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.AssemblyInfoInputs.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.AssemblyInfo.cs -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.csproj.CoreCompileInputs.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.csproj.CopyComplete -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\refint\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.pdb -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.genruntimeconfig.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\ref\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Debug\net6.0-windows\MaterialSkin.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Debug\net6.0-windows\DNSManager.MessageForm.resources diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.GenerateResource.cache b/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.GenerateResource.cache deleted file mode 100644 index 4d2aec2..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/DNSManager.csproj.GenerateResource.cache and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.designer.deps.json b/DNSManager/obj/Debug/net6.0-windows/DNSManager.designer.deps.json deleted file mode 100644 index ca4b11d..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.designer.deps.json +++ /dev/null @@ -1,511 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "EntityFramework/6.4.4": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.CodeDom": "4.7.0", - "System.ComponentModel.Annotations": "4.7.0", - "System.Configuration.ConfigurationManager": "4.7.0", - "System.Data.SqlClient": "4.8.1" - }, - "runtime": { - "lib/netstandard2.1/EntityFramework.SqlServer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.400.420.21404" - }, - "lib/netstandard2.1/EntityFramework.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.400.420.21404" - } - } - }, - "MaterialSkin.2/2.3.1": { - "runtime": { - "lib/net5.0-windows7.0/MaterialSkin.dll": { - "assemblyVersion": "2.3.1.0", - "fileVersion": "2.3.1.0" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - }, - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.dll": { - "assemblyVersion": "1.0.117.0", - "fileVersion": "1.0.117.0" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/SQLite.Interop.dll": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/SQLite.Interop.dll": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/win-x64/native/SQLite.Interop.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "1.0.117.0" - }, - "runtimes/win-x86/native/SQLite.Interop.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "1.0.117.0" - } - } - }, - "System.CodeDom/4.7.0": { - "runtime": { - "lib/netstandard2.0/System.CodeDom.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.ComponentModel.Annotations/4.7.0": { - "runtime": { - "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { - "assemblyVersion": "4.3.1.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Security.Permissions": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Data.SqlClient/4.8.1": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.1", - "fileVersion": "4.700.20.6702" - } - } - }, - "System.Data.SQLite/1.0.117": { - "dependencies": { - "System.Data.SQLite.Core": "1.0.117", - "System.Data.SQLite.EF6": "1.0.117" - } - }, - "System.Data.SQLite.Core/1.0.117": { - "dependencies": { - "Stub.System.Data.SQLite.Core.NetStandard": "1.0.117" - } - }, - "System.Data.SQLite.EF6/1.0.117": { - "dependencies": { - "EntityFramework": "6.4.4" - }, - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.EF6.dll": { - "assemblyVersion": "1.0.117.0", - "fileVersion": "1.0.117.0" - } - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Drawing.Common.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26919.2" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - }, - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.5.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Principal.Windows/4.7.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - } - } - }, - "libraries": { - "EntityFramework/6.4.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==", - "path": "entityframework/6.4.4", - "hashPath": "entityframework.6.4.4.nupkg.sha512" - }, - "MaterialSkin.2/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w2vFxLNk4InCDU7pXDfBqPfv55HhBtuu8HRfEqQpeS3sNTS1pUzDs/hS0b5JW2/tKvt+P1of9OINP8a9omWDBg==", - "path": "materialskin.2/2.3.1", - "hashPath": "materialskin.2.2.3.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-x1zzPC/A4MmiKGDLoxLE6O5KLu7Kz7dyzhPQzlqYFTFcXmXAtM7hNNWpGw5yLEz833AnGbd/kxoitXArgR4YyA==", - "path": "stub.system.data.sqlite.core.netstandard/1.0.117", - "hashPath": "stub.system.data.sqlite.core.netstandard.1.0.117.nupkg.sha512" - }, - "System.CodeDom/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==", - "path": "system.codedom/4.7.0", - "hashPath": "system.codedom.4.7.0.nupkg.sha512" - }, - "System.ComponentModel.Annotations/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", - "path": "system.componentmodel.annotations/4.7.0", - "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", - "path": "system.configuration.configurationmanager/4.7.0", - "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "path": "system.data.sqlclient/4.8.1", - "hashPath": "system.data.sqlclient.4.8.1.nupkg.sha512" - }, - "System.Data.SQLite/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yL8FPHoK9LfP9mPk0FGTJlF8ZiqujKfeyn2lIdE/5LyKDhhyXRNWtOF2dN6+OpBdmO1ZSHaYr8HyOY3a3rZ4sw==", - "path": "system.data.sqlite/1.0.117", - "hashPath": "system.data.sqlite.1.0.117.nupkg.sha512" - }, - "System.Data.SQLite.Core/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lGfOhA3QQod9XhdWYqLgNgbgq5uZnVG6DtnhDAdPisbLpTTgZBNbeGnp+GWt8C+3EyaqBYTGJWXcxHlHKwo05A==", - "path": "system.data.sqlite.core/1.0.117", - "hashPath": "system.data.sqlite.core.1.0.117.nupkg.sha512" - }, - "System.Data.SQLite.EF6/1.0.117": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Q1y/Jz1K63okYr1Jea7DyNGrOyWJiOpPHdpJ9cbjWAJanKJ0RUAZ8HQHKy9oEdxfjv0kfPR+Up9QcWni8lryCQ==", - "path": "system.data.sqlite.ef6/1.0.117", - "hashPath": "system.data.sqlite.ef6.1.0.117.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", - "path": "system.security.cryptography.protecteddata/4.7.0", - "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.designer.runtimeconfig.json b/DNSManager/obj/Debug/net6.0-windows/DNSManager.designer.runtimeconfig.json deleted file mode 100644 index 772d54e..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.designer.runtimeconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.WindowsDesktop.App", - "version": "6.0.0" - } - ], - "additionalProbingPaths": [ - "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\User\\.nuget\\packages", - "e:\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configProperties": { - "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true - } - } -} \ No newline at end of file diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.dll b/DNSManager/obj/Debug/net6.0-windows/DNSManager.dll deleted file mode 100644 index 59c0a6b..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/DNSManager.dll and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.genruntimeconfig.cache b/DNSManager/obj/Debug/net6.0-windows/DNSManager.genruntimeconfig.cache deleted file mode 100644 index 0fbff51..0000000 --- a/DNSManager/obj/Debug/net6.0-windows/DNSManager.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -0ca1a4902b607490e685261c652a9209d163d34c diff --git a/DNSManager/obj/Debug/net6.0-windows/DNSManager.pdb b/DNSManager/obj/Debug/net6.0-windows/DNSManager.pdb deleted file mode 100644 index d736aad..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/DNSManager.pdb and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/apphost.exe b/DNSManager/obj/Debug/net6.0-windows/apphost.exe deleted file mode 100644 index b133631..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/apphost.exe and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/ref/DNSManager.dll b/DNSManager/obj/Debug/net6.0-windows/ref/DNSManager.dll deleted file mode 100644 index 2273332..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/ref/DNSManager.dll and /dev/null differ diff --git a/DNSManager/obj/Debug/net6.0-windows/refint/DNSManager.dll b/DNSManager/obj/Debug/net6.0-windows/refint/DNSManager.dll deleted file mode 100644 index 2273332..0000000 Binary files a/DNSManager/obj/Debug/net6.0-windows/refint/DNSManager.dll and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/DNSManager/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/DNSManager/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.AssemblyInfo.cs b/DNSManager/obj/Release/net6.0-windows/DNSManager.AssemblyInfo.cs deleted file mode 100644 index 55024aa..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.AssemblyInfo.cs +++ /dev/null @@ -1,25 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("DNSManager")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("DNSManager")] -[assembly: System.Reflection.AssemblyTitleAttribute("DNSManager")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] -[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] -[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.AssemblyInfoInputs.cache b/DNSManager/obj/Release/net6.0-windows/DNSManager.AssemblyInfoInputs.cache deleted file mode 100644 index 30e649b..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -dab4cd4165806da439de9734c6a63757d42e2bce diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.Form1.resources b/DNSManager/obj/Release/net6.0-windows/DNSManager.Form1.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/DNSManager.Form1.resources and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.GeneratedMSBuildEditorConfig.editorconfig b/DNSManager/obj/Release/net6.0-windows/DNSManager.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 58c9f52..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.ApplicationManifest = app.manifest -build_property.StartupObject = -build_property.ApplicationDefaultFont = -build_property.ApplicationHighDpiMode = -build_property.ApplicationUseCompatibleTextRendering = -build_property.ApplicationVisualStyles = -build_property.TargetFramework = net6.0-windows -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = DNSManager -build_property.ProjectDir = C:\CurrentProjects\CSharp\DNSManager\DNSManager\ diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.GlobalUsings.g.cs b/DNSManager/obj/Release/net6.0-windows/DNSManager.GlobalUsings.g.cs deleted file mode 100644 index 84bbb89..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.GlobalUsings.g.cs +++ /dev/null @@ -1,10 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.Drawing; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; -global using global::System.Windows.Forms; diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.assets.cache b/DNSManager/obj/Release/net6.0-windows/DNSManager.assets.cache deleted file mode 100644 index 92b4179..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/DNSManager.assets.cache and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.AssemblyReference.cache b/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.AssemblyReference.cache deleted file mode 100644 index f8a31b2..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.AssemblyReference.cache and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.CopyComplete b/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.CoreCompileInputs.cache b/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.CoreCompileInputs.cache deleted file mode 100644 index f2b5f9d..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3192266fd3bae05d6ae60980a3aa6e2269462f29 diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.FileListAbsolute.txt b/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.FileListAbsolute.txt deleted file mode 100644 index 2704112..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,34 +0,0 @@ -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\DNSManager.exe -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\DNSManager.deps.json -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\DNSManager.runtimeconfig.json -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\DNSManager.pdb -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\EntityFramework.SqlServer.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\EntityFramework.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\MaterialSkin.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\System.Data.SQLite.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\System.Data.SqlClient.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\System.Data.SQLite.EF6.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\win-arm64\native\sni.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\win-x64\native\sni.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\win-x86\native\sni.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\bin\Release\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.csproj.AssemblyReference.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.Form1.resources -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.csproj.GenerateResource.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.GeneratedMSBuildEditorConfig.editorconfig -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.AssemblyInfoInputs.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.AssemblyInfo.cs -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.csproj.CoreCompileInputs.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.csproj.CopyComplete -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\refint\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.pdb -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.genruntimeconfig.cache -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\ref\DNSManager.dll -C:\CurrentProjects\CSharp\DNSManager\DNSManager\obj\Release\net6.0-windows\DNSManager.dll.manifest diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.GenerateResource.cache b/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.GenerateResource.cache deleted file mode 100644 index e455412..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/DNSManager.csproj.GenerateResource.cache and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.dll b/DNSManager/obj/Release/net6.0-windows/DNSManager.dll deleted file mode 100644 index 04232d5..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/DNSManager.dll and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.genruntimeconfig.cache b/DNSManager/obj/Release/net6.0-windows/DNSManager.genruntimeconfig.cache deleted file mode 100644 index 2f07361..0000000 --- a/DNSManager/obj/Release/net6.0-windows/DNSManager.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -f81d11d926703843d71f09f611365b292a5ff042 diff --git a/DNSManager/obj/Release/net6.0-windows/DNSManager.pdb b/DNSManager/obj/Release/net6.0-windows/DNSManager.pdb deleted file mode 100644 index 4ea7a03..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/DNSManager.pdb and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/Launcher.exe b/DNSManager/obj/Release/net6.0-windows/Launcher.exe deleted file mode 100644 index d530b3c..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/Launcher.exe and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/PublishOutputs.e9bc072653.txt b/DNSManager/obj/Release/net6.0-windows/PublishOutputs.e9bc072653.txt deleted file mode 100644 index e8a518e..0000000 --- a/DNSManager/obj/Release/net6.0-windows/PublishOutputs.e9bc072653.txt +++ /dev/null @@ -1,20 +0,0 @@ -C:\Users\User\Desktop\DNSManager.exe -C:\Users\User\Desktop\DNSManager.dll -C:\Users\User\Desktop\DNSManager.deps.json -C:\Users\User\Desktop\DNSManager.runtimeconfig.json -C:\Users\User\Desktop\DNSManager.pdb -C:\Users\User\Desktop\EntityFramework.SqlServer.dll -C:\Users\User\Desktop\EntityFramework.dll -C:\Users\User\Desktop\MaterialSkin.dll -C:\Users\User\Desktop\System.Data.SQLite.dll -C:\Users\User\Desktop\System.Data.SqlClient.dll -C:\Users\User\Desktop\System.Data.SQLite.EF6.dll -C:\Users\User\Desktop\runtimes\win-arm64\native\sni.dll -C:\Users\User\Desktop\runtimes\win-x64\native\sni.dll -C:\Users\User\Desktop\runtimes\win-x86\native\sni.dll -C:\Users\User\Desktop\runtimes\linux-x64\native\SQLite.Interop.dll -C:\Users\User\Desktop\runtimes\osx-x64\native\SQLite.Interop.dll -C:\Users\User\Desktop\runtimes\win-x64\native\SQLite.Interop.dll -C:\Users\User\Desktop\runtimes\win-x86\native\SQLite.Interop.dll -C:\Users\User\Desktop\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll -C:\Users\User\Desktop\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll diff --git a/DNSManager/obj/Release/net6.0-windows/apphost.exe b/DNSManager/obj/Release/net6.0-windows/apphost.exe deleted file mode 100644 index b133631..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/apphost.exe and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/ref/DNSManager.dll b/DNSManager/obj/Release/net6.0-windows/ref/DNSManager.dll deleted file mode 100644 index f09d7ba..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/ref/DNSManager.dll and /dev/null differ diff --git a/DNSManager/obj/Release/net6.0-windows/refint/DNSManager.dll b/DNSManager/obj/Release/net6.0-windows/refint/DNSManager.dll deleted file mode 100644 index f09d7ba..0000000 Binary files a/DNSManager/obj/Release/net6.0-windows/refint/DNSManager.dll and /dev/null differ diff --git a/DNSManager/obj/project.assets.json b/DNSManager/obj/project.assets.json deleted file mode 100644 index 9e6eaf7..0000000 --- a/DNSManager/obj/project.assets.json +++ /dev/null @@ -1,1323 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0-windows7.0": { - "EntityFramework/6.4.4": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.CodeDom": "4.7.0", - "System.ComponentModel.Annotations": "4.7.0", - "System.Configuration.ConfigurationManager": "4.7.0", - "System.Data.SqlClient": "4.8.1" - }, - "compile": { - "lib/netstandard2.1/EntityFramework.SqlServer.dll": { - "related": ".xml" - }, - "lib/netstandard2.1/EntityFramework.dll": { - "related": ".SqlServer.xml;.xml" - } - }, - "runtime": { - "lib/netstandard2.1/EntityFramework.SqlServer.dll": { - "related": ".xml" - }, - "lib/netstandard2.1/EntityFramework.dll": { - "related": ".SqlServer.xml;.xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.0/EntityFramework.props": {}, - "buildTransitive/netcoreapp3.0/EntityFramework.targets": {} - } - }, - "MaterialSkin.2/2.3.1": { - "type": "package", - "compile": { - "lib/net5.0-windows7.0/MaterialSkin.dll": {} - }, - "runtime": { - "lib/net5.0-windows7.0/MaterialSkin.dll": {} - }, - "frameworkReferences": [ - "Microsoft.WindowsDesktop.App.WindowsForms" - ] - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "assetType": "native", - "rid": "win-arm64" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "assetType": "native", - "rid": "win-x64" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "assetType": "native", - "rid": "win-x86" - } - } - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "type": "package", - "compile": { - "lib/netstandard2.1/System.Data.SQLite.dll": { - "related": ".dll.altconfig;.xml" - } - }, - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.dll": { - "related": ".dll.altconfig;.xml" - } - }, - "runtimeTargets": { - "runtimes/linux-x64/native/SQLite.Interop.dll": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/osx-x64/native/SQLite.Interop.dll": { - "assetType": "native", - "rid": "osx-x64" - }, - "runtimes/win-x64/native/SQLite.Interop.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/SQLite.Interop.dll": { - "assetType": "native", - "rid": "win-x86" - } - } - }, - "System.CodeDom/4.7.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.CodeDom.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.CodeDom.dll": { - "related": ".xml" - } - } - }, - "System.ComponentModel.Annotations/4.7.0": { - "type": "package", - "compile": { - "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } - } - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "type": "package", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Security.Permissions": "4.7.0" - }, - "compile": { - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - } - }, - "System.Data.SqlClient/4.8.1": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "compile": { - "ref/netcoreapp2.1/System.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Data.SQLite/1.0.117": { - "type": "package", - "dependencies": { - "System.Data.SQLite.Core": "[1.0.117]", - "System.Data.SQLite.EF6": "[1.0.117]" - } - }, - "System.Data.SQLite.Core/1.0.117": { - "type": "package", - "dependencies": { - "Stub.System.Data.SQLite.Core.NetStandard": "[1.0.117]" - } - }, - "System.Data.SQLite.EF6/1.0.117": { - "type": "package", - "dependencies": { - "EntityFramework": "6.4.4" - }, - "compile": { - "lib/netstandard2.1/System.Data.SQLite.EF6.dll": {} - }, - "runtime": { - "lib/netstandard2.1/System.Data.SQLite.EF6.dll": {} - } - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "compile": { - "ref/netcoreapp3.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Drawing.Common.dll": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "compile": { - "ref/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Permissions.dll": { - "related": ".xml" - } - } - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "dependencies": { - "System.Drawing.Common": "4.7.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - } - } - }, - "libraries": { - "EntityFramework/6.4.4": { - "sha512": "yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==", - "type": "package", - "path": "entityframework/6.4.4", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/EntityFramework.DefaultItems.props", - "build/EntityFramework.props", - "build/EntityFramework.targets", - "build/Microsoft.Data.Entity.Build.Tasks.dll", - "build/netcoreapp3.0/EntityFramework.props", - "build/netcoreapp3.0/EntityFramework.targets", - "buildTransitive/EntityFramework.props", - "buildTransitive/EntityFramework.targets", - "buildTransitive/netcoreapp3.0/EntityFramework.props", - "buildTransitive/netcoreapp3.0/EntityFramework.targets", - "content/net40/App.config.install.xdt", - "content/net40/App.config.transform", - "content/net40/Web.config.install.xdt", - "content/net40/Web.config.transform", - "entityframework.6.4.4.nupkg.sha512", - "entityframework.nuspec", - "lib/net40/EntityFramework.SqlServer.dll", - "lib/net40/EntityFramework.SqlServer.xml", - "lib/net40/EntityFramework.dll", - "lib/net40/EntityFramework.xml", - "lib/net45/EntityFramework.SqlServer.dll", - "lib/net45/EntityFramework.SqlServer.xml", - "lib/net45/EntityFramework.dll", - "lib/net45/EntityFramework.xml", - "lib/netstandard2.1/EntityFramework.SqlServer.dll", - "lib/netstandard2.1/EntityFramework.SqlServer.xml", - "lib/netstandard2.1/EntityFramework.dll", - "lib/netstandard2.1/EntityFramework.xml", - "tools/EntityFramework6.PS2.psd1", - "tools/EntityFramework6.PS2.psm1", - "tools/EntityFramework6.psd1", - "tools/EntityFramework6.psm1", - "tools/about_EntityFramework6.help.txt", - "tools/init.ps1", - "tools/install.ps1", - "tools/net40/any/ef6.exe", - "tools/net40/any/ef6.pdb", - "tools/net40/win-x86/ef6.exe", - "tools/net40/win-x86/ef6.pdb", - "tools/net45/any/ef6.exe", - "tools/net45/any/ef6.pdb", - "tools/net45/win-x86/ef6.exe", - "tools/net45/win-x86/ef6.pdb", - "tools/netcoreapp3.0/any/ef6.dll", - "tools/netcoreapp3.0/any/ef6.pdb", - "tools/netcoreapp3.0/any/ef6.runtimeconfig.json" - ] - }, - "MaterialSkin.2/2.3.1": { - "sha512": "w2vFxLNk4InCDU7pXDfBqPfv55HhBtuu8HRfEqQpeS3sNTS1pUzDs/hS0b5JW2/tKvt+P1of9OINP8a9omWDBg==", - "type": "package", - "path": "materialskin.2/2.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net45/MaterialSkin.dll", - "lib/net461/MaterialSkin.dll", - "lib/net48/MaterialSkin.dll", - "lib/net5.0-windows7.0/MaterialSkin.dll", - "materialskin.2.2.3.1.nupkg.sha512", - "materialskin.2.nuspec", - "nugetIcon.png" - ] - }, - "Microsoft.CSharp/4.7.0": { - "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "type": "package", - "path": "microsoft.csharp/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.xml", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.7.0.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/netstandard1.0/Microsoft.CSharp.xml", - "ref/netstandard1.0/de/Microsoft.CSharp.xml", - "ref/netstandard1.0/es/Microsoft.CSharp.xml", - "ref/netstandard1.0/fr/Microsoft.CSharp.xml", - "ref/netstandard1.0/it/Microsoft.CSharp.xml", - "ref/netstandard1.0/ja/Microsoft.CSharp.xml", - "ref/netstandard1.0/ko/Microsoft.CSharp.xml", - "ref/netstandard1.0/ru/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "type": "package", - "path": "microsoft.netcore.platforms/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.3.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.Win32.Registry/4.7.0": { - "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "type": "package", - "path": "microsoft.win32.registry/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.4.7.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/net472/Microsoft.Win32.Registry.dll", - "ref/net472/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "type": "package", - "path": "microsoft.win32.systemevents/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Win32.SystemEvents.dll", - "lib/net461/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.4.7.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "ref/net461/Microsoft.Win32.SystemEvents.dll", - "ref/net461/Microsoft.Win32.SystemEvents.xml", - "ref/net472/Microsoft.Win32.SystemEvents.dll", - "ref/net472/Microsoft.Win32.SystemEvents.xml", - "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "type": "package", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", - "runtime.native.system.data.sqlclient.sni.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "type": "package", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", - "runtimes/win-arm64/native/sni.dll", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "type": "package", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", - "runtimes/win-x64/native/sni.dll", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "type": "package", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", - "runtimes/win-x86/native/sni.dll", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Stub.System.Data.SQLite.Core.NetStandard/1.0.117": { - "sha512": "x1zzPC/A4MmiKGDLoxLE6O5KLu7Kz7dyzhPQzlqYFTFcXmXAtM7hNNWpGw5yLEz833AnGbd/kxoitXArgR4YyA==", - "type": "package", - "path": "stub.system.data.sqlite.core.netstandard/1.0.117", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard2.0/System.Data.SQLite.dll", - "lib/netstandard2.0/System.Data.SQLite.dll.altconfig", - "lib/netstandard2.0/System.Data.SQLite.xml", - "lib/netstandard2.1/System.Data.SQLite.dll", - "lib/netstandard2.1/System.Data.SQLite.dll.altconfig", - "lib/netstandard2.1/System.Data.SQLite.xml", - "runtimes/linux-x64/native/SQLite.Interop.dll", - "runtimes/osx-x64/native/SQLite.Interop.dll", - "runtimes/win-x64/native/SQLite.Interop.dll", - "runtimes/win-x86/native/SQLite.Interop.dll", - "stub.system.data.sqlite.core.netstandard.1.0.117.nupkg.sha512", - "stub.system.data.sqlite.core.netstandard.nuspec" - ] - }, - "System.CodeDom/4.7.0": { - "sha512": "Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==", - "type": "package", - "path": "system.codedom/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.CodeDom.dll", - "lib/net461/System.CodeDom.xml", - "lib/netstandard2.0/System.CodeDom.dll", - "lib/netstandard2.0/System.CodeDom.xml", - "ref/net461/System.CodeDom.dll", - "ref/net461/System.CodeDom.xml", - "ref/netstandard2.0/System.CodeDom.dll", - "ref/netstandard2.0/System.CodeDom.xml", - "system.codedom.4.7.0.nupkg.sha512", - "system.codedom.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.ComponentModel.Annotations/4.7.0": { - "sha512": "0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", - "type": "package", - "path": "system.componentmodel.annotations/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net461/System.ComponentModel.Annotations.dll", - "lib/netcore50/System.ComponentModel.Annotations.dll", - "lib/netstandard1.4/System.ComponentModel.Annotations.dll", - "lib/netstandard2.0/System.ComponentModel.Annotations.dll", - "lib/netstandard2.1/System.ComponentModel.Annotations.dll", - "lib/netstandard2.1/System.ComponentModel.Annotations.xml", - "lib/portable-net45+win8/_._", - "lib/win8/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net461/System.ComponentModel.Annotations.dll", - "ref/net461/System.ComponentModel.Annotations.xml", - "ref/netcore50/System.ComponentModel.Annotations.dll", - "ref/netcore50/System.ComponentModel.Annotations.xml", - "ref/netcore50/de/System.ComponentModel.Annotations.xml", - "ref/netcore50/es/System.ComponentModel.Annotations.xml", - "ref/netcore50/fr/System.ComponentModel.Annotations.xml", - "ref/netcore50/it/System.ComponentModel.Annotations.xml", - "ref/netcore50/ja/System.ComponentModel.Annotations.xml", - "ref/netcore50/ko/System.ComponentModel.Annotations.xml", - "ref/netcore50/ru/System.ComponentModel.Annotations.xml", - "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/System.ComponentModel.Annotations.dll", - "ref/netstandard1.1/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/System.ComponentModel.Annotations.dll", - "ref/netstandard1.3/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/System.ComponentModel.Annotations.dll", - "ref/netstandard1.4/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard2.0/System.ComponentModel.Annotations.dll", - "ref/netstandard2.0/System.ComponentModel.Annotations.xml", - "ref/netstandard2.1/System.ComponentModel.Annotations.dll", - "ref/netstandard2.1/System.ComponentModel.Annotations.xml", - "ref/portable-net45+win8/_._", - "ref/win8/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.componentmodel.annotations.4.7.0.nupkg.sha512", - "system.componentmodel.annotations.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Configuration.ConfigurationManager/4.7.0": { - "sha512": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", - "type": "package", - "path": "system.configuration.configurationmanager/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Configuration.ConfigurationManager.dll", - "lib/net461/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "ref/net461/System.Configuration.ConfigurationManager.dll", - "ref/net461/System.Configuration.ConfigurationManager.xml", - "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.4.7.0.nupkg.sha512", - "system.configuration.configurationmanager.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Data.SqlClient/4.8.1": { - "sha512": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "type": "package", - "path": "system.data.sqlclient/4.8.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net451/System.Data.SqlClient.dll", - "lib/net46/System.Data.SqlClient.dll", - "lib/net461/System.Data.SqlClient.dll", - "lib/net461/System.Data.SqlClient.xml", - "lib/netcoreapp2.1/System.Data.SqlClient.dll", - "lib/netcoreapp2.1/System.Data.SqlClient.xml", - "lib/netstandard1.2/System.Data.SqlClient.dll", - "lib/netstandard1.2/System.Data.SqlClient.xml", - "lib/netstandard1.3/System.Data.SqlClient.dll", - "lib/netstandard1.3/System.Data.SqlClient.xml", - "lib/netstandard2.0/System.Data.SqlClient.dll", - "lib/netstandard2.0/System.Data.SqlClient.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net451/System.Data.SqlClient.dll", - "ref/net46/System.Data.SqlClient.dll", - "ref/net461/System.Data.SqlClient.dll", - "ref/net461/System.Data.SqlClient.xml", - "ref/netcoreapp2.1/System.Data.SqlClient.dll", - "ref/netcoreapp2.1/System.Data.SqlClient.xml", - "ref/netstandard1.2/System.Data.SqlClient.dll", - "ref/netstandard1.2/System.Data.SqlClient.xml", - "ref/netstandard1.2/de/System.Data.SqlClient.xml", - "ref/netstandard1.2/es/System.Data.SqlClient.xml", - "ref/netstandard1.2/fr/System.Data.SqlClient.xml", - "ref/netstandard1.2/it/System.Data.SqlClient.xml", - "ref/netstandard1.2/ja/System.Data.SqlClient.xml", - "ref/netstandard1.2/ko/System.Data.SqlClient.xml", - "ref/netstandard1.2/ru/System.Data.SqlClient.xml", - "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", - "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", - "ref/netstandard1.3/System.Data.SqlClient.dll", - "ref/netstandard1.3/System.Data.SqlClient.xml", - "ref/netstandard1.3/de/System.Data.SqlClient.xml", - "ref/netstandard1.3/es/System.Data.SqlClient.xml", - "ref/netstandard1.3/fr/System.Data.SqlClient.xml", - "ref/netstandard1.3/it/System.Data.SqlClient.xml", - "ref/netstandard1.3/ja/System.Data.SqlClient.xml", - "ref/netstandard1.3/ko/System.Data.SqlClient.xml", - "ref/netstandard1.3/ru/System.Data.SqlClient.xml", - "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", - "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", - "ref/netstandard2.0/System.Data.SqlClient.dll", - "ref/netstandard2.0/System.Data.SqlClient.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", - "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", - "runtimes/win/lib/net451/System.Data.SqlClient.dll", - "runtimes/win/lib/net46/System.Data.SqlClient.dll", - "runtimes/win/lib/net461/System.Data.SqlClient.dll", - "runtimes/win/lib/net461/System.Data.SqlClient.xml", - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", - "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", - "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", - "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", - "system.data.sqlclient.4.8.1.nupkg.sha512", - "system.data.sqlclient.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Data.SQLite/1.0.117": { - "sha512": "yL8FPHoK9LfP9mPk0FGTJlF8ZiqujKfeyn2lIdE/5LyKDhhyXRNWtOF2dN6+OpBdmO1ZSHaYr8HyOY3a3rZ4sw==", - "type": "package", - "path": "system.data.sqlite/1.0.117", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "system.data.sqlite.1.0.117.nupkg.sha512", - "system.data.sqlite.nuspec" - ] - }, - "System.Data.SQLite.Core/1.0.117": { - "sha512": "lGfOhA3QQod9XhdWYqLgNgbgq5uZnVG6DtnhDAdPisbLpTTgZBNbeGnp+GWt8C+3EyaqBYTGJWXcxHlHKwo05A==", - "type": "package", - "path": "system.data.sqlite.core/1.0.117", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "system.data.sqlite.core.1.0.117.nupkg.sha512", - "system.data.sqlite.core.nuspec" - ] - }, - "System.Data.SQLite.EF6/1.0.117": { - "sha512": "Q1y/Jz1K63okYr1Jea7DyNGrOyWJiOpPHdpJ9cbjWAJanKJ0RUAZ8HQHKy9oEdxfjv0kfPR+Up9QcWni8lryCQ==", - "type": "package", - "path": "system.data.sqlite.ef6/1.0.117", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "content/net40/app.config.install.xdt", - "content/net40/app.config.transform", - "content/net40/web.config.install.xdt", - "content/net40/web.config.transform", - "content/net45/app.config.install.xdt", - "content/net45/app.config.transform", - "content/net45/web.config.install.xdt", - "content/net45/web.config.transform", - "content/net451/app.config.install.xdt", - "content/net451/app.config.transform", - "content/net451/web.config.install.xdt", - "content/net451/web.config.transform", - "content/net46/app.config.install.xdt", - "content/net46/app.config.transform", - "content/net46/web.config.install.xdt", - "content/net46/web.config.transform", - "lib/net40/System.Data.SQLite.EF6.dll", - "lib/net45/System.Data.SQLite.EF6.dll", - "lib/net451/System.Data.SQLite.EF6.dll", - "lib/net46/System.Data.SQLite.EF6.dll", - "lib/netstandard2.1/System.Data.SQLite.EF6.dll", - "system.data.sqlite.ef6.1.0.117.nupkg.sha512", - "system.data.sqlite.ef6.nuspec", - "tools/net40/install.ps1", - "tools/net45/install.ps1", - "tools/net451/install.ps1", - "tools/net46/install.ps1" - ] - }, - "System.Drawing.Common/4.7.0": { - "sha512": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "type": "package", - "path": "system.drawing.common/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net461/System.Drawing.Common.dll", - "ref/netcoreapp3.0/System.Drawing.Common.dll", - "ref/netcoreapp3.0/System.Drawing.Common.xml", - "ref/netstandard2.0/System.Drawing.Common.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll", - "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml", - "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll", - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml", - "system.drawing.common.4.7.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.AccessControl/4.7.0": { - "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "type": "package", - "path": "system.security.accesscontrol/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.AccessControl.dll", - "lib/net461/System.Security.AccessControl.dll", - "lib/net461/System.Security.AccessControl.xml", - "lib/netstandard1.3/System.Security.AccessControl.dll", - "lib/netstandard2.0/System.Security.AccessControl.dll", - "lib/netstandard2.0/System.Security.AccessControl.xml", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.AccessControl.dll", - "ref/net461/System.Security.AccessControl.dll", - "ref/net461/System.Security.AccessControl.xml", - "ref/netstandard1.3/System.Security.AccessControl.dll", - "ref/netstandard1.3/System.Security.AccessControl.xml", - "ref/netstandard1.3/de/System.Security.AccessControl.xml", - "ref/netstandard1.3/es/System.Security.AccessControl.xml", - "ref/netstandard1.3/fr/System.Security.AccessControl.xml", - "ref/netstandard1.3/it/System.Security.AccessControl.xml", - "ref/netstandard1.3/ja/System.Security.AccessControl.xml", - "ref/netstandard1.3/ko/System.Security.AccessControl.xml", - "ref/netstandard1.3/ru/System.Security.AccessControl.xml", - "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", - "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", - "ref/netstandard2.0/System.Security.AccessControl.dll", - "ref/netstandard2.0/System.Security.AccessControl.xml", - "ref/uap10.0.16299/_._", - "runtimes/win/lib/net46/System.Security.AccessControl.dll", - "runtimes/win/lib/net461/System.Security.AccessControl.dll", - "runtimes/win/lib/net461/System.Security.AccessControl.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", - "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.accesscontrol.4.7.0.nupkg.sha512", - "system.security.accesscontrol.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/4.7.0": { - "sha512": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", - "type": "package", - "path": "system.security.cryptography.protecteddata/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.xml", - "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.ProtectedData.dll", - "ref/net461/System.Security.Cryptography.ProtectedData.dll", - "ref/net461/System.Security.Cryptography.ProtectedData.xml", - "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Permissions/4.7.0": { - "sha512": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "type": "package", - "path": "system.security.permissions/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Security.Permissions.dll", - "lib/net461/System.Security.Permissions.xml", - "lib/netcoreapp3.0/System.Security.Permissions.dll", - "lib/netcoreapp3.0/System.Security.Permissions.xml", - "lib/netstandard2.0/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.xml", - "ref/net461/System.Security.Permissions.dll", - "ref/net461/System.Security.Permissions.xml", - "ref/netcoreapp3.0/System.Security.Permissions.dll", - "ref/netcoreapp3.0/System.Security.Permissions.xml", - "ref/netstandard2.0/System.Security.Permissions.dll", - "ref/netstandard2.0/System.Security.Permissions.xml", - "system.security.permissions.4.7.0.nupkg.sha512", - "system.security.permissions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Principal.Windows/4.7.0": { - "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "type": "package", - "path": "system.security.principal.windows/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.xml", - "lib/netstandard1.3/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.xml", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.xml", - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", - "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/System.Security.Principal.Windows.dll", - "ref/netstandard1.3/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", - "ref/netstandard2.0/System.Security.Principal.Windows.dll", - "ref/netstandard2.0/System.Security.Principal.Windows.xml", - "ref/uap10.0.16299/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.4.7.0.nupkg.sha512", - "system.security.principal.windows.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Windows.Extensions/4.7.0": { - "sha512": "CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "type": "package", - "path": "system.windows.extensions/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netcoreapp3.0/System.Windows.Extensions.dll", - "lib/netcoreapp3.0/System.Windows.Extensions.xml", - "ref/netcoreapp3.0/System.Windows.Extensions.dll", - "ref/netcoreapp3.0/System.Windows.Extensions.xml", - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml", - "system.windows.extensions.4.7.0.nupkg.sha512", - "system.windows.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0-windows7.0": [ - "MaterialSkin.2 >= 2.3.1", - "System.Data.SQLite >= 1.0.117" - ] - }, - "packageFolders": { - "C:\\Users\\User\\.nuget\\packages\\": {}, - "e:\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj", - "projectName": "DNSManager", - "projectPath": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj", - "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", - "outputPath": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "e:\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0-windows" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0-windows7.0": { - "targetAlias": "net6.0-windows", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0-windows7.0": { - "targetAlias": "net6.0-windows", - "dependencies": { - "MaterialSkin.2": { - "target": "Package", - "version": "[2.3.1, )" - }, - "System.Data.SQLite": { - "target": "Package", - "version": "[1.0.117, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - }, - "Microsoft.WindowsDesktop.App.WindowsForms": { - "privateAssets": "none" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.200\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/DNSManager/obj/project.nuget.cache b/DNSManager/obj/project.nuget.cache deleted file mode 100644 index 947cb84..0000000 --- a/DNSManager/obj/project.nuget.cache +++ /dev/null @@ -1,33 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "QZZ/lxFXBdUw+wuf8Gfz3Ji4CMu5EkDXmpee+Ip3Ei98II4BQOq1xKGFsQsfJt9Yc28flejwoxgGu/Lo0NL3LQ==", - "success": true, - "projectFilePath": "C:\\CurrentProjects\\CSharp\\DNSManager\\DNSManager\\DNSManager.csproj", - "expectedPackageFiles": [ - "C:\\Users\\User\\.nuget\\packages\\entityframework\\6.4.4\\entityframework.6.4.4.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\materialskin.2\\2.3.1\\materialskin.2.2.3.1.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\stub.system.data.sqlite.core.netstandard\\1.0.117\\stub.system.data.sqlite.core.netstandard.1.0.117.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.codedom\\4.7.0\\system.codedom.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.componentmodel.annotations\\4.7.0\\system.componentmodel.annotations.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.data.sqlclient\\4.8.1\\system.data.sqlclient.4.8.1.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.data.sqlite\\1.0.117\\system.data.sqlite.1.0.117.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.data.sqlite.core\\1.0.117\\system.data.sqlite.core.1.0.117.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.data.sqlite.ef6\\1.0.117\\system.data.sqlite.ef6.1.0.117.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", - "C:\\Users\\User\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file