IOb-WIN-WPS

- ancora rimozione nuget
- fix nuget in progetti precedenti (FORM)
This commit is contained in:
Samuele Locatelli
2024-12-20 19:30:18 +01:00
parent d4e4c53b50
commit 1e2d4c61fe
5 changed files with 1 additions and 1946 deletions
-9
View File
@@ -142,12 +142,6 @@
<Compile Include="Iob\GenericNext.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TestForm.Designer.cs">
<DependentUpon>TestForm.cs</DependentUpon>
</Compile>
<None Include="DATA\CONF\SIMUL_01_WD.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
@@ -192,9 +186,6 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="TestForm.resx">
<DependentUpon>TestForm.cs</DependentUpon>
</EmbeddedResource>
<None Include=".editorconfig" />
<None Include="App.Debug.config">
<DependentUpon>app.config</DependentUpon>
+1
View File
@@ -228,6 +228,7 @@ namespace IOB_WIN_WPS.IobNet
}
catch (Exception exc)
{
connectionOk = false;
lgError(exc, "Eccezione in tryConnect");
}
}
-48
View File
@@ -1,48 +0,0 @@
namespace IOB_WIN_WPS
{
partial class TestForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestForm));
this.SuspendLayout();
//
// TestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(282, 253);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "TestForm";
this.Text = "TestForm";
this.ResumeLayout(false);
}
#endregion
}
}
-24
View File
@@ -1,24 +0,0 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace IOB_WIN_WPS
{
public partial class TestForm : Form
{
#region Public Constructors
public TestForm()
{
InitializeComponent();
}
#endregion Public Constructors
}
}
File diff suppressed because it is too large Load Diff