Compare commits

...

1 Commits

Author SHA1 Message Date
VANNEAU 13814120c3 Ajout du menu de selection du json 2 years ago
  1. 12
      AssistDB.csproj
  2. 209
      AssitDB.Designer.cs
  3. 8
      AssitDB.cs
  4. 6
      AssitDB.resx
  5. 98
      Menu.Designer.cs
  6. 34
      Menu.cs
  7. 2812
      Menu.resx
  8. 12
      Properties/Resources.Designer.cs
  9. 7
      Properties/Resources.resx
  10. BIN
      Resources/home.png
  11. 0
      Sources/json/tableSchema.json
  12. 13
      SplashScreen.cs
  13. 4
      bin/x64/Debug/AssistDB.application
  14. BIN
      bin/x64/Debug/AssistDB.exe
  15. 19
      bin/x64/Debug/AssistDB.exe.manifest
  16. BIN
      bin/x64/Debug/AssistDB.pdb
  17. 0
      bin/x64/Debug/Sources/json/tableSchema.json
  18. 18
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/AssistDB.exe.config.deploy
  19. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/AssistDB.exe.deploy
  20. 191
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/AssistDB.exe.manifest
  21. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/Microsoft.Bcl.AsyncInterfaces.dll.deploy
  22. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/Newtonsoft.Json.dll.deploy
  23. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/Sources/lo.png.deploy
  24. 1
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/Sources/tableSchema.json.deploy
  25. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Buffers.dll.deploy
  26. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Memory.dll.deploy
  27. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Numerics.Vectors.dll.deploy
  28. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Runtime.CompilerServices.Unsafe.dll.deploy
  29. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Text.Encodings.Web.dll.deploy
  30. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Text.Json.dll.deploy
  31. BIN
      bin/x64/Debug/app.publish/Application Files/AssistDB_1_0_0_11/System.Threading.Tasks.Extensions.dll.deploy
  32. 21
      bin/x64/Debug/app.publish/AssistDB.application
  33. BIN
      bin/x64/Debug/app.publish/AssistDB.exe
  34. BIN
      bin/x64/Debug/app.publish/setup.exe
  35. BIN
      obj/x64/Debug/AssistDB.AssitDB.resources
  36. BIN
      obj/x64/Debug/AssistDB.Menu.resources
  37. BIN
      obj/x64/Debug/AssistDB.Properties.Resources.resources
  38. 4
      obj/x64/Debug/AssistDB.application
  39. BIN
      obj/x64/Debug/AssistDB.csproj.AssemblyReference.cache
  40. 2
      obj/x64/Debug/AssistDB.csproj.CoreCompileInputs.cache
  41. 6
      obj/x64/Debug/AssistDB.csproj.FileListAbsolute.txt
  42. BIN
      obj/x64/Debug/AssistDB.csproj.GenerateResource.cache
  43. 0
      obj/x64/Debug/AssistDB.csproj.SuggestedBindingRedirects.cache
  44. BIN
      obj/x64/Debug/AssistDB.exe
  45. 19
      obj/x64/Debug/AssistDB.exe.manifest
  46. BIN
      obj/x64/Debug/AssistDB.pdb
  47. BIN
      obj/x64/Debug/DesignTimeResolveAssemblyReferences.cache
  48. BIN
      obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  49. BIN
      obj/x64/Debug/TempPE/Properties.Resources.Designer.cs.dll

@ -143,6 +143,12 @@
<Compile Include="AssitDB.Designer.cs">
<DependentUpon>AssitDB.cs</DependentUpon>
</Compile>
<Compile Include="Menu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Menu.Designer.cs">
<DependentUpon>Menu.cs</DependentUpon>
</Compile>
<Compile Include="Schema.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@ -161,6 +167,9 @@
<EmbeddedResource Include="AssitDB.resx">
<DependentUpon>AssitDB.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Menu.resx">
<DependentUpon>Menu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@ -190,8 +199,9 @@
</Compile>
<None Include="Resources\loading-buffering.gif" />
<None Include="Resources\logo-apside-bleu %281%29.png" />
<Content Include="Resources\home.png" />
<Content Include="Sources\lo.png" />
<Content Include="Sources\tableSchema.json">
<Content Include="Sources\json\tableSchema.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

209
AssitDB.Designer.cs generated

