From b409e698b71a6ac5e9ee7e5bc67ff7c57e874e10 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 7 Aug 2024 08:38:20 +0200 Subject: [PATCH] Aggiunta nuget proxy x WinFormVB --- TestWinFormVB/App.config | 18 +++++++++++++- TestWinFormVB/TestWinFormVB.vbproj | 38 ++++++++++++++++++++++++++++++ TestWinFormVB/packages.config | 15 ++++++++++++ 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 TestWinFormVB/packages.config diff --git a/TestWinFormVB/App.config b/TestWinFormVB/App.config index 61d0069..b61dd08 100644 --- a/TestWinFormVB/App.config +++ b/TestWinFormVB/App.config @@ -1,6 +1,22 @@ - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TestWinFormVB/TestWinFormVB.vbproj b/TestWinFormVB/TestWinFormVB.vbproj index 83cec8c..4a4fdc9 100644 --- a/TestWinFormVB/TestWinFormVB.vbproj +++ b/TestWinFormVB/TestWinFormVB.vbproj @@ -48,10 +48,47 @@ On + + ..\packages\EgwProxy.LiMan.1.0.2408-beta.708\lib\EgwProxy.LiMan.dll + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + + ..\packages\RestSharp.110.2.0\lib\netstandard2.0\RestSharp.dll + + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll + + + ..\packages\System.Text.Json.7.0.2\lib\net462\System.Text.Json.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + @@ -118,6 +155,7 @@ Settings.Designer.vb + \ No newline at end of file diff --git a/TestWinFormVB/packages.config b/TestWinFormVB/packages.config new file mode 100644 index 0000000..39f1b71 --- /dev/null +++ b/TestWinFormVB/packages.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file