From 3630a232d896cabfe224a130dc16684cefb5ff4a Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Mon, 30 Dec 2024 11:01:27 +0100 Subject: [PATCH] - aggiunti pacchetti nuget per gestione google api --- .../DoorListPage/DoorListPageVM.vb | 3 +++ .../Effector.Plugin.FiveLakes.vbproj | 16 ++++++++++++++++ Effector.Plugin.FiveLakes/packages.config | 6 ++++++ 3 files changed, 25 insertions(+) diff --git a/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb b/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb index 5f5e3f7..4c225e5 100644 --- a/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb +++ b/Effector.Plugin.FiveLakes/DoorListPage/DoorListPageVM.vb @@ -229,6 +229,9 @@ Public Class DoorListPageVM End Property Public Sub OpenCSV() + + + Return Dim sDir As String = String.Empty 'GetMainPrivateProfileString(S_GENERAL, K_LASTIMPDIR, "", sDir) Dim OpenFileDialog As New Microsoft.Win32.OpenFileDialog() With { diff --git a/Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj b/Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj index fec2214..bb54b01 100644 --- a/Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj +++ b/Effector.Plugin.FiveLakes/Effector.Plugin.FiveLakes.vbproj @@ -51,14 +51,30 @@ ..\..\Effector.Main\Effector.Plugin.Interface\bin\Debug\Effector.Plugin.Interface.dll + + ..\packages\Google.Apis.1.68.0\lib\net462\Google.Apis.dll + + + ..\packages\Google.Apis.Auth.1.68.0\lib\net462\Google.Apis.Auth.dll + + + ..\packages\Google.Apis.Core.1.68.0\lib\net462\Google.Apis.Core.dll + + + ..\packages\Google.Apis.Sheets.v4.1.68.0.3624\lib\net462\Google.Apis.Sheets.v4.dll + ..\packages\KeraLua.1.4.1\lib\net46\KeraLua.dll ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.CodeDom.7.0.0\lib\net462\System.CodeDom.dll + + diff --git a/Effector.Plugin.FiveLakes/packages.config b/Effector.Plugin.FiveLakes/packages.config index 03464bd..5e2535a 100644 --- a/Effector.Plugin.FiveLakes/packages.config +++ b/Effector.Plugin.FiveLakes/packages.config @@ -1,5 +1,11 @@  + + + + + + \ No newline at end of file