@ -36,10 +36,14 @@ namespace AssistDB
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AssitDB));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.searchTable = new System.Windows.Forms.TabPage();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.listView3 = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@ -57,9 +61,6 @@ namespace AssistDB
this.listView5 = new System.Windows.Forms.ListView();
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.searchTable.SuspendLayout();
this.searchJoin.SuspendLayout();
@ -72,15 +73,16 @@ namespace AssistDB
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.searchTable);
this.tabControl1.Controls.Add(this.searchJoin);
this.tabControl1.Location = new System.Drawing.Point(9, 9);
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
this.tabControl1.Location = new System.Drawing.Point(12, 11);
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1053, 624);
this.tabControl1.Size = new System.Drawing.Size(1404, 768);
this.tabControl1.TabIndex = 0;
//
// searchTable
//
this.searchTable.Controls.Add(this.button4);
this.searchTable.Controls.Add(this.button3);
this.searchTable.Controls.Add(this.textBox2);
this.searchTable.Controls.Add(this.richTextBox1);
@ -92,21 +94,46 @@ namespace AssistDB
this.searchTable.Controls.Add(this.searchBox);
this.searchTable.Controls.Add(this.listView1);
this.searchTable.Controls.Add(this.label1);
this.searchTable.Location = new System.Drawing.Point(4, 22);
this.searchTable.Margin = new System.Windows.Forms.Padding(2);
this.searchTable.Location = new System.Drawing.Point(4, 25);
this.searchTable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.searchTable.Name = "searchTable";
this.searchTable.Padding = new System.Windows.Forms.Padding(2);
this.searchTable.Size = new System.Drawing.Size(1045, 598);
this.searchTable.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.searchTable.Size = new System.Drawing.Size(1396, 739);
this.searchTable.TabIndex = 0;
this.searchTable.Text = "Recherche table";
this.searchTable.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.BackColor = System.Drawing.Color.Transparent;
this.button4.BackgroundImage = global::AssistDB.Properties.Resources.home;
this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button4.Location = new System.Drawing.Point(1336, 8);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(52, 50);
this.button4.TabIndex = 12;
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(785, 54);
this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(27, 25);
this.button3.TabIndex = 11;
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(411, 44);
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
this.textBox2.Location = new System.Drawing.Point(548, 54);
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(175, 20);
this.textBox2.Size = new System.Drawing.Size(232, 22);
this.textBox2.TabIndex = 10;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
@ -115,10 +142,11 @@ namespace AssistDB
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.Location = new System.Drawing.Point(614, 67);
this.richTextBox1.Location = new System.Drawing.Point(819, 82);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(4);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(426, 521);
this.richTextBox1.Size = new System.Drawing.Size(567, 640);
this.richTextBox1.TabIndex = 9;
this.richTextBox1.Text = "";
//
@ -132,11 +160,11 @@ namespace AssistDB
this.listView3.GridLines = true;
this.listView3.HideSelection = false;
this.listView3.LabelWrap = false;
this.listView3.Location = new System.Drawing.Point(411, 67);
this.listView3.Margin = new System.Windows.Forms.Padding(2);
this.listView3.Location = new System.Drawing.Point(548, 82);
this.listView3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listView3.MultiSelect = false;
this.listView3.Name = "listView3";
this.listView3.Size = new System.Drawing.Size(198, 521);
this.listView3.Size = new System.Drawing.Size(263, 640);
this.listView3.TabIndex = 8;
this.listView3.UseCompatibleStateImageBehavior = false;
this.listView3.View = System.Windows.Forms.View.Tile;
@ -146,12 +174,38 @@ namespace AssistDB
//
this.columnHeader2.Text = "";
//
// button2
//
this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(516, 53);
this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(27, 25);
this.button2.TabIndex = 7;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(247, 53);
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(27, 25);
this.button1.TabIndex = 6;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(209, 43);
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
this.textBox1.Location = new System.Drawing.Point(279, 53);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(175, 20);
this.textBox1.Size = new System.Drawing.Size(232, 22);
this.textBox1.TabIndex = 5;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
@ -165,11 +219,11 @@ namespace AssistDB
this.listView2.GridLines = true;
this.listView2.HideSelection = false;
this.listView2.LabelWrap = false;
this.listView2.Location = new System.Drawing.Point(209, 67);
this.listView2.Margin = new System.Windows.Forms.Padding(2);
this.listView2.Location = new System.Drawing.Point(279, 82);
this.listView2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listView2.MultiSelect = false;
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(198, 521);
this.listView2.Size = new System.Drawing.Size(263, 640);
this.listView2.TabIndex = 4;
this.listView2.UseCompatibleStateImageBehavior = false;
this.listView2.View = System.Windows.Forms.View.Tile;
@ -181,10 +235,10 @@ namespace AssistDB
//
// searchBox
//
this.searchBox.Location = new System.Drawing.Point(7, 43);
this.searchBox.Margin = new System.Windows.Forms.Padding(2);
this.searchBox.Location = new System.Drawing.Point(9, 53);
this.searchBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.searchBox.Name = "searchBox";
this.searchBox.Size = new System.Drawing.Size(175, 20);
this.searchBox.Size = new System.Drawing.Size(232, 22);
this.searchBox.TabIndex = 2;
this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged);
//
@ -198,11 +252,11 @@ namespace AssistDB
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.LabelWrap = false;
this.listView1.Location = new System.Drawing.Point(7, 67);
this.listView1.Margin = new System.Windows.Forms.Padding(2);
this.listView1.Location = new System.Drawing.Point(9, 82);
this.listView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(198, 521);
this.listView1.Size = new System.Drawing.Size(263, 640);
this.listView1.TabIndex = 1;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Tile;
@ -215,10 +269,9 @@ namespace AssistDB
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 19);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Location = new System.Drawing.Point(5, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 13);
this.label1.Size = new System.Drawing.Size(160, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Liste des tables/schémas";
//
@ -231,11 +284,11 @@ namespace AssistDB
this.searchJoin.Controls.Add(this.comboBox2);
this.searchJoin.Controls.Add(this.comboBox1);
this.searchJoin.Controls.Add(this.listView5);
this.searchJoin.Location = new System.Drawing.Point(4, 22);
this.searchJoin.Margin = new System.Windows.Forms.Padding(2);
this.searchJoin.Location = new System.Drawing.Point(4, 25);
this.searchJoin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.searchJoin.Name = "searchJoin";
this.searchJoin.Padding = new System.Windows.Forms.Padding(2);
this.searchJoin.Size = new System.Drawing.Size(1045, 598);
this.searchJoin.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.searchJoin.Size = new System.Drawing.Size(1396, 739);
this.searchJoin.TabIndex = 1;
this.searchJoin.Text = "Recherche jointure";
this.searchJoin.UseVisualStyleBackColor = true;
@ -244,10 +297,11 @@ namespace AssistDB
//
this.richTextBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox3.Location = new System.Drawing.Point(408, 73);
this.richTextBox3.Location = new System.Drawing.Point(544, 90);
this.richTextBox3.Margin = new System.Windows.Forms.Padding(4);
this.richTextBox3.Name = "richTextBox3";
this.richTextBox3.ReadOnly = true;
this.richTextBox3.Size = new System.Drawing.Size(630, 152);
this.richTextBox3.Size = new System.Drawing.Size(839, 186);
this.richTextBox3.TabIndex = 22;
this.richTextBox3.Text = "";
//
@ -256,37 +310,41 @@ namespace AssistDB
this.richTextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox2.Location = new System.Drawing.Point(407, 231);
this.richTextBox2.Location = new System.Drawing.Point(543, 284);
this.richTextBox2.Margin = new System.Windows.Forms.Padding(4);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.ReadOnly = true;
this.richTextBox2.Size = new System.Drawing.Size(630, 363);
this.richTextBox2.Size = new System.Drawing.Size(839, 446);
this.richTextBox2.TabIndex = 18;
this.richTextBox2.Text = "";
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(205, 47);
this.comboBox4.Location = new System.Drawing.Point(273, 58);
this.comboBox4.Margin = new System.Windows.Forms.Padding(4);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(198, 21);
this.comboBox4.Size = new System.Drawing.Size(263, 24);
this.comboBox4.TabIndex = 17;
this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Location = new System.Drawing.Point(3, 47);
this.comboBox3.Location = new System.Drawing.Point(4, 58);
this.comboBox3.Margin = new System.Windows.Forms.Padding(4);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(198, 21);
this.comboBox3.Size = new System.Drawing.Size(263, 24);
this.comboBox3.TabIndex = 16;
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(205, 23);
this.comboBox2.Location = new System.Drawing.Point(273, 28);
this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(198, 21);
this.comboBox2.Size = new System.Drawing.Size(263, 24);
this.comboBox2.TabIndex = 15;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
@ -295,9 +353,10 @@ namespace AssistDB
this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(3, 23);
this.comboBox1.Location = new System.Drawing.Point(4, 28);
this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(198, 21);
this.comboBox1.Size = new System.Drawing.Size(263, 24);
this.comboBox1.TabIndex = 14;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
@ -311,10 +370,10 @@ namespace AssistDB
this.listView5.GridLines = true;
this.listView5.HideSelection = false;
this.listView5.LabelWrap = false;
this.listView5.Location = new System.Drawing.Point(3, 73);
this.listView5.Margin = new System.Windows.Forms.Padding(2);
this.listView5.Location = new System.Drawing.Point(4, 90);
this.listView5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.listView5.Name = "listView5";
this.listView5.Size = new System.Drawing.Size(400, 521);
this.listView5.Size = new System.Drawing.Size(532, 640);
this.listView5.TabIndex = 12;
this.listView5.UseCompatibleStateImageBehavior = false;
this.listView5.View = System.Windows.Forms.View.Tile;
@ -331,53 +390,14 @@ namespace AssistDB
this.notifyIcon1.Text = "AssitDB";
this.notifyIcon1.Visible = true;
//
// button3
//
this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(589, 44);
this.button3.Margin = new System.Windows.Forms.Padding(2);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(20, 20);
this.button3.TabIndex = 11;
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(387, 43);
this.button2.Margin = new System.Windows.Forms.Padding(2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(20, 20);
this.button2.TabIndex = 7;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(185, 43);
this.button1.Margin = new System.Windows.Forms.Padding(2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(20, 20);
this.button1.TabIndex = 6;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// AssitDB
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1073, 645);
this.ClientSize = new System.Drawing.Size(1431, 794);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "AssitDB";
this.Text = "AssitDB";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AssitDB_FormClosed);
@ -417,6 +437,7 @@ namespace AssistDB
private NotifyIcon notifyIcon1;
private Button button3;
private TextBox textBox2;
private Button button4;
}
}

