Commit d9df597f authored by Josh Ji's avatar Josh Ji

change layout

comment the readerName filtering
parent fa47e066
No preview for this file type
...@@ -33,10 +33,8 @@ ...@@ -33,10 +33,8 @@
this.APDUbox = new System.Windows.Forms.TextBox(); this.APDUbox = new System.Windows.Forms.TextBox();
this.clearWindow = new System.Windows.Forms.Button(); this.clearWindow = new System.Windows.Forms.Button();
this.CBORbox = new System.Windows.Forms.TextBox(); this.CBORbox = new System.Windows.Forms.TextBox();
this.getPuKxRx = new System.Windows.Forms.Button();
this.getAttestationPublicKey = new System.Windows.Forms.Button(); this.getAttestationPublicKey = new System.Windows.Forms.Button();
this.dumpIDSecret = new System.Windows.Forms.Button(); this.dumpIDSecret = new System.Windows.Forms.Button();
this.getCx = new System.Windows.Forms.Button();
this.getPuKxCx = new System.Windows.Forms.Button(); this.getPuKxCx = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage();
...@@ -59,17 +57,26 @@ ...@@ -59,17 +57,26 @@
this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage5 = new System.Windows.Forms.TabPage(); this.tabPage5 = new System.Windows.Forms.TabPage();
this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.tabControl3 = new System.Windows.Forms.TabControl();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout(); this.tabPage2.SuspendLayout();
this.tabControl2.SuspendLayout(); this.tabControl2.SuspendLayout();
this.tabPage4.SuspendLayout(); this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout(); this.tabPage5.SuspendLayout();
this.tabControl3.SuspendLayout();
this.tabPage7.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage6.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// selectFIDOApplet // selectFIDOApplet
// //
this.selectFIDOApplet.Location = new System.Drawing.Point(832, 108); this.selectFIDOApplet.Location = new System.Drawing.Point(6, 35);
this.selectFIDOApplet.Name = "selectFIDOApplet"; this.selectFIDOApplet.Name = "selectFIDOApplet";
this.selectFIDOApplet.Size = new System.Drawing.Size(119, 23); this.selectFIDOApplet.Size = new System.Drawing.Size(119, 23);
this.selectFIDOApplet.TabIndex = 0; this.selectFIDOApplet.TabIndex = 0;
...@@ -79,7 +86,7 @@ ...@@ -79,7 +86,7 @@
// //
// getInfo // getInfo
// //
this.getInfo.Location = new System.Drawing.Point(832, 137); this.getInfo.Location = new System.Drawing.Point(6, 64);
this.getInfo.Name = "getInfo"; this.getInfo.Name = "getInfo";
this.getInfo.Size = new System.Drawing.Size(119, 23); this.getInfo.Size = new System.Drawing.Size(119, 23);
this.getInfo.TabIndex = 1; this.getInfo.TabIndex = 1;
...@@ -89,7 +96,7 @@ ...@@ -89,7 +96,7 @@
// //
// APDUbox // APDUbox
// //
this.APDUbox.Font = new System.Drawing.Font("Monospac821 BT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.APDUbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.APDUbox.Location = new System.Drawing.Point(0, 0); this.APDUbox.Location = new System.Drawing.Point(0, 0);
this.APDUbox.Multiline = true; this.APDUbox.Multiline = true;
this.APDUbox.Name = "APDUbox"; this.APDUbox.Name = "APDUbox";
...@@ -99,7 +106,7 @@ ...@@ -99,7 +106,7 @@
// //
// clearWindow // clearWindow
// //
this.clearWindow.Location = new System.Drawing.Point(832, 79); this.clearWindow.Location = new System.Drawing.Point(6, 6);
this.clearWindow.Name = "clearWindow"; this.clearWindow.Name = "clearWindow";
this.clearWindow.Size = new System.Drawing.Size(119, 23); this.clearWindow.Size = new System.Drawing.Size(119, 23);
this.clearWindow.TabIndex = 3; this.clearWindow.TabIndex = 3;
...@@ -109,7 +116,7 @@ ...@@ -109,7 +116,7 @@
// //
// CBORbox // CBORbox
// //
this.CBORbox.Font = new System.Drawing.Font("Monospac821 BT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.CBORbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.CBORbox.Location = new System.Drawing.Point(6, 6); this.CBORbox.Location = new System.Drawing.Point(6, 6);
this.CBORbox.Multiline = true; this.CBORbox.Multiline = true;
this.CBORbox.Name = "CBORbox"; this.CBORbox.Name = "CBORbox";
...@@ -118,19 +125,9 @@ ...@@ -118,19 +125,9 @@
this.CBORbox.TabIndex = 4; this.CBORbox.TabIndex = 4;
this.CBORbox.WordWrap = false; this.CBORbox.WordWrap = false;
// //
// getPuKxRx
//
this.getPuKxRx.Location = new System.Drawing.Point(832, 311);
this.getPuKxRx.Name = "getPuKxRx";
this.getPuKxRx.Size = new System.Drawing.Size(119, 23);
this.getPuKxRx.TabIndex = 7;
this.getPuKxRx.Text = "getPuKxRx";
this.getPuKxRx.UseVisualStyleBackColor = true;
this.getPuKxRx.Click += new System.EventHandler(this.getPuKxRx_Click);
//
// getAttestationPublicKey // getAttestationPublicKey
// //
this.getAttestationPublicKey.Location = new System.Drawing.Point(832, 166); this.getAttestationPublicKey.Location = new System.Drawing.Point(6, 93);
this.getAttestationPublicKey.Name = "getAttestationPublicKey"; this.getAttestationPublicKey.Name = "getAttestationPublicKey";
this.getAttestationPublicKey.Size = new System.Drawing.Size(164, 23); this.getAttestationPublicKey.Size = new System.Drawing.Size(164, 23);
this.getAttestationPublicKey.TabIndex = 8; this.getAttestationPublicKey.TabIndex = 8;
...@@ -140,7 +137,7 @@ ...@@ -140,7 +137,7 @@
// //
// dumpIDSecret // dumpIDSecret
// //
this.dumpIDSecret.Location = new System.Drawing.Point(832, 282); this.dumpIDSecret.Location = new System.Drawing.Point(6, 209);
this.dumpIDSecret.Name = "dumpIDSecret"; this.dumpIDSecret.Name = "dumpIDSecret";
this.dumpIDSecret.Size = new System.Drawing.Size(119, 23); this.dumpIDSecret.Size = new System.Drawing.Size(119, 23);
this.dumpIDSecret.TabIndex = 9; this.dumpIDSecret.TabIndex = 9;
...@@ -148,23 +145,13 @@ ...@@ -148,23 +145,13 @@
this.dumpIDSecret.UseVisualStyleBackColor = true; this.dumpIDSecret.UseVisualStyleBackColor = true;
this.dumpIDSecret.Click += new System.EventHandler(this.dumpIDSecret_Click); this.dumpIDSecret.Click += new System.EventHandler(this.dumpIDSecret_Click);
// //
// getCx
//
this.getCx.Location = new System.Drawing.Point(832, 340);
this.getCx.Name = "getCx";
this.getCx.Size = new System.Drawing.Size(119, 23);
this.getCx.TabIndex = 10;
this.getCx.Text = "getCx";
this.getCx.UseVisualStyleBackColor = true;
this.getCx.Click += new System.EventHandler(this.getCx_Click);
//
// getPuKxCx // getPuKxCx
// //
this.getPuKxCx.Location = new System.Drawing.Point(832, 398); this.getPuKxCx.Location = new System.Drawing.Point(131, 35);
this.getPuKxCx.Name = "getPuKxCx"; this.getPuKxCx.Name = "getPuKxCx";
this.getPuKxCx.Size = new System.Drawing.Size(119, 23); this.getPuKxCx.Size = new System.Drawing.Size(119, 23);
this.getPuKxCx.TabIndex = 11; this.getPuKxCx.TabIndex = 11;
this.getPuKxCx.Text = "getPuKxCx"; this.getPuKxCx.Text = "set identity";
this.getPuKxCx.UseVisualStyleBackColor = true; this.getPuKxCx.UseVisualStyleBackColor = true;
this.getPuKxCx.Click += new System.EventHandler(this.getPuKxCx_Click); this.getPuKxCx.Click += new System.EventHandler(this.getPuKxCx_Click);
// //
...@@ -202,7 +189,7 @@ ...@@ -202,7 +189,7 @@
// //
// paramBox // paramBox
// //
this.paramBox.Font = new System.Drawing.Font("Monospac821 BT", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.paramBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.paramBox.Location = new System.Drawing.Point(2, 3); this.paramBox.Location = new System.Drawing.Point(2, 3);
this.paramBox.Multiline = true; this.paramBox.Multiline = true;
this.paramBox.Name = "paramBox"; this.paramBox.Name = "paramBox";
...@@ -251,7 +238,7 @@ ...@@ -251,7 +238,7 @@
// //
// resetCredentials // resetCredentials
// //
this.resetCredentials.Location = new System.Drawing.Point(832, 253); this.resetCredentials.Location = new System.Drawing.Point(6, 180);
this.resetCredentials.Name = "resetCredentials"; this.resetCredentials.Name = "resetCredentials";
this.resetCredentials.Size = new System.Drawing.Size(119, 23); this.resetCredentials.Size = new System.Drawing.Size(119, 23);
this.resetCredentials.TabIndex = 13; this.resetCredentials.TabIndex = 13;
...@@ -261,7 +248,7 @@ ...@@ -261,7 +248,7 @@
// //
// getCredentialCount // getCredentialCount
// //
this.getCredentialCount.Location = new System.Drawing.Point(832, 224); this.getCredentialCount.Location = new System.Drawing.Point(6, 151);
this.getCredentialCount.Name = "getCredentialCount"; this.getCredentialCount.Name = "getCredentialCount";
this.getCredentialCount.Size = new System.Drawing.Size(134, 23); this.getCredentialCount.Size = new System.Drawing.Size(134, 23);
this.getCredentialCount.TabIndex = 14; this.getCredentialCount.TabIndex = 14;
...@@ -271,7 +258,7 @@ ...@@ -271,7 +258,7 @@
// //
// getFreeSpace // getFreeSpace
// //
this.getFreeSpace.Location = new System.Drawing.Point(832, 195); this.getFreeSpace.Location = new System.Drawing.Point(6, 122);
this.getFreeSpace.Name = "getFreeSpace"; this.getFreeSpace.Name = "getFreeSpace";
this.getFreeSpace.Size = new System.Drawing.Size(119, 23); this.getFreeSpace.Size = new System.Drawing.Size(119, 23);
this.getFreeSpace.TabIndex = 15; this.getFreeSpace.TabIndex = 15;
...@@ -281,15 +268,15 @@ ...@@ -281,15 +268,15 @@
// //
// IDxBox // IDxBox
// //
this.IDxBox.Location = new System.Drawing.Point(832, 369); this.IDxBox.Location = new System.Drawing.Point(6, 35);
this.IDxBox.Name = "IDxBox"; this.IDxBox.Name = "IDxBox";
this.IDxBox.PlaceholderText = "IDx"; this.IDxBox.PlaceholderText = "identity";
this.IDxBox.Size = new System.Drawing.Size(119, 23); this.IDxBox.Size = new System.Drawing.Size(119, 23);
this.IDxBox.TabIndex = 16; this.IDxBox.TabIndex = 16;
// //
// ClientPIN_getRetries // ClientPIN_getRetries
// //
this.ClientPIN_getRetries.Location = new System.Drawing.Point(1004, 79); this.ClientPIN_getRetries.Location = new System.Drawing.Point(6, 6);
this.ClientPIN_getRetries.Name = "ClientPIN_getRetries"; this.ClientPIN_getRetries.Name = "ClientPIN_getRetries";
this.ClientPIN_getRetries.Size = new System.Drawing.Size(181, 23); this.ClientPIN_getRetries.Size = new System.Drawing.Size(181, 23);
this.ClientPIN_getRetries.TabIndex = 17; this.ClientPIN_getRetries.TabIndex = 17;
...@@ -299,7 +286,7 @@ ...@@ -299,7 +286,7 @@
// //
// ClientPIN_getKeyAgreement // ClientPIN_getKeyAgreement
// //
this.ClientPIN_getKeyAgreement.Location = new System.Drawing.Point(1004, 108); this.ClientPIN_getKeyAgreement.Location = new System.Drawing.Point(6, 35);
this.ClientPIN_getKeyAgreement.Name = "ClientPIN_getKeyAgreement"; this.ClientPIN_getKeyAgreement.Name = "ClientPIN_getKeyAgreement";
this.ClientPIN_getKeyAgreement.Size = new System.Drawing.Size(181, 23); this.ClientPIN_getKeyAgreement.Size = new System.Drawing.Size(181, 23);
this.ClientPIN_getKeyAgreement.TabIndex = 18; this.ClientPIN_getKeyAgreement.TabIndex = 18;
...@@ -309,7 +296,7 @@ ...@@ -309,7 +296,7 @@
// //
// pinBox // pinBox
// //
this.pinBox.Location = new System.Drawing.Point(1004, 137); this.pinBox.Location = new System.Drawing.Point(6, 64);
this.pinBox.Name = "pinBox"; this.pinBox.Name = "pinBox";
this.pinBox.PlaceholderText = "PIN"; this.pinBox.PlaceholderText = "PIN";
this.pinBox.Size = new System.Drawing.Size(119, 23); this.pinBox.Size = new System.Drawing.Size(119, 23);
...@@ -317,7 +304,7 @@ ...@@ -317,7 +304,7 @@
// //
// SetPIN // SetPIN
// //
this.SetPIN.Location = new System.Drawing.Point(1004, 166); this.SetPIN.Location = new System.Drawing.Point(6, 93);
this.SetPIN.Name = "SetPIN"; this.SetPIN.Name = "SetPIN";
this.SetPIN.Size = new System.Drawing.Size(181, 23); this.SetPIN.Size = new System.Drawing.Size(181, 23);
this.SetPIN.TabIndex = 20; this.SetPIN.TabIndex = 20;
...@@ -370,35 +357,85 @@ ...@@ -370,35 +357,85 @@
this.comboBox1.Items.AddRange(new object[] { this.comboBox1.Items.AddRange(new object[] {
"127.0.0.1:3306", "127.0.0.1:3306",
"192.168.0.100:32306"}); "192.168.0.100:32306"});
this.comboBox1.Location = new System.Drawing.Point(832, 50); this.comboBox1.Location = new System.Drawing.Point(86, 6);
this.comboBox1.Name = "comboBox1"; this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(164, 23); this.comboBox1.Size = new System.Drawing.Size(164, 23);
this.comboBox1.TabIndex = 22; this.comboBox1.TabIndex = 22;
// //
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 15);
this.label1.TabIndex = 23;
this.label1.Text = "DB Address:";
//
// tabControl3
//
this.tabControl3.Controls.Add(this.tabPage3);
this.tabControl3.Controls.Add(this.tabPage6);
this.tabControl3.Controls.Add(this.tabPage7);
this.tabControl3.Location = new System.Drawing.Point(832, 26);
this.tabControl3.Name = "tabControl3";
this.tabControl3.SelectedIndex = 0;
this.tabControl3.Size = new System.Drawing.Size(367, 653);
this.tabControl3.TabIndex = 24;
//
// tabPage7
//
this.tabPage7.Controls.Add(this.label1);
this.tabPage7.Controls.Add(this.comboBox1);
this.tabPage7.Controls.Add(this.IDxBox);
this.tabPage7.Controls.Add(this.getPuKxCx);
this.tabPage7.Location = new System.Drawing.Point(4, 24);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(359, 625);
this.tabPage7.TabIndex = 2;
this.tabPage7.Text = "set identity";
this.tabPage7.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.selectFIDOApplet);
this.tabPage3.Controls.Add(this.getInfo);
this.tabPage3.Controls.Add(this.getAttestationPublicKey);
this.tabPage3.Controls.Add(this.clearWindow);
this.tabPage3.Controls.Add(this.getFreeSpace);
this.tabPage3.Controls.Add(this.getCredentialCount);
this.tabPage3.Controls.Add(this.resetCredentials);
this.tabPage3.Controls.Add(this.dumpIDSecret);
this.tabPage3.Location = new System.Drawing.Point(4, 24);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(359, 625);
this.tabPage3.TabIndex = 0;
this.tabPage3.Text = "general";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.ClientPIN_getRetries);
this.tabPage6.Controls.Add(this.ClientPIN_getKeyAgreement);
this.tabPage6.Controls.Add(this.pinBox);
this.tabPage6.Controls.Add(this.SetPIN);
this.tabPage6.Location = new System.Drawing.Point(4, 24);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(359, 625);
this.tabPage6.TabIndex = 1;
this.tabPage6.Text = "set PIN";
this.tabPage6.UseVisualStyleBackColor = true;
//
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1211, 729); this.ClientSize = new System.Drawing.Size(1211, 729);
this.Controls.Add(this.comboBox1); this.Controls.Add(this.tabControl3);
this.Controls.Add(this.tabControl2); this.Controls.Add(this.tabControl2);
this.Controls.Add(this.SetPIN);
this.Controls.Add(this.pinBox);
this.Controls.Add(this.ClientPIN_getKeyAgreement);
this.Controls.Add(this.ClientPIN_getRetries);
this.Controls.Add(this.IDxBox);
this.Controls.Add(this.getFreeSpace);
this.Controls.Add(this.getCredentialCount);
this.Controls.Add(this.resetCredentials);
this.Controls.Add(this.tabControl1); this.Controls.Add(this.tabControl1);
this.Controls.Add(this.getPuKxCx);
this.Controls.Add(this.getCx);
this.Controls.Add(this.dumpIDSecret);
this.Controls.Add(this.getAttestationPublicKey);
this.Controls.Add(this.getPuKxRx);
this.Controls.Add(this.clearWindow);
this.Controls.Add(this.getInfo);
this.Controls.Add(this.selectFIDOApplet);
this.Name = "Form1"; this.Name = "Form1";
this.Text = "Form1"; this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load); this.Load += new System.EventHandler(this.Form1_Load);
...@@ -412,8 +449,13 @@ ...@@ -412,8 +449,13 @@
this.tabPage4.PerformLayout(); this.tabPage4.PerformLayout();
this.tabPage5.ResumeLayout(false); this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout(); this.tabPage5.PerformLayout();
this.tabControl3.ResumeLayout(false);
this.tabPage7.ResumeLayout(false);
this.tabPage7.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage6.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout();
} }
...@@ -424,10 +466,8 @@ ...@@ -424,10 +466,8 @@
private TextBox APDUbox; private TextBox APDUbox;
private Button clearWindow; private Button clearWindow;
private TextBox CBORbox; private TextBox CBORbox;
private Button getPuKxRx;
private Button getAttestationPublicKey; private Button getAttestationPublicKey;
private Button dumpIDSecret; private Button dumpIDSecret;
private Button getCx;
private Button getPuKxCx; private Button getPuKxCx;
private TabControl tabControl1; private TabControl tabControl1;
private TabPage tabPage1; private TabPage tabPage1;
...@@ -450,5 +490,10 @@ ...@@ -450,5 +490,10 @@
private TabPage tabPage4; private TabPage tabPage4;
private TabPage tabPage5; private TabPage tabPage5;
private ComboBox comboBox1; private ComboBox comboBox1;
private Label label1;
private TabControl tabControl3;
private TabPage tabPage7;
private TabPage tabPage3;
private TabPage tabPage6;
} }
} }
\ No newline at end of file
...@@ -53,11 +53,11 @@ namespace FidoReader ...@@ -53,11 +53,11 @@ namespace FidoReader
var pcscContext = ContextFactory.Instance.Establish(SCardScope.User); var pcscContext = ContextFactory.Instance.Establish(SCardScope.User);
//pcscReader = null; //pcscReader = null;
readerName = pcscContext.GetReaders().FirstOrDefault(); readerName = pcscContext.GetReaders().FirstOrDefault();
if (readerName != null && readerName.Equals("Generic EMV Smartcard Reader 0")) { //if (readerName != null && readerName.Equals("Generic EMV Smartcard Reader 0")) {
readerName = "NXP PR533 0"; // readerName = "NXP PR533 0";
} //}
//dumpReaders(readers); dumpReaders(pcscContext.GetReaders());
//foreach (string reader in readers) { //foreach (string reader in readers) {
// try { // try {
// pcscReader = new IsoReader(context: pcscContext, readerName: reader, mode: SCardShareMode.Shared, protocol: SCardProtocol.Any); // pcscReader = new IsoReader(context: pcscContext, readerName: reader, mode: SCardShareMode.Shared, protocol: SCardProtocol.Any);
......
// <autogenerated /> // <autogenerated />
using System; using System;
using System.Reflection; using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 這段程式碼是由工具產生的。
// Runtime Version:4.0.30319.42000 // 執行階段版本:4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
// the code is regenerated. // 變更將會遺失。
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
...@@ -21,5 +21,5 @@ using System.Reflection; ...@@ -21,5 +21,5 @@ using System.Reflection;
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] [assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] [assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class. // 由 MSBuild WriteCodeFragment 類別產生。
...@@ -11,6 +11,7 @@ build_property.UsingMicrosoftNETSdkWeb = ...@@ -11,6 +11,7 @@ build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids = build_property.ProjectTypeGuids =
build_property.InvariantGlobalization = build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly = build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = FidoReader build_property.RootNamespace = FidoReader
build_property.ProjectDir = C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\ build_property.ProjectDir = C:\Users\josh2\Documents\GitLab\EID\fidoreader\FidoReader\
e553af15bf6c5865fc722773182f7364c91e96e3 e8752fd7e5d366c45c6502ca4c1b0d4c75db5407
...@@ -147,3 +147,57 @@ C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windo ...@@ -147,3 +147,57 @@ C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windo
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache
C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll C:\Users\josh2\Documents\GitLab\EID\FidoReader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.deps.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.runtimeconfig.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.exe
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.exe
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.deps.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.runtimeconfig.json
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\BouncyCastle.Crypto.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Dahomey.Cbor.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.SqlServer.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\EntityFramework.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Google.Protobuf.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Jsbeautifier.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\K4os.Compression.LZ4.Streams.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\K4os.Hash.xxHash.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\MySql.Data.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Ubiety.Dns.Core.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\ZstdNet.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\PCSC.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\PCSC.Iso7816.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\PCSC.Reactive.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Data.SqlClient.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Data.SQLite.EF6.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Formats.Cbor.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.IO.Pipelines.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\System.Reactive.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\bin\Debug\net6.0-windows\Simulation.pdb
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.AssemblyReference.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.Form1.resources
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.GenerateResource.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfoInputs.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.AssemblyInfo.cs
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CoreCompileInputs.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.csproj.CopyComplete
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\refint\FidoReader.dll
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.pdb
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\FidoReader.genruntimeconfig.cache
C:\Users\josh2\文件\GitLab\EID\fidoreader\FidoReader\obj\Debug\net6.0-windows\ref\FidoReader.dll
3ce666bb174c709a229da2ce94fe841bc941fd78 a0829ac2a6b8bf2a866853cc38deee7f709d48b2
{ {
"format": 1, "format": 1,
"restore": { "restore": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj": {} "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj": {}
}, },
"projects": { "projects": {
"C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj": { "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj", "projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"projectName": "FidoReader", "projectName": "FidoReader",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj", "projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\", "packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\",
"outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\obj\\", "outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0-windows7.0" "net6.0-windows"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
...@@ -91,7 +91,8 @@ ...@@ -91,7 +91,8 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
...@@ -103,7 +104,7 @@ ...@@ -103,7 +104,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
} }
} }
}, },
...@@ -121,7 +122,7 @@ ...@@ -121,7 +122,7 @@
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0-windows7.0" "net6.0-windows"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
...@@ -148,7 +149,8 @@ ...@@ -148,7 +149,8 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
...@@ -160,7 +162,7 @@ ...@@ -160,7 +162,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
} }
} }
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\josh2\.nuget\packages\</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\josh2\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.1.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\josh2\.nuget\packages\" /> <SourceRoot Include="C:\Users\josh2\.nuget\packages\" />
......
...@@ -14,10 +14,14 @@ ...@@ -14,10 +14,14 @@
"BouncyCastle.NetCore/1.8.5": { "BouncyCastle.NetCore/1.8.5": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {} "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {} "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
"related": ".xml"
}
} }
}, },
"Dahomey.Cbor/1.17.0": { "Dahomey.Cbor/1.17.0": {
...@@ -42,12 +46,20 @@ ...@@ -42,12 +46,20 @@
"System.Data.SqlClient": "4.8.1" "System.Data.SqlClient": "4.8.1"
}, },
"compile": { "compile": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {}, "lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"lib/netstandard2.1/EntityFramework.dll": {} "related": ".xml"
},
"lib/netstandard2.1/EntityFramework.dll": {
"related": ".SqlServer.xml;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/EntityFramework.SqlServer.dll": {}, "lib/netstandard2.1/EntityFramework.SqlServer.dll": {
"lib/netstandard2.1/EntityFramework.dll": {} "related": ".xml"
},
"lib/netstandard2.1/EntityFramework.dll": {
"related": ".SqlServer.xml;.xml"
}
}, },
"build": { "build": {
"buildTransitive/netcoreapp3.0/EntityFramework.props": {}, "buildTransitive/netcoreapp3.0/EntityFramework.props": {},
...@@ -57,10 +69,14 @@ ...@@ -57,10 +69,14 @@
"Google.Protobuf/3.19.4": { "Google.Protobuf/3.19.4": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net5.0/Google.Protobuf.dll": {} "lib/net5.0/Google.Protobuf.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/net5.0/Google.Protobuf.dll": {} "lib/net5.0/Google.Protobuf.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"Jsbeautifier/0.0.1": { "Jsbeautifier/0.0.1": {
...@@ -78,10 +94,14 @@ ...@@ -78,10 +94,14 @@
"System.Memory": "4.5.4" "System.Memory": "4.5.4"
}, },
"compile": { "compile": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {} "lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/K4os.Compression.LZ4.dll": {} "lib/netstandard2.0/K4os.Compression.LZ4.dll": {
"related": ".xml"
}
} }
}, },
"K4os.Compression.LZ4.Streams/1.2.6": { "K4os.Compression.LZ4.Streams/1.2.6": {
...@@ -91,10 +111,14 @@ ...@@ -91,10 +111,14 @@
"K4os.Hash.xxHash": "1.0.6" "K4os.Hash.xxHash": "1.0.6"
}, },
"compile": { "compile": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {} "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {} "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": {
"related": ".xml"
}
} }
}, },
"K4os.Hash.xxHash/1.0.6": { "K4os.Hash.xxHash/1.0.6": {
...@@ -103,10 +127,14 @@ ...@@ -103,10 +127,14 @@
"System.Memory": "4.5.3" "System.Memory": "4.5.3"
}, },
"compile": { "compile": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {} "lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/K4os.Hash.xxHash.dll": {} "lib/netstandard2.0/K4os.Hash.xxHash.dll": {
"related": ".xml"
}
} }
}, },
"Microsoft.CSharp/4.7.0": { "Microsoft.CSharp/4.7.0": {
...@@ -134,10 +162,14 @@ ...@@ -134,10 +162,14 @@
"System.Security.Principal.Windows": "4.7.0" "System.Security.Principal.Windows": "4.7.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/_._": {} "ref/netstandard2.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
...@@ -156,10 +188,14 @@ ...@@ -156,10 +188,14 @@
"Microsoft.NETCore.Platforms": "3.1.0" "Microsoft.NETCore.Platforms": "3.1.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/_._": {} "ref/netstandard2.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
...@@ -181,12 +217,16 @@ ...@@ -181,12 +217,16 @@
"System.Text.Encoding.CodePages": "4.4.0" "System.Text.Encoding.CodePages": "4.4.0"
}, },
"compile": { "compile": {
"lib/net6.0/MySql.Data.dll": {}, "lib/net6.0/MySql.Data.dll": {
"related": ".xml"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {}, "lib/net6.0/Ubiety.Dns.Core.dll": {},
"lib/net6.0/ZstdNet.dll": {} "lib/net6.0/ZstdNet.dll": {}
}, },
"runtime": { "runtime": {
"lib/net6.0/MySql.Data.dll": {}, "lib/net6.0/MySql.Data.dll": {
"related": ".xml"
},
"lib/net6.0/Ubiety.Dns.Core.dll": {}, "lib/net6.0/Ubiety.Dns.Core.dll": {},
"lib/net6.0/ZstdNet.dll": {} "lib/net6.0/ZstdNet.dll": {}
} }
...@@ -194,19 +234,27 @@ ...@@ -194,19 +234,27 @@
"Newtonsoft.Json/13.0.1": { "Newtonsoft.Json/13.0.1": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {} "lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {} "lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
} }
}, },
"PCSC/6.0.0": { "PCSC/6.0.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.0/PCSC.dll": {} "lib/netstandard2.0/PCSC.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/PCSC.dll": {} "lib/netstandard2.0/PCSC.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"PCSC.Iso7816/6.0.0": { "PCSC.Iso7816/6.0.0": {
...@@ -215,10 +263,14 @@ ...@@ -215,10 +263,14 @@
"PCSC": "6.0.0" "PCSC": "6.0.0"
}, },
"compile": { "compile": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {} "lib/netstandard2.0/PCSC.Iso7816.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/PCSC.Iso7816.dll": {} "lib/netstandard2.0/PCSC.Iso7816.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"PCSC.Reactive/6.0.0": { "PCSC.Reactive/6.0.0": {
...@@ -228,10 +280,14 @@ ...@@ -228,10 +280,14 @@
"System.Reactive": "5.0.0" "System.Reactive": "5.0.0"
}, },
"compile": { "compile": {
"lib/netstandard2.0/PCSC.Reactive.dll": {} "lib/netstandard2.0/PCSC.Reactive.dll": {
"related": ".pdb;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/PCSC.Reactive.dll": {} "lib/netstandard2.0/PCSC.Reactive.dll": {
"related": ".pdb;.xml"
}
} }
}, },
"runtime.native.System.Data.SqlClient.sni/4.7.0": { "runtime.native.System.Data.SqlClient.sni/4.7.0": {
...@@ -272,10 +328,14 @@ ...@@ -272,10 +328,14 @@
"Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": { "Stub.System.Data.SQLite.Core.NetStandard/1.0.115.5": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/netstandard2.1/System.Data.SQLite.dll": {} "lib/netstandard2.1/System.Data.SQLite.dll": {
"related": ".dll.altconfig;.xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/System.Data.SQLite.dll": {} "lib/netstandard2.1/System.Data.SQLite.dll": {
"related": ".dll.altconfig;.xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/linux-x64/native/SQLite.Interop.dll": { "runtimes/linux-x64/native/SQLite.Interop.dll": {
...@@ -308,19 +368,27 @@ ...@@ -308,19 +368,27 @@
"System.CodeDom/4.7.0": { "System.CodeDom/4.7.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netstandard2.0/System.CodeDom.dll": {} "ref/netstandard2.0/System.CodeDom.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.CodeDom.dll": {} "lib/netstandard2.0/System.CodeDom.dll": {
"related": ".xml"
}
} }
}, },
"System.ComponentModel.Annotations/4.7.0": { "System.ComponentModel.Annotations/4.7.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {} "ref/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {} "lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
} }
}, },
"System.Configuration.ConfigurationManager/4.7.0": { "System.Configuration.ConfigurationManager/4.7.0": {
...@@ -330,10 +398,14 @@ ...@@ -330,10 +398,14 @@
"System.Security.Permissions": "4.7.0" "System.Security.Permissions": "4.7.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"related": ".xml"
}
} }
}, },
"System.Data.SqlClient/4.8.1": { "System.Data.SqlClient/4.8.1": {
...@@ -344,10 +416,14 @@ ...@@ -344,10 +416,14 @@
"runtime.native.System.Data.SqlClient.sni": "4.7.0" "runtime.native.System.Data.SqlClient.sni": "4.7.0"
}, },
"compile": { "compile": {
"ref/netcoreapp2.1/System.Data.SqlClient.dll": {} "ref/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netcoreapp2.1/System.Data.SqlClient.dll": {} "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
...@@ -392,7 +468,9 @@ ...@@ -392,7 +468,9 @@
"Microsoft.Win32.SystemEvents": "4.7.0" "Microsoft.Win32.SystemEvents": "4.7.0"
}, },
"compile": { "compile": {
"ref/netcoreapp3.0/_._": {} "ref/netcoreapp3.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {} "lib/netstandard2.0/System.Drawing.Common.dll": {}
...@@ -411,19 +489,27 @@ ...@@ -411,19 +489,27 @@
"System.Formats.Cbor/6.0.0": { "System.Formats.Cbor/6.0.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net6.0/System.Formats.Cbor.dll": {} "lib/net6.0/System.Formats.Cbor.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/System.Formats.Cbor.dll": {} "lib/net6.0/System.Formats.Cbor.dll": {
"related": ".xml"
}
} }
}, },
"System.IO.Pipelines/6.0.1": { "System.IO.Pipelines/6.0.1": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net6.0/System.IO.Pipelines.dll": {} "lib/net6.0/System.IO.Pipelines.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net6.0/System.IO.Pipelines.dll": {} "lib/net6.0/System.IO.Pipelines.dll": {
"related": ".xml"
}
}, },
"build": { "build": {
"buildTransitive/netcoreapp3.1/_._": {} "buildTransitive/netcoreapp3.1/_._": {}
...@@ -441,10 +527,14 @@ ...@@ -441,10 +527,14 @@
"System.Reactive/5.0.0": { "System.Reactive/5.0.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"lib/net5.0/System.Reactive.dll": {} "lib/net5.0/System.Reactive.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/net5.0/System.Reactive.dll": {} "lib/net5.0/System.Reactive.dll": {
"related": ".xml"
}
}, },
"build": { "build": {
"buildTransitive/net5.0/_._": {} "buildTransitive/net5.0/_._": {}
...@@ -453,10 +543,14 @@ ...@@ -453,10 +543,14 @@
"System.Runtime.CompilerServices.Unsafe/5.0.0": { "System.Runtime.CompilerServices.Unsafe/5.0.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {} "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {} "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
} }
}, },
"System.Security.AccessControl/4.7.0": { "System.Security.AccessControl/4.7.0": {
...@@ -466,10 +560,14 @@ ...@@ -466,10 +560,14 @@
"System.Security.Principal.Windows": "4.7.0" "System.Security.Principal.Windows": "4.7.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/System.Security.AccessControl.dll": {} "ref/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {} "lib/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
...@@ -481,10 +579,14 @@ ...@@ -481,10 +579,14 @@
"System.Security.Cryptography.ProtectedData/4.7.0": { "System.Security.Cryptography.ProtectedData/4.7.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netstandard2.0/_._": {} "ref/netstandard2.0/_._": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
...@@ -500,19 +602,27 @@ ...@@ -500,19 +602,27 @@
"System.Windows.Extensions": "4.7.0" "System.Windows.Extensions": "4.7.0"
}, },
"compile": { "compile": {
"ref/netcoreapp3.0/System.Security.Permissions.dll": {} "ref/netcoreapp3.0/System.Security.Permissions.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netcoreapp3.0/System.Security.Permissions.dll": {} "lib/netcoreapp3.0/System.Security.Permissions.dll": {
"related": ".xml"
}
} }
}, },
"System.Security.Principal.Windows/4.7.0": { "System.Security.Principal.Windows/4.7.0": {
"type": "package", "type": "package",
"compile": { "compile": {
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {} "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {} "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
...@@ -531,7 +641,9 @@ ...@@ -531,7 +641,9 @@
"Microsoft.NETCore.Platforms": "2.0.0" "Microsoft.NETCore.Platforms": "2.0.0"
}, },
"compile": { "compile": {
"ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {} "ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
...@@ -549,10 +661,14 @@ ...@@ -549,10 +661,14 @@
"System.Drawing.Common": "4.7.0" "System.Drawing.Common": "4.7.0"
}, },
"compile": { "compile": {
"ref/netcoreapp3.0/System.Windows.Extensions.dll": {} "ref/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
}, },
"runtime": { "runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {} "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
}, },
"runtimeTargets": { "runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
...@@ -1883,18 +1999,18 @@ ...@@ -1883,18 +1999,18 @@
"project": { "project": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "restore": {
"projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj", "projectUniqueName": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"projectName": "FidoReader", "projectName": "FidoReader",
"projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj", "projectPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\", "packagesPath": "C:\\Users\\josh2\\.nuget\\packages\\",
"outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\obj\\", "outputPath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\obj\\",
"projectStyle": "PackageReference", "projectStyle": "PackageReference",
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Users\\josh2\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
"net6.0-windows7.0" "net6.0-windows"
], ],
"sources": { "sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
...@@ -1967,7 +2083,8 @@ ...@@ -1967,7 +2083,8 @@
"net47", "net47",
"net471", "net471",
"net472", "net472",
"net48" "net48",
"net481"
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
...@@ -1979,7 +2096,7 @@ ...@@ -1979,7 +2096,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.103\\RuntimeIdentifierGraph.json"
} }
} }
}, },
...@@ -1988,7 +2105,7 @@ ...@@ -1988,7 +2105,7 @@
"code": "NU1701", "code": "NU1701",
"level": "Warning", "level": "Warning",
"warningLevel": 1, "warningLevel": 1,
"message": "Package 'BouncyCastle 1.8.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.", "message": "已使用 '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' 而非專案目標架構 'net6.0-windows7.0' 還原了套件 'BouncyCastle 1.8.9'。此套件與您的專案並非完全相容。",
"libraryId": "BouncyCastle", "libraryId": "BouncyCastle",
"targetGraphs": [ "targetGraphs": [
"net6.0-windows7.0" "net6.0-windows7.0"
......
{ {
"version": 2, "version": 2,
"dgSpecHash": "PY1GcZH8lZHPem3tl949PlgQJpTIJnXXGBkBiYcXiTV1W7C9X6vyqeu2eQV4C0dEv4plAW35qg/9l9nxNa5YCw==", "dgSpecHash": "dSPWnD2nIBG+1kwznqU4iPzuPmvqHFC9A0EtEjQ/0wlgXEr3YWjciIuDaYsso4G8836J+Ljay+3bUyDJUnZtdg==",
"success": true, "success": true,
"projectFilePath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\FidoReader\\FidoReader\\FidoReader.csproj", "projectFilePath": "C:\\Users\\josh2\\Documents\\GitLab\\EID\\fidoreader\\FidoReader\\FidoReader.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
"C:\\Users\\josh2\\.nuget\\packages\\bouncycastle\\1.8.9\\bouncycastle.1.8.9.nupkg.sha512", "C:\\Users\\josh2\\.nuget\\packages\\bouncycastle\\1.8.9\\bouncycastle.1.8.9.nupkg.sha512",
"C:\\Users\\josh2\\.nuget\\packages\\bouncycastle.netcore\\1.8.5\\bouncycastle.netcore.1.8.5.nupkg.sha512", "C:\\Users\\josh2\\.nuget\\packages\\bouncycastle.netcore\\1.8.5\\bouncycastle.netcore.1.8.5.nupkg.sha512",
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
"code": "NU1701", "code": "NU1701",
"level": "Warning", "level": "Warning",
"warningLevel": 1, "warningLevel": 1,
"message": "Package 'BouncyCastle 1.8.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.", "message": "已使用 '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' 而非專案目標架構 'net6.0-windows7.0' 還原了套件 'BouncyCastle 1.8.9'。此套件與您的專案並非完全相容。",
"libraryId": "BouncyCastle", "libraryId": "BouncyCastle",
"targetGraphs": [ "targetGraphs": [
"net6.0-windows7.0" "net6.0-windows7.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment