mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 20:16:29 +00:00
Corrected autoscale problem
This commit is contained in:
parent
f3ddc4827c
commit
5b3307ba8d
Binary file not shown.
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"Version": 1,
|
|
||||||
"ProjectMap": {
|
|
||||||
"64c09858-40d1-4752-b800-86b4c725a1a3": {
|
|
||||||
"ProjectGuid": "64c09858-40d1-4752-b800-86b4c725a1a3",
|
|
||||||
"DisplayName": "LogicAnalyzer",
|
|
||||||
"ColorIndex": 0
|
|
||||||
},
|
|
||||||
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
|
|
||||||
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
|
|
||||||
"DisplayName": "Archivos varios",
|
|
||||||
"ColorIndex": -1
|
|
||||||
},
|
|
||||||
"c2166cc8-3bd1-4563-bb9f-0001632b449a": {
|
|
||||||
"ProjectGuid": "c2166cc8-3bd1-4563-bb9f-0001632b449a",
|
|
||||||
"DisplayName": "SPIProtocolAnalyzer",
|
|
||||||
"ColorIndex": 1
|
|
||||||
},
|
|
||||||
"80c7dc34-e1f6-4da8-affb-904c06a3623b": {
|
|
||||||
"ProjectGuid": "80c7dc34-e1f6-4da8-affb-904c06a3623b",
|
|
||||||
"DisplayName": "CustomScrollBar",
|
|
||||||
"ColorIndex": 2
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"NextColorIndex": 3
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -40,9 +40,10 @@
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.flSettings.AutoScroll = true;
|
this.flSettings.AutoScroll = true;
|
||||||
this.flSettings.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
this.flSettings.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||||
this.flSettings.Location = new System.Drawing.Point(12, 12);
|
this.flSettings.Location = new System.Drawing.Point(17, 20);
|
||||||
|
this.flSettings.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.flSettings.Name = "flSettings";
|
this.flSettings.Name = "flSettings";
|
||||||
this.flSettings.Size = new System.Drawing.Size(321, 397);
|
this.flSettings.Size = new System.Drawing.Size(459, 662);
|
||||||
this.flSettings.TabIndex = 0;
|
this.flSettings.TabIndex = 0;
|
||||||
this.flSettings.WrapContents = false;
|
this.flSettings.WrapContents = false;
|
||||||
//
|
//
|
||||||
|
@ -51,9 +52,10 @@
|
||||||
this.btnCancel.BackColor = System.Drawing.Color.DimGray;
|
this.btnCancel.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancel.FlatAppearance.BorderSize = 0;
|
this.btnCancel.FlatAppearance.BorderSize = 0;
|
||||||
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancel.Location = new System.Drawing.Point(258, 415);
|
this.btnCancel.Location = new System.Drawing.Point(369, 692);
|
||||||
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Name = "btnCancel";
|
||||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
this.btnCancel.Size = new System.Drawing.Size(107, 38);
|
||||||
this.btnCancel.TabIndex = 0;
|
this.btnCancel.TabIndex = 0;
|
||||||
this.btnCancel.Text = "Cancel";
|
this.btnCancel.Text = "Cancel";
|
||||||
this.btnCancel.UseVisualStyleBackColor = false;
|
this.btnCancel.UseVisualStyleBackColor = false;
|
||||||
|
@ -65,9 +67,10 @@
|
||||||
this.btnAccept.Enabled = false;
|
this.btnAccept.Enabled = false;
|
||||||
this.btnAccept.FlatAppearance.BorderSize = 0;
|
this.btnAccept.FlatAppearance.BorderSize = 0;
|
||||||
this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAccept.Location = new System.Drawing.Point(177, 415);
|
this.btnAccept.Location = new System.Drawing.Point(253, 692);
|
||||||
|
this.btnAccept.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.btnAccept.Name = "btnAccept";
|
this.btnAccept.Name = "btnAccept";
|
||||||
this.btnAccept.Size = new System.Drawing.Size(75, 23);
|
this.btnAccept.Size = new System.Drawing.Size(107, 38);
|
||||||
this.btnAccept.TabIndex = 1;
|
this.btnAccept.TabIndex = 1;
|
||||||
this.btnAccept.Text = "Accept";
|
this.btnAccept.Text = "Accept";
|
||||||
this.btnAccept.UseVisualStyleBackColor = false;
|
this.btnAccept.UseVisualStyleBackColor = false;
|
||||||
|
@ -76,19 +79,22 @@
|
||||||
// ProtocolAnalyzerSettingsDialog
|
// ProtocolAnalyzerSettingsDialog
|
||||||
//
|
//
|
||||||
this.AcceptButton = this.btnAccept;
|
this.AcceptButton = this.btnAccept;
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
||||||
this.CancelButton = this.btnCancel;
|
this.CancelButton = this.btnCancel;
|
||||||
this.ClientSize = new System.Drawing.Size(345, 450);
|
this.ClientSize = new System.Drawing.Size(493, 750);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnCancel);
|
||||||
this.Controls.Add(this.flSettings);
|
this.Controls.Add(this.flSettings);
|
||||||
this.Controls.Add(this.btnAccept);
|
this.Controls.Add(this.btnAccept);
|
||||||
this.ForeColor = System.Drawing.Color.LightGray;
|
this.ForeColor = System.Drawing.Color.LightGray;
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
|
this.MaximumSize = new System.Drawing.Size(515, 806);
|
||||||
this.MinimizeBox = false;
|
this.MinimizeBox = false;
|
||||||
|
this.MinimumSize = new System.Drawing.Size(515, 806);
|
||||||
this.Name = "ProtocolAnalyzerSettingsDialog";
|
this.Name = "ProtocolAnalyzerSettingsDialog";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
this.Text = "ProtocolAnalyzerSettingsDialog";
|
this.Text = "ProtocolAnalyzerSettingsDialog";
|
||||||
|
|
|
@ -44,20 +44,22 @@
|
||||||
//
|
//
|
||||||
this.cwRegionColor.Alpha = 1D;
|
this.cwRegionColor.Alpha = 1D;
|
||||||
this.cwRegionColor.LineColor = System.Drawing.Color.DarkGray;
|
this.cwRegionColor.LineColor = System.Drawing.Color.DarkGray;
|
||||||
this.cwRegionColor.Location = new System.Drawing.Point(12, 66);
|
this.cwRegionColor.Location = new System.Drawing.Point(17, 110);
|
||||||
|
this.cwRegionColor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.cwRegionColor.Name = "cwRegionColor";
|
this.cwRegionColor.Name = "cwRegionColor";
|
||||||
this.cwRegionColor.ShowAngleArrow = true;
|
this.cwRegionColor.ShowAngleArrow = true;
|
||||||
this.cwRegionColor.ShowCenterLines = true;
|
this.cwRegionColor.ShowCenterLines = true;
|
||||||
this.cwRegionColor.ShowSaturationRing = true;
|
this.cwRegionColor.ShowSaturationRing = true;
|
||||||
this.cwRegionColor.Size = new System.Drawing.Size(251, 261);
|
this.cwRegionColor.Size = new System.Drawing.Size(359, 435);
|
||||||
this.cwRegionColor.TabIndex = 0;
|
this.cwRegionColor.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
this.label1.AutoSize = true;
|
this.label1.AutoSize = true;
|
||||||
this.label1.Location = new System.Drawing.Point(12, 15);
|
this.label1.Location = new System.Drawing.Point(17, 25);
|
||||||
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
this.label1.Size = new System.Drawing.Size(80, 15);
|
this.label1.Size = new System.Drawing.Size(120, 25);
|
||||||
this.label1.TabIndex = 1;
|
this.label1.TabIndex = 1;
|
||||||
this.label1.Text = "Region name:";
|
this.label1.Text = "Region name:";
|
||||||
//
|
//
|
||||||
|
@ -65,17 +67,19 @@
|
||||||
//
|
//
|
||||||
this.txtName.BackColor = System.Drawing.Color.DimGray;
|
this.txtName.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.txtName.ForeColor = System.Drawing.Color.LightGray;
|
this.txtName.ForeColor = System.Drawing.Color.LightGray;
|
||||||
this.txtName.Location = new System.Drawing.Point(98, 12);
|
this.txtName.Location = new System.Drawing.Point(140, 20);
|
||||||
|
this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.txtName.Name = "txtName";
|
this.txtName.Name = "txtName";
|
||||||
this.txtName.Size = new System.Drawing.Size(211, 23);
|
this.txtName.Size = new System.Drawing.Size(300, 31);
|
||||||
this.txtName.TabIndex = 2;
|
this.txtName.TabIndex = 2;
|
||||||
//
|
//
|
||||||
// label2
|
// label2
|
||||||
//
|
//
|
||||||
this.label2.AutoSize = true;
|
this.label2.AutoSize = true;
|
||||||
this.label2.Location = new System.Drawing.Point(12, 48);
|
this.label2.Location = new System.Drawing.Point(17, 80);
|
||||||
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.Size = new System.Drawing.Size(74, 15);
|
this.label2.Size = new System.Drawing.Size(112, 25);
|
||||||
this.label2.TabIndex = 3;
|
this.label2.TabIndex = 3;
|
||||||
this.label2.Text = "Region color";
|
this.label2.Text = "Region color";
|
||||||
//
|
//
|
||||||
|
@ -84,9 +88,10 @@
|
||||||
this.btnCancel.BackColor = System.Drawing.Color.DimGray;
|
this.btnCancel.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancel.FlatAppearance.BorderSize = 0;
|
this.btnCancel.FlatAppearance.BorderSize = 0;
|
||||||
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancel.Location = new System.Drawing.Point(239, 333);
|
this.btnCancel.Location = new System.Drawing.Point(341, 555);
|
||||||
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Name = "btnCancel";
|
||||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
this.btnCancel.Size = new System.Drawing.Size(107, 38);
|
||||||
this.btnCancel.TabIndex = 4;
|
this.btnCancel.TabIndex = 4;
|
||||||
this.btnCancel.Text = "Cancel";
|
this.btnCancel.Text = "Cancel";
|
||||||
this.btnCancel.UseVisualStyleBackColor = false;
|
this.btnCancel.UseVisualStyleBackColor = false;
|
||||||
|
@ -97,9 +102,10 @@
|
||||||
this.btnAccept.BackColor = System.Drawing.Color.DimGray;
|
this.btnAccept.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.btnAccept.FlatAppearance.BorderSize = 0;
|
this.btnAccept.FlatAppearance.BorderSize = 0;
|
||||||
this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAccept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAccept.Location = new System.Drawing.Point(158, 333);
|
this.btnAccept.Location = new System.Drawing.Point(226, 555);
|
||||||
|
this.btnAccept.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.btnAccept.Name = "btnAccept";
|
this.btnAccept.Name = "btnAccept";
|
||||||
this.btnAccept.Size = new System.Drawing.Size(75, 23);
|
this.btnAccept.Size = new System.Drawing.Size(107, 38);
|
||||||
this.btnAccept.TabIndex = 5;
|
this.btnAccept.TabIndex = 5;
|
||||||
this.btnAccept.Text = "Accept";
|
this.btnAccept.Text = "Accept";
|
||||||
this.btnAccept.UseVisualStyleBackColor = false;
|
this.btnAccept.UseVisualStyleBackColor = false;
|
||||||
|
@ -107,11 +113,12 @@
|
||||||
//
|
//
|
||||||
// tkAlpha
|
// tkAlpha
|
||||||
//
|
//
|
||||||
this.tkAlpha.Location = new System.Drawing.Point(269, 69);
|
this.tkAlpha.Location = new System.Drawing.Point(384, 115);
|
||||||
|
this.tkAlpha.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.tkAlpha.Maximum = 255;
|
this.tkAlpha.Maximum = 255;
|
||||||
this.tkAlpha.Name = "tkAlpha";
|
this.tkAlpha.Name = "tkAlpha";
|
||||||
this.tkAlpha.Orientation = System.Windows.Forms.Orientation.Vertical;
|
this.tkAlpha.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||||||
this.tkAlpha.Size = new System.Drawing.Size(45, 229);
|
this.tkAlpha.Size = new System.Drawing.Size(69, 382);
|
||||||
this.tkAlpha.TabIndex = 6;
|
this.tkAlpha.TabIndex = 6;
|
||||||
this.tkAlpha.TickFrequency = 10;
|
this.tkAlpha.TickFrequency = 10;
|
||||||
this.tkAlpha.TickStyle = System.Windows.Forms.TickStyle.Both;
|
this.tkAlpha.TickStyle = System.Windows.Forms.TickStyle.Both;
|
||||||
|
@ -122,10 +129,11 @@
|
||||||
//
|
//
|
||||||
this.txtAlpha.BackColor = System.Drawing.Color.DimGray;
|
this.txtAlpha.BackColor = System.Drawing.Color.DimGray;
|
||||||
this.txtAlpha.ForeColor = System.Drawing.Color.LightGray;
|
this.txtAlpha.ForeColor = System.Drawing.Color.LightGray;
|
||||||
this.txtAlpha.Location = new System.Drawing.Point(269, 304);
|
this.txtAlpha.Location = new System.Drawing.Point(384, 507);
|
||||||
|
this.txtAlpha.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.txtAlpha.Name = "txtAlpha";
|
this.txtAlpha.Name = "txtAlpha";
|
||||||
this.txtAlpha.ReadOnly = true;
|
this.txtAlpha.ReadOnly = true;
|
||||||
this.txtAlpha.Size = new System.Drawing.Size(45, 23);
|
this.txtAlpha.Size = new System.Drawing.Size(63, 31);
|
||||||
this.txtAlpha.TabIndex = 7;
|
this.txtAlpha.TabIndex = 7;
|
||||||
this.txtAlpha.Text = "128";
|
this.txtAlpha.Text = "128";
|
||||||
this.txtAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
this.txtAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
@ -133,20 +141,21 @@
|
||||||
// label3
|
// label3
|
||||||
//
|
//
|
||||||
this.label3.AutoSize = true;
|
this.label3.AutoSize = true;
|
||||||
this.label3.Location = new System.Drawing.Point(272, 51);
|
this.label3.Location = new System.Drawing.Point(389, 85);
|
||||||
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
this.label3.Size = new System.Drawing.Size(38, 15);
|
this.label3.Size = new System.Drawing.Size(58, 25);
|
||||||
this.label3.TabIndex = 8;
|
this.label3.TabIndex = 8;
|
||||||
this.label3.Text = "Alpha";
|
this.label3.Text = "Alpha";
|
||||||
//
|
//
|
||||||
// SelectedRegionDialog
|
// SelectedRegionDialog
|
||||||
//
|
//
|
||||||
this.AcceptButton = this.btnAccept;
|
this.AcceptButton = this.btnAccept;
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
||||||
this.CancelButton = this.btnCancel;
|
this.CancelButton = this.btnCancel;
|
||||||
this.ClientSize = new System.Drawing.Size(321, 365);
|
this.ClientSize = new System.Drawing.Size(462, 610);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
this.Controls.Add(this.label3);
|
this.Controls.Add(this.label3);
|
||||||
this.Controls.Add(this.txtAlpha);
|
this.Controls.Add(this.txtAlpha);
|
||||||
|
@ -158,9 +167,12 @@
|
||||||
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label1);
|
||||||
this.Controls.Add(this.cwRegionColor);
|
this.Controls.Add(this.cwRegionColor);
|
||||||
this.ForeColor = System.Drawing.Color.LightGray;
|
this.ForeColor = System.Drawing.Color.LightGray;
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
|
this.MaximumSize = new System.Drawing.Size(484, 666);
|
||||||
this.MinimizeBox = false;
|
this.MinimizeBox = false;
|
||||||
|
this.MinimumSize = new System.Drawing.Size(484, 666);
|
||||||
this.Name = "SelectedRegionDialog";
|
this.Name = "SelectedRegionDialog";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
this.Text = "Create selected region";
|
this.Text = "Create selected region";
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<_LastSelectedProfileId>C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="Dialogs\CaptureDialog.cs">
|
<Compile Update="Dialogs\CaptureDialog.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>Any CPU</Platform>
|
||||||
|
<PublishDir>bin\Release\net6.0-windows\publish\win-x86\</PublishDir>
|
||||||
|
<PublishProtocol>FileSystem</PublishProtocol>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
||||||
|
<SelfContained>true</SelfContained>
|
||||||
|
<PublishSingleFile>False</PublishSingleFile>
|
||||||
|
<PublishReadyToRun>False</PublishReadyToRun>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<History>True|2022-07-08T14:55:29.2331928Z;True|2022-07-03T16:20:52.1046389+02:00;</History>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
|
@ -41,8 +41,7 @@
|
||||||
//
|
//
|
||||||
// Splash
|
// Splash
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
||||||
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
||||||
this.ClientSize = new System.Drawing.Size(754, 432);
|
this.ClientSize = new System.Drawing.Size(754, 432);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
|
|
|
@ -69,8 +69,8 @@
|
||||||
RF/WBZnFQBrgSi4oKgHSf4DYKCW1OJmBgdEAyM4uLykAijPOAbJFkrLB7A0gdlFIkDOQfQTI5kuHsK+A
|
RF/WBZnFQBrgSi4oKgHSf4DYKCW1OJmBgdEAyM4uLykAijPOAbJFkrLB7A0gdlFIkDOQfQTI5kuHsK+A
|
||||||
2EkQ9hMQuwjoCSD7C0h9OpjNxAE2B8KWAbFLUitA9jI45xdUFmWmZ5QoGFpaWio4puQnpSoEVxaXpOYW
|
2EkQ9hMQuwjoCSD7C0h9OpjNxAE2B8KWAbFLUitA9jI45xdUFmWmZ5QoGFpaWio4puQnpSoEVxaXpOYW
|
||||||
K3jmJecXFeQXJZakpgDVQtwHBoIQhaAQ0wBqtNBkoDIAxQOE9TkQHL6MYmcQYgiQXFpUBmUyMhkT5iPM
|
K3jmJecXFeQXJZakpgDVQtwHBoIQhaAQ0wBqtNBkoDIAxQOE9TkQHL6MYmcQYgiQXFpUBmUyMhkT5iPM
|
||||||
mCPBwOC/lIGB5Q9CzKSXgWGBDgMD/1SEmJohA4OAPgPDvjkAwMZP/eeaqagAAAAJcEhZcwAACw8AAAsP
|
mCPBwOC/lIGB5Q9CzKSXgWGBDgMD/1SEmJohA4OAPgPDvjkAwMZP/eeaqagAAAAJcEhZcwAACw4AAAsO
|
||||||
AZL5A6UAAMpxSURBVHhe7d2HmxvXlaD9+RM2787O2FYgRTGTYs4555xzkkRSJEUqksqycrZyzrIly5Zk
|
AUC+4UEAAMpxSURBVHhe7d2HmxvXlaD9+RM2787O2FYgRTGTYs4555xzkkRSJEUqksqycrZyzrIly5Zk
|
||||||
yZblbMs5j+NEz4w9OXtmdmd39nvuh4PWBW8X3+4G0Djn3GoCz/M+JApVhUKhKf1QfVH1G//tv/23bvvv
|
yZblbMs5j+NEz4w9OXtmdmd39nvuh4PWBW8X3+4G0Djn3GoCz/M+JApVhUKhKf1QfVH1G//tv/23bvvv
|
||||||
//2/x4J2/+N//A/TfvM3f9O8//k//6dpv/Vbv2Xab//2b5v3vve9z7T3v//95n3gAx8w7YwzznDtzDPP
|
//2/x4J2/+N//A/TfvM3f9O8//k//6dpv/Vbv2Xab//2b5v3vve9z7T3v//95n3gAx8w7YwzznDtzDPP
|
||||||
NO2ss84y7eyzz3arX79+5vXv39+8c845x6UBAwaYd+6557o1cOBAtwYNGmTe4MGD3RoyZEgWDR061LVh
|
NO2ss84y7eyzz3arX79+5vXv39+8c845x6UBAwaYd+6557o1cOBAtwYNGmTe4MGD3RoyZEgWDR061LVh
|
||||||
|
|
Binary file not shown.
|
@ -1,186 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v6.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v6.0": {
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": "2.0.0-beta.7",
|
|
||||||
"Newtonsoft.Json": "13.0.1",
|
|
||||||
"System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"LogicAnalyzer.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "2.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "13.0.0.0",
|
|
||||||
"fileVersion": "13.0.1.25517"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "unix",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "win",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-zl3Y3ybhehCbkRCTc+LMgya3HKBR02pO7gohfhEcnvh24WkZH5YFMjm3id7AHZrnxDvzFms3sXcTmU5zzETsQA==",
|
|
||||||
"path": "cyotek.windows.forms.colorpicker/2.0.0-beta.7",
|
|
||||||
"hashPath": "cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
||||||
"path": "newtonsoft.json/13.0.1",
|
|
||||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==",
|
|
||||||
"path": "runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==",
|
|
||||||
"path": "system.io.ports/6.0.0",
|
|
||||||
"hashPath": "system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net6.0",
|
|
||||||
"frameworks": [
|
|
||||||
{
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "6.0.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "6.0.0"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
{"Frequency":100000000,"PreTriggerSamples":512,"PostTriggerSamples":1024,"CaptureChannels":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"TriggerType":1,"TriggerChannel":1,"TriggerInverted":false,"TriggerBitCount":2,"TriggerPattern":1}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
|
|
@ -1,25 +0,0 @@
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// Este código fue generado por una herramienta.
|
|
||||||
// Versión de runtime:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
||||||
// se vuelve a generar el código.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LogicAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("LogicAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("LogicAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
|
||||||
|
|
||||||
// Generado por la clase WriteCodeFragment de MSBuild.
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
4e7249d32526a2ce320354cda3ee37edfa133782
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,16 +0,0 @@
|
||||||
is_global = true
|
|
||||||
build_property.ApplicationManifest =
|
|
||||||
build_property.StartupObject =
|
|
||||||
build_property.ApplicationDefaultFont =
|
|
||||||
build_property.ApplicationHighDpiMode =
|
|
||||||
build_property.ApplicationUseCompatibleTextRendering =
|
|
||||||
build_property.ApplicationVisualStyles =
|
|
||||||
build_property.TargetFramework = net6.0-windows
|
|
||||||
build_property.TargetPlatformMinVersion = 7.0
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = LogicAnalyzer
|
|
||||||
build_property.ProjectDir = C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\
|
|
|
@ -1,10 +0,0 @@
|
||||||
// <auto-generated/>
|
|
||||||
global using global::System;
|
|
||||||
global using global::System.Collections.Generic;
|
|
||||||
global using global::System.Drawing;
|
|
||||||
global using global::System.IO;
|
|
||||||
global using global::System.Linq;
|
|
||||||
global using global::System.Net.Http;
|
|
||||||
global using global::System.Threading;
|
|
||||||
global using global::System.Threading.Tasks;
|
|
||||||
global using global::System.Windows.Forms;
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
bc13d8f45cd847404c90b7c8d071989df8e08405
|
|
|
@ -1,37 +0,0 @@
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.exe
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.deps.json
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.runtimeconfig.json
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\ref\LogicAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.pdb
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\System.IO.Ports.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\osx-arm64\native\libSystem.IO.Ports.Native.dylib
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\unix\lib\net6.0\System.IO.Ports.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\runtimes\win\lib\net6.0\System.IO.Ports.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.csproj.GenerateResource.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.AssemblyInfoInputs.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.AssemblyInfo.cs
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.csproj.CoreCompileInputs.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.csproj.CopyComplete
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\ref\LogicAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.pdb
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.genruntimeconfig.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.SampleViewer.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.MainForm.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\Newtonsoft.Json.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.CaptureDialog.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.ChannelViewer.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.SampleMarker.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\bin\Debug\net6.0-windows\Cyotek.Windows.Forms.ColorPicker.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.SelectedRegionDialog.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.ProtocolAnalyzerSettingsDialog.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.BorderGroupBox.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.csproj.AssemblyReference.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.Properties.Resources.resources
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\LogicAnalyzer\obj\Debug\net6.0-windows\LogicAnalyzer.Splash.resources
|
|
Binary file not shown.
|
@ -1,171 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v6.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v6.0": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "2.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "13.0.0.0",
|
|
||||||
"fileVersion": "13.0.1.25517"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "unix",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "win",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-zl3Y3ybhehCbkRCTc+LMgya3HKBR02pO7gohfhEcnvh24WkZH5YFMjm3id7AHZrnxDvzFms3sXcTmU5zzETsQA==",
|
|
||||||
"path": "cyotek.windows.forms.colorpicker/2.0.0-beta.7",
|
|
||||||
"hashPath": "cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
||||||
"path": "newtonsoft.json/13.0.1",
|
|
||||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==",
|
|
||||||
"path": "runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==",
|
|
||||||
"path": "system.io.ports/6.0.0",
|
|
||||||
"hashPath": "system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net6.0",
|
|
||||||
"frameworks": [
|
|
||||||
{
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "6.0.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "6.0.0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"C:\\Users\\geniw\\.dotnet\\store\\|arch|\\|tfm|",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet",
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
||||||
],
|
|
||||||
"configProperties": {
|
|
||||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
c037073aaa3ae4c1ac93f9034ea1fa8b27013e74
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,89 +0,0 @@
|
||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"projectName": "LogicAnalyzer",
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\geniw\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\geniw\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\ServiceFabricSDK.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net6.0-windows7.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\Microsoft SDKs\\Service Fabric\\packages": {},
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\FlexibleServices\\NuGetRepo": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[2.0.0-beta.7, )"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[13.0.1, )"
|
|
||||||
},
|
|
||||||
"System.IO.Ports": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[6.0.0, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
},
|
|
||||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\geniw\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.1</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="C:\Users\geniw\.nuget\packages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
|
|
||||||
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
|
@ -1,2 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
|
|
@ -1,380 +0,0 @@
|
||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"targets": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {}
|
|
||||||
},
|
|
||||||
"frameworkReferences": [
|
|
||||||
"Microsoft.WindowsDesktop.App.WindowsForms"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-arm"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-arm64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-x64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "osx-arm64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "osx-x64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {}
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"buildTransitive/netcoreapp3.1/_._": {}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assetType": "runtime",
|
|
||||||
"rid": "unix"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assetType": "runtime",
|
|
||||||
"rid": "win"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"sha512": "zl3Y3ybhehCbkRCTc+LMgya3HKBR02pO7gohfhEcnvh24WkZH5YFMjm3id7AHZrnxDvzFms3sXcTmU5zzETsQA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "cyotek.windows.forms.colorpicker/2.0.0-beta.7",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512",
|
|
||||||
"cyotek.windows.forms.colorpicker.nuspec",
|
|
||||||
"icon.png",
|
|
||||||
"lib/net35/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net40/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net452/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net462/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net472/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net48/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/netcoreapp3.1/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"nuget-readme.md"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "newtonsoft.json/13.0.1",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"LICENSE.md",
|
|
||||||
"lib/net20/Newtonsoft.Json.dll",
|
|
||||||
"lib/net20/Newtonsoft.Json.xml",
|
|
||||||
"lib/net35/Newtonsoft.Json.dll",
|
|
||||||
"lib/net35/Newtonsoft.Json.xml",
|
|
||||||
"lib/net40/Newtonsoft.Json.dll",
|
|
||||||
"lib/net40/Newtonsoft.Json.xml",
|
|
||||||
"lib/net45/Newtonsoft.Json.dll",
|
|
||||||
"lib/net45/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
|
||||||
"newtonsoft.json.13.0.1.nupkg.sha512",
|
|
||||||
"newtonsoft.json.nuspec",
|
|
||||||
"packageIcon.png"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-arm.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-arm64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-x64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.native.system.io.ports.nuspec",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.osx-arm64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.osx-x64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"buildTransitive/netcoreapp2.0/System.IO.Ports.targets",
|
|
||||||
"buildTransitive/netcoreapp3.1/_._",
|
|
||||||
"lib/net461/System.IO.Ports.dll",
|
|
||||||
"lib/net461/System.IO.Ports.xml",
|
|
||||||
"lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net461/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net461/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"system.io.ports.nuspec",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"projectFileDependencyGroups": {
|
|
||||||
"net6.0-windows7.0": [
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker >= 2.0.0-beta.7",
|
|
||||||
"Newtonsoft.Json >= 13.0.1",
|
|
||||||
"System.IO.Ports >= 6.0.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packageFolders": {
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\": {},
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
|
|
||||||
},
|
|
||||||
"project": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"projectName": "LogicAnalyzer",
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\geniw\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\geniw\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\ServiceFabricSDK.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net6.0-windows7.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\Microsoft SDKs\\Service Fabric\\packages": {},
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\FlexibleServices\\NuGetRepo": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[2.0.0-beta.7, )"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[13.0.1, )"
|
|
||||||
},
|
|
||||||
"System.IO.Ports": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[6.0.0, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
},
|
|
||||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"dgSpecHash": "bUPW5BvxnoAVjtdqUIfrbI0/L1MTUdl3NwLqXhzaO4joXtWIRSo1Zxjhx8z/nJmL2cDg323n6Qv8FdLadegGUg==",
|
|
||||||
"success": true,
|
|
||||||
"projectFilePath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"expectedPackageFiles": [
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\cyotek.windows.forms.colorpicker\\2.0.0-beta.7\\cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\6.0.0\\runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\6.0.0\\runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\6.0.0\\runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.native.system.io.ports\\6.0.0\\runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.osx-arm64.runtime.native.system.io.ports\\6.0.0\\runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\6.0.0\\runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\system.io.ports\\6.0.0\\system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
}
|
|
|
@ -1,186 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v6.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v6.0": {
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": "2.0.0-beta.7",
|
|
||||||
"Newtonsoft.Json": "13.0.1",
|
|
||||||
"System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"LogicAnalyzer.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "2.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "13.0.0.0",
|
|
||||||
"fileVersion": "13.0.1.25517"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "unix",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "win",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-zl3Y3ybhehCbkRCTc+LMgya3HKBR02pO7gohfhEcnvh24WkZH5YFMjm3id7AHZrnxDvzFms3sXcTmU5zzETsQA==",
|
|
||||||
"path": "cyotek.windows.forms.colorpicker/2.0.0-beta.7",
|
|
||||||
"hashPath": "cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
||||||
"path": "newtonsoft.json/13.0.1",
|
|
||||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==",
|
|
||||||
"path": "runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==",
|
|
||||||
"path": "system.io.ports/6.0.0",
|
|
||||||
"hashPath": "system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net6.0",
|
|
||||||
"frameworks": [
|
|
||||||
{
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "6.0.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Microsoft.WindowsDesktop.App",
|
|
||||||
"version": "6.0.0"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,199 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v6.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v6.0": {
|
|
||||||
"SPIProtocolAnalyzer/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"LogicAnalyzer": "1.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"SPIProtocolAnalyzer.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {
|
|
||||||
"assemblyVersion": "1.0.0.0",
|
|
||||||
"fileVersion": "2.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
||||||
"assemblyVersion": "13.0.0.0",
|
|
||||||
"fileVersion": "13.0.1.25517"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"rid": "linux-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-arm64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"rid": "osx-x64",
|
|
||||||
"assetType": "native",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "unix",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"rid": "win",
|
|
||||||
"assetType": "runtime",
|
|
||||||
"assemblyVersion": "6.0.0.0",
|
|
||||||
"fileVersion": "6.0.21.52210"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": "2.0.0-beta.7",
|
|
||||||
"Newtonsoft.Json": "13.0.1",
|
|
||||||
"System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"LogicAnalyzer.dll": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"SPIProtocolAnalyzer/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-zl3Y3ybhehCbkRCTc+LMgya3HKBR02pO7gohfhEcnvh24WkZH5YFMjm3id7AHZrnxDvzFms3sXcTmU5zzETsQA==",
|
|
||||||
"path": "cyotek.windows.forms.colorpicker/2.0.0-beta.7",
|
|
||||||
"hashPath": "cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
||||||
"path": "newtonsoft.json/13.0.1",
|
|
||||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==",
|
|
||||||
"path": "runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==",
|
|
||||||
"path": "system.io.ports/6.0.0",
|
|
||||||
"hashPath": "system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
|
|
@ -1,25 +0,0 @@
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// Este código fue generado por una herramienta.
|
|
||||||
// Versión de runtime:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
||||||
// se vuelve a generar el código.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SPIProtocolAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("SPIProtocolAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("SPIProtocolAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
|
||||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
|
||||||
|
|
||||||
// Generado por la clase WriteCodeFragment de MSBuild.
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
2e51400c758b80a97597134c0837823a4e53fede
|
|
|
@ -1,10 +0,0 @@
|
||||||
is_global = true
|
|
||||||
build_property.TargetFramework = net6.0-windows
|
|
||||||
build_property.TargetPlatformMinVersion = 7.0
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = SPIProtocolAnalyzer
|
|
||||||
build_property.ProjectDir = C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\
|
|
|
@ -1,8 +0,0 @@
|
||||||
// <auto-generated/>
|
|
||||||
global using global::System;
|
|
||||||
global using global::System.Collections.Generic;
|
|
||||||
global using global::System.IO;
|
|
||||||
global using global::System.Linq;
|
|
||||||
global using global::System.Net.Http;
|
|
||||||
global using global::System.Threading;
|
|
||||||
global using global::System.Threading.Tasks;
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
23d68e2ee9f913b68269ac28dd9243020d019e93
|
|
|
@ -1,18 +0,0 @@
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.deps.json
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.runtimeconfig.json
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.exe
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\SPIProtocolAnalyzer.deps.json
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\SPIProtocolAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\ref\SPIProtocolAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\SPIProtocolAnalyzer.pdb
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\bin\Debug\net6.0-windows\LogicAnalyzer.pdb
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.csproj.AssemblyReference.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.AssemblyInfoInputs.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.AssemblyInfo.cs
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.csproj.CoreCompileInputs.cache
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.csproj.CopyComplete
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\ref\SPIProtocolAnalyzer.dll
|
|
||||||
C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\obj\Debug\net6.0-windows\SPIProtocolAnalyzer.pdb
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
|
|
@ -1,23 +0,0 @@
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// Este código fue generado por una herramienta.
|
|
||||||
// Versión de runtime:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
||||||
// se vuelve a generar el código.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SPIProtocolAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("SPIProtocolAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("SPIProtocolAnalyzer")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
|
|
||||||
// Generado por la clase WriteCodeFragment de MSBuild.
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
fed2ce8853b5c8996ab5bc82068947e92007421c
|
|
|
@ -1,10 +0,0 @@
|
||||||
is_global = true
|
|
||||||
build_property.TargetFramework = net6.0
|
|
||||||
build_property.TargetPlatformMinVersion =
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = SPIProtocolAnalyzer
|
|
||||||
build_property.ProjectDir = C:\Users\geniw\source\repos\LogicAnalyzer\SPIProtocolAnalyzer\
|
|
|
@ -1,8 +0,0 @@
|
||||||
// <auto-generated/>
|
|
||||||
global using global::System;
|
|
||||||
global using global::System.Collections.Generic;
|
|
||||||
global using global::System.IO;
|
|
||||||
global using global::System.Linq;
|
|
||||||
global using global::System.Net.Http;
|
|
||||||
global using global::System.Threading;
|
|
||||||
global using global::System.Threading.Tasks;
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,157 +0,0 @@
|
||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"projectName": "LogicAnalyzer",
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\geniw\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\geniw\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\ServiceFabricSDK.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net6.0-windows7.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\Microsoft SDKs\\Service Fabric\\packages": {},
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\FlexibleServices\\NuGetRepo": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[2.0.0-beta.7, )"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[13.0.1, )"
|
|
||||||
},
|
|
||||||
"System.IO.Ports": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[6.0.0, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
},
|
|
||||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj",
|
|
||||||
"projectName": "SPIProtocolAnalyzer",
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\geniw\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\geniw\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\ServiceFabricSDK.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net6.0-windows7.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\Microsoft SDKs\\Service Fabric\\packages": {},
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\FlexibleServices\\NuGetRepo": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"projectReferences": {
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\geniw\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.1</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="C:\Users\geniw\.nuget\packages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
|
|
||||||
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
|
@ -1,2 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
|
|
@ -1,388 +0,0 @@
|
||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"targets": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll": {}
|
|
||||||
},
|
|
||||||
"frameworkReferences": [
|
|
||||||
"Microsoft.WindowsDesktop.App.WindowsForms"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-arm"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-arm64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "linux-x64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0",
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "osx-arm64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
|
|
||||||
"assetType": "native",
|
|
||||||
"rid": "osx-x64"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"dependencies": {
|
|
||||||
"runtime.native.System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net6.0/System.IO.Ports.dll": {}
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"buildTransitive/netcoreapp3.1/_._": {}
|
|
||||||
},
|
|
||||||
"runtimeTargets": {
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assetType": "runtime",
|
|
||||||
"rid": "unix"
|
|
||||||
},
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll": {
|
|
||||||
"assetType": "runtime",
|
|
||||||
"rid": "win"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"framework": ".NETCoreApp,Version=v6.0",
|
|
||||||
"dependencies": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker": "2.0.0-beta.7",
|
|
||||||
"Newtonsoft.Json": "13.0.1",
|
|
||||||
"System.IO.Ports": "6.0.0"
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"bin/placeholder/LogicAnalyzer.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"bin/placeholder/LogicAnalyzer.dll": {}
|
|
||||||
},
|
|
||||||
"frameworkReferences": [
|
|
||||||
"Microsoft.WindowsDesktop.App.WindowsForms"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Cyotek.Windows.Forms.ColorPicker/2.0.0-beta.7": {
|
|
||||||
"sha512": "zl3Y3ybhehCbkRCTc+LMgya3HKBR02pO7gohfhEcnvh24WkZH5YFMjm3id7AHZrnxDvzFms3sXcTmU5zzETsQA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "cyotek.windows.forms.colorpicker/2.0.0-beta.7",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512",
|
|
||||||
"cyotek.windows.forms.colorpicker.nuspec",
|
|
||||||
"icon.png",
|
|
||||||
"lib/net35/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net40/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net452/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net462/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net472/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net48/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/net5.0-windows7.0/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"lib/netcoreapp3.1/Cyotek.Windows.Forms.ColorPicker.dll",
|
|
||||||
"nuget-readme.md"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json/13.0.1": {
|
|
||||||
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "newtonsoft.json/13.0.1",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"LICENSE.md",
|
|
||||||
"lib/net20/Newtonsoft.Json.dll",
|
|
||||||
"lib/net20/Newtonsoft.Json.xml",
|
|
||||||
"lib/net35/Newtonsoft.Json.dll",
|
|
||||||
"lib/net35/Newtonsoft.Json.xml",
|
|
||||||
"lib/net40/Newtonsoft.Json.dll",
|
|
||||||
"lib/net40/Newtonsoft.Json.xml",
|
|
||||||
"lib/net45/Newtonsoft.Json.dll",
|
|
||||||
"lib/net45/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
|
||||||
"newtonsoft.json.13.0.1.nupkg.sha512",
|
|
||||||
"newtonsoft.json.nuspec",
|
|
||||||
"packageIcon.png"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-arm.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-arm/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-arm64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.linux-x64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/linux-x64/native/libSystem.IO.Ports.Native.so",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.native.system.io.ports.nuspec",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.osx-arm64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"runtime.osx-x64.runtime.native.system.io.ports.nuspec",
|
|
||||||
"runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"System.IO.Ports/6.0.0": {
|
|
||||||
"sha512": "dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "system.io.ports/6.0.0",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"Icon.png",
|
|
||||||
"LICENSE.TXT",
|
|
||||||
"THIRD-PARTY-NOTICES.TXT",
|
|
||||||
"buildTransitive/netcoreapp2.0/System.IO.Ports.targets",
|
|
||||||
"buildTransitive/netcoreapp3.1/_._",
|
|
||||||
"lib/net461/System.IO.Ports.dll",
|
|
||||||
"lib/net461/System.IO.Ports.xml",
|
|
||||||
"lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/unix/lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/unix/lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net461/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net461/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/net6.0/System.IO.Ports.xml",
|
|
||||||
"runtimes/win/lib/netstandard2.0/System.IO.Ports.dll",
|
|
||||||
"runtimes/win/lib/netstandard2.0/System.IO.Ports.xml",
|
|
||||||
"system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"system.io.ports.nuspec",
|
|
||||||
"useSharedDesignerContext.txt"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"LogicAnalyzer/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"path": "../LogicAnalyzer/LogicAnalyzer.csproj",
|
|
||||||
"msbuildProject": "../LogicAnalyzer/LogicAnalyzer.csproj"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"projectFileDependencyGroups": {
|
|
||||||
"net6.0-windows7.0": [
|
|
||||||
"LogicAnalyzer >= 1.0.0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packageFolders": {
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\": {},
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {},
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
|
|
||||||
},
|
|
||||||
"project": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj",
|
|
||||||
"projectName": "SPIProtocolAnalyzer",
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\geniw\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
|
|
||||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\geniw\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\ServiceFabricSDK.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net6.0-windows7.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"C:\\Program Files\\Microsoft SDKs\\Service Fabric\\packages": {},
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\FlexibleServices\\NuGetRepo": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"projectReferences": {
|
|
||||||
"C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj": {
|
|
||||||
"projectPath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\LogicAnalyzer\\LogicAnalyzer.csproj"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0-windows7.0": {
|
|
||||||
"targetAlias": "net6.0-windows",
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"dgSpecHash": "ALsBkVIwtfG+vq3PSei19YZnM15bigA9Wmg48szEVV10NmqlmkuhNzwyOEXf6IgiXbjh+fB40l55R2rsvcT3RA==",
|
|
||||||
"success": true,
|
|
||||||
"projectFilePath": "C:\\Users\\geniw\\source\\repos\\LogicAnalyzer\\SPIProtocolAnalyzer\\SPIProtocolAnalyzer.csproj",
|
|
||||||
"expectedPackageFiles": [
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\cyotek.windows.forms.colorpicker\\2.0.0-beta.7\\cyotek.windows.forms.colorpicker.2.0.0-beta.7.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\6.0.0\\runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\6.0.0\\runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\6.0.0\\runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.native.system.io.ports\\6.0.0\\runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.osx-arm64.runtime.native.system.io.ports\\6.0.0\\runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\6.0.0\\runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\geniw\\.nuget\\packages\\system.io.ports\\6.0.0\\system.io.ports.6.0.0.nupkg.sha512"
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user