@ -520,5 +520,13 @@ namespace AssistDB
this.textBox2.Text = "";
}
private void button4_Click(object sender, EventArgs e)
{
DirectoryInfo dir = new DirectoryInfo(@"Sources\json");
FileInfo[] files = dir.GetFiles("*.json");
Menu menu = new Menu((FileInfo[])files);
menu.Show();
this.Hide();
}
}
}

@ -121,7 +121,7 @@
<data name="button3.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
EwAACxMBAJqcGAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAADAESURBVHhe7d0H
EQAACxEBf2RfkQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAADAESURBVHhe7d0H
1K1Vde7xAFIkWDEi1qgI6sUSFUsMimhQ7ENjw64xdmNHFLEOC169oiKxxkJEE0WssUusOFDAWK5do1dR
7F2w3ecd7i8uvzx8nP2uveZ837X/zxi/MRxzJKw5OXu9zH3Od/b+s9///vcAVkw5SYb/gbau7f79Azhn
tgigjsICEIMFABjJFgHUUVgAYrAAACPZIoA6CgtADBYAYCRbBFBHYQGIwQIAjGSLAOooLAAxWACAkWwR
@ -333,7 +333,7 @@
<data name="button2.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
EwAACxMBAJqcGAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAADAESURBVHhe7d0H
EQAACxEBf2RfkQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAADAESURBVHhe7d0H
1K1Vde7xAFIkWDEi1qgI6sUSFUsMimhQ7ENjw64xdmNHFLEOC169oiKxxkJEE0WssUusOFDAWK5do1dR
7F2w3ecd7i8uvzx8nP2uveZ837X/zxi/MRxzJKw5OXu9zH3Od/b+s9///vcAVkw5SYb/gbau7f79Azhn
tgigjsICEIMFABjJFgHUUVgAYrAAACPZIoA6CgtADBYAYCRbBFBHYQGIwQIAjGSLAOooLAAxWACAkWwR
@ -545,7 +545,7 @@
<data name="button1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
EwAACxMBAJqcGAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAADAESURBVHhe7d0H
EQAACxEBf2RfkQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAADAESURBVHhe7d0H
1K1Vde7xAFIkWDEi1qgI6sUSFUsMimhQ7ENjw64xdmNHFLEOC169oiKxxkJEE0WssUusOFDAWK5do1dR
7F2w3ecd7i8uvzx8nP2uveZ837X/zxi/MRxzJKw5OXu9zH3Od/b+s9///vcAVkw5SYb/gbau7f79Azhn
tgigjsICEIMFABjJFgHUUVgAYrAAACPZIoA6CgtADBYAYCRbBFBHYQGIwQIAjGSLAOooLAAxWACAkWwR

98
Menu.Designer.cs generated

@ -0,0 +1,98 @@
using System.IO;
namespace AssistDB
{
partial class Menu
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(254, 16);
this.label1.TabIndex = 2;
this.label1.Text = "Selectionner votre ensemble de schéma :";
//
// comboBox1
//
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(25, 42);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(376, 24);
this.comboBox1.TabIndex = 1;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(114, 83);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(200, 35);
this.button1.TabIndex = 0;
this.button1.Text = "Valider";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Menu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(429, 140);
this.Controls.Add(this.button1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Menu";
this.Text = "AssitDB - Menu";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button button1;
}
}

@ -0,0 +1,34 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AssistDB
{
public partial class Menu : Form
{
public Menu(FileInfo[] files)
{
InitializeComponent();
this.comboBox1.Items.AddRange(files);
}
private void button1_Click(object sender, EventArgs e)
{
Splash.ShowSplashScreen(this.Location, this.Height, this.Width);
String path = @"Sources\json\" + this.comboBox1.SelectedItem;
List<Class1> jsonFile = JsonSerializer.Deserialize<List<Class1>>(File.ReadAllText(path));
AssitDB assit = new AssitDB(jsonFile);
Splash.CloseForm();
this.Close();
assit.Show();
}
}
}

File diff suppressed because it is too large Load Diff

@ -19,7 +19,7 @@ namespace AssistDB.Properties {
// à l'aide d'un outil, tel que ResGen ou Visual Studio.
// Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
// avec l'option /str ou régénérez votre projet VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@ -60,6 +60,16 @@ namespace AssistDB.Properties {
}
}
/// <summary>
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap home {
get {
object obj = ResourceManager.GetObject("home", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Recherche une ressource localisée de type System.Drawing.Bitmap.
/// </summary>

@ -118,10 +118,13 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="logo-apside-bleu (1)" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\logo-apside-bleu (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="loading-buffering" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\loading-buffering.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="logo-apside-bleu (1)" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\logo-apside-bleu (1).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="home" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\home.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

@ -35,10 +35,14 @@ namespace AssistDB
{
var path = System.IO.Path.Combine(Application.StartupPath, @"Sources\tableSchema.json");
List<Class1> jsonFile = JsonSerializer.Deserialize<List<Class1>>(File.ReadAllText(path));
//var path = System.IO.Path.Combine(Application.StartupPath, @"Sources\tableSchema.json");
//List<Class1> jsonFile = JsonSerializer.Deserialize<List<Class1>>(File.ReadAllText(path));
AssitDB assit = new AssitDB(jsonFile);
//AssitDB assit = new AssitDB(jsonFile);
DirectoryInfo dir = new DirectoryInfo(@"Sources\json");
FileInfo[] files = dir.GetFiles("*.json");
Menu menu = new Menu(files);
//after 3 sec stop the timer
@ -46,7 +50,8 @@ namespace AssistDB
//display mainform
assit.Show();
//assit.Show();
menu.Show();
//hide this form

@ -7,14 +7,14 @@
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="AssistDB.exe.manifest" size="10590">
<dependentAssembly dependencyType="install" codebase="AssistDB.exe.manifest" size="10991">
<assemblyIdentity name="AssistDB.exe" version="1.0.0.11" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="amd64" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>/FVZa2EgT3QJgOpQi4/7oPcRNkqJhj/+Dr95e4nVcA4=</dsig:DigestValue>
<dsig:DigestValue>odzK5+XdaDvL1L11KMkIV/wiMR1nLmB801mjX5SZHBg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

Binary file not shown.

@ -42,14 +42,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AssistDB.exe" size="506840">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AssistDB.exe" size="683480">
<assemblyIdentity name="AssistDB" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>+v9Dc9RnI/Tpmz3PAe/GgANDt/fBs9vW7tRVkv3b768=</dsig:DigestValue>
<dsig:DigestValue>iLaAWXuIkv7DRXthDiSlEzyYSaFS/RGN1CW8VfRGfKM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -170,16 +170,16 @@
<dsig:DigestValue>fKWy+xFCOvr/g1zZsjMyFgAW+iHaNKh4m8GNYCEV18A=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\lo.png" size="5171">
<file name="Resources\home.png" size="6259">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>3SSza3wUBquCNJ00ucWtpA7miy6CaffTYlWyHXFY9F4=</dsig:DigestValue>
<dsig:DigestValue>bHI0XiNlivIyMCIMTEYD3JQRX9cVtoQCiWPJ/H8GEWE=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\tableSchema.json" size="55125574">
<file name="Sources\json\tableSchema.json" size="55125574">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
@ -188,4 +188,13 @@
<dsig:DigestValue>ngZ/H5Kz9yVNhHY0nqQEoJYHF534vdXXE3+kjG3v3jU=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\lo.png" size="5171">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>3SSza3wUBquCNJ00ucWtpA7miy6CaffTYlWyHXFY9F4=</dsig:DigestValue>
</hash>
</file>
</asmv1:assembly>

Binary file not shown.

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

@ -1,191 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="AssistDB.exe" version="1.0.0.11" publicKeyToken="c3067fa7a0ceff4e" language="neutral" processorArchitecture="amd64" type="win32" />
<application />
<entryPoint>
<assemblyIdentity name="AssistDB" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<commandLine file="AssistDB.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!--
Options de manifeste UAC
Pour changer le niveau du contrôle de compte d'utilisateur Windows, remplacez le
nœud requestedExecutionLevel par l'une des propositions suivantes.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Pour utiliser la virtualisation des fichiers et du Registre afin d'assurer
une compatibilité ascendante, supprimez le nœud requestedExecutionLevel.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AssistDB.exe" size="506840">
<assemblyIdentity name="AssistDB" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>+v9Dc9RnI/Tpmz3PAe/GgANDt/fBs9vW7tRVkv3b768=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Bcl.AsyncInterfaces.dll" size="21064">
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" version="1.0.0.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>7VvGBff5/MOCGDq+8Gw1Ta2UartCoHYxcSB3shV9a8k=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Newtonsoft.Json.dll" size="701992">
<assemblyIdentity name="Newtonsoft.Json" version="13.0.0.0" publicKeyToken="30AD4FE6B2A6AEED" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>tiSUnfiw46YVP9+3MKfG9JkLZZLuDZIuF4hDPSdmEPM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Buffers.dll" size="20856">
<assemblyIdentity name="System.Buffers" version="4.0.3.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>rMzPvkXZ8I/+7ZkW43sz6YxlvgEs//bn+ntnIQzh/vs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Memory.dll" size="141184">
<assemblyIdentity name="System.Memory" version="4.0.1.1" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>jnYxjosGaSq/fasRadJ9FVV/fwo002r2Rj7/D+ISE8c=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Numerics.Vectors.dll" size="115856">
<assemblyIdentity name="System.Numerics.Vectors" version="4.1.4.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>HT74aYKB589zcdFVSv71hys5+Wwm2nciEKM9oEG6EYM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Runtime.CompilerServices.Unsafe.dll" size="16768">
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" version="5.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>PK3La4pzNRQcfDV6HXevH/SbWbhy30lPUCVYAZHRwNU=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Text.Encodings.Web.dll" size="57720">
<assemblyIdentity name="System.Text.Encodings.Web" version="4.0.5.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>oMpKkxNAybtvtdDJTVzfuwkSndBljwNepcoXwbVszA0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Text.Json.dll" size="292728">
<assemblyIdentity name="System.Text.Json" version="4.0.1.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>w2P/2Cn+uHkVijEY31g5Va1DsfZO9BcygpL1FT5HEZ0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Threading.Tasks.Extensions.dll" size="33008">
<assemblyIdentity name="System.Threading.Tasks.Extensions" version="4.2.0.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>LJytZBDjfkT6c8zLV29BgYTxrloKJX4WWhNr2qlBoMY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="AssistDB.exe.config" size="803">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>fKWy+xFCOvr/g1zZsjMyFgAW+iHaNKh4m8GNYCEV18A=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\lo.png" size="5171">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>3SSza3wUBquCNJ00ucWtpA7miy6CaffTYlWyHXFY9F4=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\tableSchema.json" size="55125574">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ngZ/H5Kz9yVNhHY0nqQEoJYHF534vdXXE3+kjG3v3jU=</dsig:DigestValue>
</hash>
</file>
<publisherIdentity name="CN=ORLPTP003P\jvanneau" issuerKeyHash="edab19bcf91d92abf8a6eb537982c7246beddb58" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>adX0KZ1d2N1zgOxYQsxGycH5kGuUX5/+1Sqdaj1CGsM=</DigestValue></Reference></SignedInfo><SignatureValue>yBQVBUH82mhuSZcQNrw+Ou9EbTx0Z+WGsdLiMgeztWZKNAAspF5waWFZ//T9zjJpSoXmmxMeIyZ+AOyvjogJvaJJzG0Trs3QxFzd32BwDER+avyZCQyHu6iW5am664cTSA8sMIoLBw286FHA+pVSj18/wTUoOKdhAcZhrnPEg3I=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>0dzBr1ZX1BUWhRN7jIMIVb9a2ctubC/JtLdoif4XeJh+zeFs5tIsEUlQRJskLO6RqiccNUF5CZVsSh+C+2AeGTvt4o/DDXI1o/mU3pQk1EcZOuV8f1eECHUnRX5FZSOOz2eKZylsolhCeyiU0/JXInX12U3EOmphv8HAb9Q/byE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="c31a423d6a9d2ad5fe9f5f946b90f9c1c946cc4258ec8073ddd85d9d29f4d569" Description="" Url=""><as:assemblyIdentity name="AssistDB.exe" version="1.0.0.11" publicKeyToken="c3067fa7a0ceff4e" language="neutral" processorArchitecture="amd64" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=ORLPTP003P\jvanneau</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>X5wMJniLVlFcXIPRlagU7HB4lFY+M+cYvbFZj41bEY4=</DigestValue></Reference></SignedInfo><SignatureValue>tBWn1EASJDMiqa/hgreEharqTzZ2vCgqVIbrR3rdoNaNbMHcnxHlm0M8xl52kPVdHI3drO1Rh7U22sE2gnxTI0c4sgoa226GNVjYTlYBolJVD1bMK10GtgT9O3Sgyy5W7/Fw0OiVI+2FGAF5JDJMhizkejqe2+Nlowcr9w5K7Sg=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>0dzBr1ZX1BUWhRN7jIMIVb9a2ctubC/JtLdoif4XeJh+zeFs5tIsEUlQRJskLO6RqiccNUF5CZVsSh+C+2AeGTvt4o/DDXI1o/mU3pQk1EcZOuV8f1eECHUnRX5FZSOOz2eKZylsolhCeyiU0/JXInX12U3EOmphv8HAb9Q/byE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB5TCCAU6gAwIBAgIQFAovR61V8LlJrHDYS+6AdTANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDHiYATwBSAEwAUABUAFAAMAAwADMAUABcAGoAdgBhAG4AbgBlAGEAdTAeFw0yMTEwMTkwNjI1MDZaFw0yMjEwMTkxMjI1MDZaMDExLzAtBgNVBAMeJgBPAFIATABQAFQAUAAwADAAMwBQAFwAagB2AGEAbgBuAGUAYQB1MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDR3MGvVlfUFRaFE3uMgwhVv1rZy25sL8m0t2iJ/hd4mH7N4Wzm0iwRSVBEmyQs7pGqJxw1QXkJlWxKH4L7YB4ZO+3ij8MNcjWj+ZTelCTURxk65Xx/V4QIdSdFfkVlI47PZ4pnKWyiWEJ7KJTT8lcidfXZTcQ6amG/wcBv1D9vIQIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAMvs65+c9Qzg2TO4UMKV8cr7oCm3b6DGTiSD0Kt/gJR/fxPjZoM6t7DsMdFPz/Smto3b8hEKduWTxDcp4vmb1+JxAzsLBekmTy1IAcJF6cORERK7Ap1NU1/WG8jdWfXjV23CbKadlEGUL/KDrSm22WNmzeayk8TavzZ4VZGKEPx1</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="AssistDB.application" version="1.0.0.11" publicKeyToken="c3067fa7a0ceff4e" language="neutral" processorArchitecture="amd64" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="HP Inc." asmv2:product="AssistDB" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="Application Files\AssistDB_1_0_0_11\AssistDB.exe.manifest" size="14153">
<assemblyIdentity name="AssistDB.exe" version="1.0.0.11" publicKeyToken="c3067fa7a0ceff4e" language="neutral" processorArchitecture="amd64" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>fWffYBa8tEitzSURVjNy3nK2WhM6vIPKK9IMsyTgnqA=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<publisherIdentity name="CN=ORLPTP003P\jvanneau" issuerKeyHash="edab19bcf91d92abf8a6eb537982c7246beddb58" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>4KicDpw8ms5b+1yxMeW4wAxK4akb8ea4bUGv2sHWav8=</DigestValue></Reference></SignedInfo><SignatureValue>Z6/ANAwqIOiBZxdjQvyqQMszHej6KrpfuC8tTxxLTk+drK3QKj3vh60mt3uHregORfVwfa6M071CiwaYusREIjxbfrM8zuUe4YFPKzgn6nszzkkKTRli/9SLrVZyo43evoezKcjMxJfKFvDDgTPN1wD2eToa1drWEjQNlPkob7k=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>0dzBr1ZX1BUWhRN7jIMIVb9a2ctubC/JtLdoif4XeJh+zeFs5tIsEUlQRJskLO6RqiccNUF5CZVsSh+C+2AeGTvt4o/DDXI1o/mU3pQk1EcZOuV8f1eECHUnRX5FZSOOz2eKZylsolhCeyiU0/JXInX12U3EOmphv8HAb9Q/byE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="ff6ad6c1daaf416db8e6f11ba9e14a0cc0b8e531b15cfb5bce9a3c9c0e9ca8e0" Description="" Url=""><as:assemblyIdentity name="AssistDB.application" version="1.0.0.11" publicKeyToken="c3067fa7a0ceff4e" language="neutral" processorArchitecture="amd64" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=ORLPTP003P\jvanneau</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>KZk2sWbeExfuoDQftcx4WLHZPb+byby1iTgPRALfYDA=</DigestValue></Reference></SignedInfo><SignatureValue>kXvxLQfK+rNPe8fmYqMJTc9iMWoTaWvCJBVZch0YAkhgHJzcUUNhyDDT/Yv0t1UrM57v2yDo4mIDBowBLxraWZKnKkUU/EAzy/3094zqrGxc9Twqu/mBx3A2wK2M1D/2rVFW6LjRa39Sq3jVxgMKZW46xszDqFxGwMrEoVy3n6U=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>0dzBr1ZX1BUWhRN7jIMIVb9a2ctubC/JtLdoif4XeJh+zeFs5tIsEUlQRJskLO6RqiccNUF5CZVsSh+C+2AeGTvt4o/DDXI1o/mU3pQk1EcZOuV8f1eECHUnRX5FZSOOz2eKZylsolhCeyiU0/JXInX12U3EOmphv8HAb9Q/byE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB5TCCAU6gAwIBAgIQFAovR61V8LlJrHDYS+6AdTANBgkqhkiG9w0BAQsFADAxMS8wLQYDVQQDHiYATwBSAEwAUABUAFAAMAAwADMAUABcAGoAdgBhAG4AbgBlAGEAdTAeFw0yMTEwMTkwNjI1MDZaFw0yMjEwMTkxMjI1MDZaMDExLzAtBgNVBAMeJgBPAFIATABQAFQAUAAwADAAMwBQAFwAagB2AGEAbgBuAGUAYQB1MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDR3MGvVlfUFRaFE3uMgwhVv1rZy25sL8m0t2iJ/hd4mH7N4Wzm0iwRSVBEmyQs7pGqJxw1QXkJlWxKH4L7YB4ZO+3ij8MNcjWj+ZTelCTURxk65Xx/V4QIdSdFfkVlI47PZ4pnKWyiWEJ7KJTT8lcidfXZTcQ6amG/wcBv1D9vIQIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAMvs65+c9Qzg2TO4UMKV8cr7oCm3b6DGTiSD0Kt/gJR/fxPjZoM6t7DsMdFPz/Smto3b8hEKduWTxDcp4vmb1+JxAzsLBekmTy1IAcJF6cORERK7Ap1NU1/WG8jdWfXjV23CbKadlEGUL/KDrSm22WNmzeayk8TavzZ4VZGKEPx1</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>

@ -7,14 +7,14 @@
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="AssistDB.exe.manifest" size="10590">
<dependentAssembly dependencyType="install" codebase="AssistDB.exe.manifest" size="10991">
<assemblyIdentity name="AssistDB.exe" version="1.0.0.11" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="amd64" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>/FVZa2EgT3QJgOpQi4/7oPcRNkqJhj/+Dr95e4nVcA4=</dsig:DigestValue>
<dsig:DigestValue>odzK5+XdaDvL1L11KMkIV/wiMR1nLmB801mjX5SZHBg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

@ -1 +1 @@
ef867b7052a3f1a64fa31c782c5cbbb781397096
d54674433a04d6d92b0f8a8fd06d0f44ef9816b5

@ -8,7 +8,6 @@ C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Buff
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Memory.dll
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Numerics.Vectors.dll
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Runtime.CompilerServices.Unsafe.dll
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Text.Json.dll
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Text.Encodings.Web.dll
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\System.Threading.Tasks.Extensions.dll
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\Microsoft.Bcl.AsyncInterfaces.dll
@ -26,6 +25,9 @@ C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.ap
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.exe
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.pdb
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.csproj.AssemblyReference.cache
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\Sources\tableSchema.json
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.SplashScreen.resources
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.Splash.resources
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\bin\x64\Debug\Sources\json\tableSchema.json
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.csproj.SuggestedBindingRedirects.cache
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.Menu.resources
C:\Users\jvanneau\Documents\Perso\C#\AssistDB\AssistDB\obj\x64\Debug\AssistDB.csproj.CopyComplete

Binary file not shown.

@ -42,14 +42,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AssistDB.exe" size="506840">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AssistDB.exe" size="683480">
<assemblyIdentity name="AssistDB" version="1.0.0.0" language="neutral" processorArchitecture="amd64" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>+v9Dc9RnI/Tpmz3PAe/GgANDt/fBs9vW7tRVkv3b768=</dsig:DigestValue>
<dsig:DigestValue>iLaAWXuIkv7DRXthDiSlEzyYSaFS/RGN1CW8VfRGfKM=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -170,16 +170,16 @@
<dsig:DigestValue>fKWy+xFCOvr/g1zZsjMyFgAW+iHaNKh4m8GNYCEV18A=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\lo.png" size="5171">
<file name="Resources\home.png" size="6259">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>3SSza3wUBquCNJ00ucWtpA7miy6CaffTYlWyHXFY9F4=</dsig:DigestValue>
<dsig:DigestValue>bHI0XiNlivIyMCIMTEYD3JQRX9cVtoQCiWPJ/H8GEWE=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\tableSchema.json" size="55125574">
<file name="Sources\json\tableSchema.json" size="55125574">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
@ -188,4 +188,13 @@
<dsig:DigestValue>ngZ/H5Kz9yVNhHY0nqQEoJYHF534vdXXE3+kjG3v3jU=</dsig:DigestValue>
</hash>
</file>
<file name="Sources\lo.png" size="5171">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>3SSza3wUBquCNJ00ucWtpA7miy6CaffTYlWyHXFY9F4=</dsig:DigestValue>
</hash>
</file>
</asmv1:assembly>

Binary file not shown.
Loading…
Cancel
Save