diff --git a/DataUploader/App_Readme/README_SteamWare.txt b/DataUploader/App_Readme/README_SteamWare.txt new file mode 100644 index 0000000..5626502 --- /dev/null +++ b/DataUploader/App_Readme/README_SteamWare.txt @@ -0,0 +1,12 @@ +--------------------------------------------------------------- +------- SteamWare SDK ------- +--------------------------------------------------------------- + +Libreria di utility base di SteamWare. + +Le dipendenze inserite sono necessarie al funzionamento dell'SDK. + +Sono inclusi a titolo di esempio vari files di conf: + * example-NLog.config + +Attenzione a configurare correttamente il file NLog.xml includendo il rule per la classe, vedere ad esempio il file example-NLog.config allegato. \ No newline at end of file diff --git a/DataUploader/App_Readme/SteamWare_demo/example-NLog.config b/DataUploader/App_Readme/SteamWare_demo/example-NLog.config new file mode 100644 index 0000000..3461e58 --- /dev/null +++ b/DataUploader/App_Readme/SteamWare_demo/example-NLog.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DataUploader/App_Readme/SteamWare_demo/example-app.config b/DataUploader/App_Readme/SteamWare_demo/example-app.config new file mode 100644 index 0000000..fb42165 --- /dev/null +++ b/DataUploader/App_Readme/SteamWare_demo/example-app.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/DataUploader/App_Readme/SteamWare_demo/example-config-table.txt b/DataUploader/App_Readme/SteamWare_demo/example-config-table.txt new file mode 100644 index 0000000..dd0ab8e --- /dev/null +++ b/DataUploader/App_Readme/SteamWare_demo/example-config-table.txt @@ -0,0 +1,30 @@ +# chiave valore valoreStd note +_adminEmail samuele@steamware.net,info@steamware.net samuele@steamware.net,info@steamware.net info@steamware.net +_allowForceUser true true abilita login forzato +_commonPages menu menu pagina comune +_emailPwd drmfsls16 drmfsls16 drmfsls16 +_emailUser steamwarebot@gmail.com steamwarebot@gmail.com steamwarebot@gmail.com +_enableSSL true true true +_fromEmail webmaster@admodelling.org webmaster@admodelling.org email mittente eventuali msg +_righeDataGrid 30 30 Num righe datagrid std +_righeDataGridAnagr 20 20 Num righe datagrid anagrafiche +_righeDataGridLong 30 30 Num righe datagrid long +_righeDataGridMed 15 15 Num righe datagrid med +_righeDataGridShort 10 10 Num righe datagrid short +_smtpCli smtp.gmail.com smtp.gmail.com smtp.gmail.com +_useAIMSmtp false false impiego client posta elettronica alternativo +_useAuthSmtp true true true +AuthCookieName admodellingAuth admodellingAuth Cookie applicativo +autoConfCmd true true Conferma automatica comandi barcode +baseUrl http://site_name http://iis02/site_name URL base del sito +cacheValSec 60 60 Validità cache dati in gestore Barcode +cookieDayExp 365 365 Periodo validità cookie +cookieUsed admodellingAuth admodellingAuth,CTrack_CodOpr,CTrack_CodPost Elenco dei cookie impiegati +enableCookie true true Abilitazione uso cookie +enableLogOut true false Abilita button logout COMPLETO in alto a sx +enablePlain true true Abilitazione decode plain +maxAuth 1000 1000 num auth minimo per NON consumare tokens +serializeSession true true Serializzazione valori in sessione (REDIS) +SiteName iis02/site_name iis02/site_name Nome sito +enableDumpDiag false false abilitazione dumb diagnostico x eccezioni di default +doShrinkFolder true true Imposta compressione area LOGS \ No newline at end of file diff --git a/DataUploader/App_Readme/SteamWare_demo/example-favicon.ico b/DataUploader/App_Readme/SteamWare_demo/example-favicon.ico new file mode 100644 index 0000000..4f0e0ad Binary files /dev/null and b/DataUploader/App_Readme/SteamWare_demo/example-favicon.ico differ diff --git a/DataUploader/Core/Compression/Snappy/lib/linux/libsnappy64.so b/DataUploader/Core/Compression/Snappy/lib/linux/libsnappy64.so new file mode 100644 index 0000000..584bedf Binary files /dev/null and b/DataUploader/Core/Compression/Snappy/lib/linux/libsnappy64.so differ diff --git a/DataUploader/Core/Compression/Snappy/lib/osx/libsnappy64.dylib b/DataUploader/Core/Compression/Snappy/lib/osx/libsnappy64.dylib new file mode 100644 index 0000000..bbce3c2 Binary files /dev/null and b/DataUploader/Core/Compression/Snappy/lib/osx/libsnappy64.dylib differ diff --git a/DataUploader/Core/Compression/Snappy/lib/win/snappy32.dll b/DataUploader/Core/Compression/Snappy/lib/win/snappy32.dll new file mode 100644 index 0000000..afc82ca Binary files /dev/null and b/DataUploader/Core/Compression/Snappy/lib/win/snappy32.dll differ diff --git a/DataUploader/Core/Compression/Snappy/lib/win/snappy64.dll b/DataUploader/Core/Compression/Snappy/lib/win/snappy64.dll new file mode 100644 index 0000000..36cd5fe Binary files /dev/null and b/DataUploader/Core/Compression/Snappy/lib/win/snappy64.dll differ diff --git a/DataUploader/Core/Compression/Zstandard/lib/linux/libzstd.so b/DataUploader/Core/Compression/Zstandard/lib/linux/libzstd.so new file mode 100644 index 0000000..8309c49 Binary files /dev/null and b/DataUploader/Core/Compression/Zstandard/lib/linux/libzstd.so differ diff --git a/DataUploader/Core/Compression/Zstandard/lib/osx/libzstd.dylib b/DataUploader/Core/Compression/Zstandard/lib/osx/libzstd.dylib new file mode 100644 index 0000000..5400d76 Binary files /dev/null and b/DataUploader/Core/Compression/Zstandard/lib/osx/libzstd.dylib differ diff --git a/DataUploader/Core/Compression/Zstandard/lib/win/libzstd.dll b/DataUploader/Core/Compression/Zstandard/lib/win/libzstd.dll new file mode 100644 index 0000000..e669123 Binary files /dev/null and b/DataUploader/Core/Compression/Zstandard/lib/win/libzstd.dll differ diff --git a/DataUploader/DataUploader.csproj b/DataUploader/DataUploader.csproj index 724761f..c7c3869 100644 --- a/DataUploader/DataUploader.csproj +++ b/DataUploader/DataUploader.csproj @@ -13,7 +13,7 @@ Properties DataUploader DataUploader - v4.5 + v4.6.2 true @@ -21,6 +21,8 @@ + + true @@ -40,13 +42,136 @@ 4 - - - ..\packages\NLog.4.5.11\lib\net45\NLog.dll + + ..\packages\AIM.1.0.3\lib\AegisImplicitMail.dll + + + ..\packages\AjaxControlToolkit.20.1.0\lib\net40\AjaxControlToolkit.dll + + + ..\packages\Crc32C.NET.1.0.5.0\lib\net20\Crc32C.NET.dll + + + ..\packages\DnsClient.1.6.0\lib\net45\DnsClient.dll + + + ..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + + + ..\packages\MongoDB.Bson.2.14.1\lib\netstandard2.0\MongoDB.Bson.dll + + + ..\packages\MongoDB.Driver.2.14.1\lib\netstandard2.0\MongoDB.Driver.dll + + + ..\packages\MongoDB.Driver.Core.2.14.1\lib\netstandard2.0\MongoDB.Driver.Core.dll + + + ..\packages\MongoDB.Libmongocrypt.1.3.0\lib\netstandard2.0\MongoDB.Libmongocrypt.dll + + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + + ..\packages\NLog.4.7.13\lib\net45\NLog.dll + + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll + + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.Charting.dll + + + ..\packages\Pipelines.Sockets.Unofficial.2.2.2\lib\net461\Pipelines.Sockets.Unofficial.dll + + + ..\packages\SharpCompress.0.30.1\lib\net461\SharpCompress.dll + + + ..\packages\Snappy.NET.1.1.1.8\lib\net45\Snappy.NET.dll + + + ..\packages\StackExchange.Redis.2.2.88\lib\net461\StackExchange.Redis.dll + + + ..\packages\SteamWare.5.2.2204.911\lib\net462\SteamWare.dll + + + ..\packages\SteamWare.Logger.5.1.2109.1716\lib\net462\SteamWare.Logger.dll + + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\packages\System.Diagnostics.PerformanceCounter.6.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + + ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll + True + True + + + ..\packages\System.IO.Pipelines.6.0.2\lib\net461\System.IO.Pipelines.dll + + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + + ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + True + True + + + + ..\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.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True - + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + True + True + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + True + True + + + ..\packages\System.Security.Cryptography.Pkcs.6.0.0\lib\net461\System.Security.Cryptography.Pkcs.dll + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + True + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll + True + True + + + ..\packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll + + + ..\packages\System.Threading.Channels.6.0.0\lib\net461\System.Threading.Channels.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + @@ -66,12 +191,22 @@ + + + + + + + + + + Designer @@ -121,6 +256,18 @@ + + + + + + + + + + + + Always @@ -162,6 +309,17 @@ + + + + Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}. + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebSCR/App_Readme/SteamWare_demo/example-app.config b/WebSCR/App_Readme/SteamWare_demo/example-app.config new file mode 100644 index 0000000..fb42165 --- /dev/null +++ b/WebSCR/App_Readme/SteamWare_demo/example-app.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/WebSCR/App_Readme/SteamWare_demo/example-config-table.txt b/WebSCR/App_Readme/SteamWare_demo/example-config-table.txt new file mode 100644 index 0000000..dd0ab8e --- /dev/null +++ b/WebSCR/App_Readme/SteamWare_demo/example-config-table.txt @@ -0,0 +1,30 @@ +# chiave valore valoreStd note +_adminEmail samuele@steamware.net,info@steamware.net samuele@steamware.net,info@steamware.net info@steamware.net +_allowForceUser true true abilita login forzato +_commonPages menu menu pagina comune +_emailPwd drmfsls16 drmfsls16 drmfsls16 +_emailUser steamwarebot@gmail.com steamwarebot@gmail.com steamwarebot@gmail.com +_enableSSL true true true +_fromEmail webmaster@admodelling.org webmaster@admodelling.org email mittente eventuali msg +_righeDataGrid 30 30 Num righe datagrid std +_righeDataGridAnagr 20 20 Num righe datagrid anagrafiche +_righeDataGridLong 30 30 Num righe datagrid long +_righeDataGridMed 15 15 Num righe datagrid med +_righeDataGridShort 10 10 Num righe datagrid short +_smtpCli smtp.gmail.com smtp.gmail.com smtp.gmail.com +_useAIMSmtp false false impiego client posta elettronica alternativo +_useAuthSmtp true true true +AuthCookieName admodellingAuth admodellingAuth Cookie applicativo +autoConfCmd true true Conferma automatica comandi barcode +baseUrl http://site_name http://iis02/site_name URL base del sito +cacheValSec 60 60 Validità cache dati in gestore Barcode +cookieDayExp 365 365 Periodo validità cookie +cookieUsed admodellingAuth admodellingAuth,CTrack_CodOpr,CTrack_CodPost Elenco dei cookie impiegati +enableCookie true true Abilitazione uso cookie +enableLogOut true false Abilita button logout COMPLETO in alto a sx +enablePlain true true Abilitazione decode plain +maxAuth 1000 1000 num auth minimo per NON consumare tokens +serializeSession true true Serializzazione valori in sessione (REDIS) +SiteName iis02/site_name iis02/site_name Nome sito +enableDumpDiag false false abilitazione dumb diagnostico x eccezioni di default +doShrinkFolder true true Imposta compressione area LOGS \ No newline at end of file diff --git a/WebSCR/App_Readme/SteamWare_demo/example-favicon.ico b/WebSCR/App_Readme/SteamWare_demo/example-favicon.ico new file mode 100644 index 0000000..4f0e0ad Binary files /dev/null and b/WebSCR/App_Readme/SteamWare_demo/example-favicon.ico differ diff --git a/WebSCR/Core/Compression/Snappy/lib/linux/libsnappy64.so b/WebSCR/Core/Compression/Snappy/lib/linux/libsnappy64.so new file mode 100644 index 0000000..584bedf Binary files /dev/null and b/WebSCR/Core/Compression/Snappy/lib/linux/libsnappy64.so differ diff --git a/WebSCR/Core/Compression/Snappy/lib/osx/libsnappy64.dylib b/WebSCR/Core/Compression/Snappy/lib/osx/libsnappy64.dylib new file mode 100644 index 0000000..bbce3c2 Binary files /dev/null and b/WebSCR/Core/Compression/Snappy/lib/osx/libsnappy64.dylib differ diff --git a/WebSCR/Core/Compression/Snappy/lib/win/snappy32.dll b/WebSCR/Core/Compression/Snappy/lib/win/snappy32.dll new file mode 100644 index 0000000..afc82ca Binary files /dev/null and b/WebSCR/Core/Compression/Snappy/lib/win/snappy32.dll differ diff --git a/WebSCR/Core/Compression/Snappy/lib/win/snappy64.dll b/WebSCR/Core/Compression/Snappy/lib/win/snappy64.dll new file mode 100644 index 0000000..36cd5fe Binary files /dev/null and b/WebSCR/Core/Compression/Snappy/lib/win/snappy64.dll differ diff --git a/WebSCR/Core/Compression/Zstandard/lib/linux/libzstd.so b/WebSCR/Core/Compression/Zstandard/lib/linux/libzstd.so new file mode 100644 index 0000000..8309c49 Binary files /dev/null and b/WebSCR/Core/Compression/Zstandard/lib/linux/libzstd.so differ diff --git a/WebSCR/Core/Compression/Zstandard/lib/osx/libzstd.dylib b/WebSCR/Core/Compression/Zstandard/lib/osx/libzstd.dylib new file mode 100644 index 0000000..5400d76 Binary files /dev/null and b/WebSCR/Core/Compression/Zstandard/lib/osx/libzstd.dylib differ diff --git a/WebSCR/Core/Compression/Zstandard/lib/win/libzstd.dll b/WebSCR/Core/Compression/Zstandard/lib/win/libzstd.dll new file mode 100644 index 0000000..e669123 Binary files /dev/null and b/WebSCR/Core/Compression/Zstandard/lib/win/libzstd.dll differ diff --git a/WebSCR/Web.config b/WebSCR/Web.config index b7a32b2..ad745e3 100644 --- a/WebSCR/Web.config +++ b/WebSCR/Web.config @@ -1,71 +1,71 @@ - + -
-
-
-
+
+
+
+
- - - + + + - + - - - - - - - + + + + + + + - - - + + + - - - - + + + + - - - - - + + + + + - - - - - - + + + + + + - - - + + + - + - + - + - + - - - + + + - - - + + + - + - + - + - + - + - - + + - - - + + + - + @@ -127,21 +127,21 @@ Information Services 7.0. It is not necessary for previous version of IIS. --> - + - - - - + + + + - - - - - + + + + + @@ -149,12 +149,12 @@ See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for more information on remote access and securing ELMAH. --> - + - + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebSCR_data/App_Readme/SteamWare_demo/example-app.config b/WebSCR_data/App_Readme/SteamWare_demo/example-app.config new file mode 100644 index 0000000..fb42165 --- /dev/null +++ b/WebSCR_data/App_Readme/SteamWare_demo/example-app.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/WebSCR_data/App_Readme/SteamWare_demo/example-config-table.txt b/WebSCR_data/App_Readme/SteamWare_demo/example-config-table.txt new file mode 100644 index 0000000..dd0ab8e --- /dev/null +++ b/WebSCR_data/App_Readme/SteamWare_demo/example-config-table.txt @@ -0,0 +1,30 @@ +# chiave valore valoreStd note +_adminEmail samuele@steamware.net,info@steamware.net samuele@steamware.net,info@steamware.net info@steamware.net +_allowForceUser true true abilita login forzato +_commonPages menu menu pagina comune +_emailPwd drmfsls16 drmfsls16 drmfsls16 +_emailUser steamwarebot@gmail.com steamwarebot@gmail.com steamwarebot@gmail.com +_enableSSL true true true +_fromEmail webmaster@admodelling.org webmaster@admodelling.org email mittente eventuali msg +_righeDataGrid 30 30 Num righe datagrid std +_righeDataGridAnagr 20 20 Num righe datagrid anagrafiche +_righeDataGridLong 30 30 Num righe datagrid long +_righeDataGridMed 15 15 Num righe datagrid med +_righeDataGridShort 10 10 Num righe datagrid short +_smtpCli smtp.gmail.com smtp.gmail.com smtp.gmail.com +_useAIMSmtp false false impiego client posta elettronica alternativo +_useAuthSmtp true true true +AuthCookieName admodellingAuth admodellingAuth Cookie applicativo +autoConfCmd true true Conferma automatica comandi barcode +baseUrl http://site_name http://iis02/site_name URL base del sito +cacheValSec 60 60 Validità cache dati in gestore Barcode +cookieDayExp 365 365 Periodo validità cookie +cookieUsed admodellingAuth admodellingAuth,CTrack_CodOpr,CTrack_CodPost Elenco dei cookie impiegati +enableCookie true true Abilitazione uso cookie +enableLogOut true false Abilita button logout COMPLETO in alto a sx +enablePlain true true Abilitazione decode plain +maxAuth 1000 1000 num auth minimo per NON consumare tokens +serializeSession true true Serializzazione valori in sessione (REDIS) +SiteName iis02/site_name iis02/site_name Nome sito +enableDumpDiag false false abilitazione dumb diagnostico x eccezioni di default +doShrinkFolder true true Imposta compressione area LOGS \ No newline at end of file diff --git a/WebSCR_data/App_Readme/SteamWare_demo/example-favicon.ico b/WebSCR_data/App_Readme/SteamWare_demo/example-favicon.ico new file mode 100644 index 0000000..4f0e0ad Binary files /dev/null and b/WebSCR_data/App_Readme/SteamWare_demo/example-favicon.ico differ diff --git a/WebSCR_data/Core/Compression/Snappy/lib/linux/libsnappy64.so b/WebSCR_data/Core/Compression/Snappy/lib/linux/libsnappy64.so new file mode 100644 index 0000000..584bedf Binary files /dev/null and b/WebSCR_data/Core/Compression/Snappy/lib/linux/libsnappy64.so differ diff --git a/WebSCR_data/Core/Compression/Snappy/lib/osx/libsnappy64.dylib b/WebSCR_data/Core/Compression/Snappy/lib/osx/libsnappy64.dylib new file mode 100644 index 0000000..bbce3c2 Binary files /dev/null and b/WebSCR_data/Core/Compression/Snappy/lib/osx/libsnappy64.dylib differ diff --git a/WebSCR_data/Core/Compression/Snappy/lib/win/snappy32.dll b/WebSCR_data/Core/Compression/Snappy/lib/win/snappy32.dll new file mode 100644 index 0000000..afc82ca Binary files /dev/null and b/WebSCR_data/Core/Compression/Snappy/lib/win/snappy32.dll differ diff --git a/WebSCR_data/Core/Compression/Snappy/lib/win/snappy64.dll b/WebSCR_data/Core/Compression/Snappy/lib/win/snappy64.dll new file mode 100644 index 0000000..36cd5fe Binary files /dev/null and b/WebSCR_data/Core/Compression/Snappy/lib/win/snappy64.dll differ diff --git a/WebSCR_data/Core/Compression/Zstandard/lib/linux/libzstd.so b/WebSCR_data/Core/Compression/Zstandard/lib/linux/libzstd.so new file mode 100644 index 0000000..8309c49 Binary files /dev/null and b/WebSCR_data/Core/Compression/Zstandard/lib/linux/libzstd.so differ diff --git a/WebSCR_data/Core/Compression/Zstandard/lib/osx/libzstd.dylib b/WebSCR_data/Core/Compression/Zstandard/lib/osx/libzstd.dylib new file mode 100644 index 0000000..5400d76 Binary files /dev/null and b/WebSCR_data/Core/Compression/Zstandard/lib/osx/libzstd.dylib differ diff --git a/WebSCR_data/Core/Compression/Zstandard/lib/win/libzstd.dll b/WebSCR_data/Core/Compression/Zstandard/lib/win/libzstd.dll new file mode 100644 index 0000000..e669123 Binary files /dev/null and b/WebSCR_data/Core/Compression/Zstandard/lib/win/libzstd.dll differ diff --git a/WebSCR_data/WebSCR_data.csproj b/WebSCR_data/WebSCR_data.csproj index 6fd4db0..e0fe6a0 100644 --- a/WebSCR_data/WebSCR_data.csproj +++ b/WebSCR_data/WebSCR_data.csproj @@ -12,6 +12,8 @@ v4.6.2 512 + + true @@ -33,8 +35,142 @@ false + + ..\packages\AIM.1.0.3\lib\AegisImplicitMail.dll + + + ..\packages\AjaxControlToolkit.20.1.0\lib\net40\AjaxControlToolkit.dll + + + ..\packages\Crc32C.NET.1.0.5.0\lib\net20\Crc32C.NET.dll + + + ..\packages\DnsClient.1.6.0\lib\net45\DnsClient.dll + + + ..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + + + ..\packages\MongoDB.Bson.2.14.1\lib\netstandard2.0\MongoDB.Bson.dll + + + ..\packages\MongoDB.Driver.2.14.1\lib\netstandard2.0\MongoDB.Driver.dll + + + ..\packages\MongoDB.Driver.Core.2.14.1\lib\netstandard2.0\MongoDB.Driver.Core.dll + + + ..\packages\MongoDB.Libmongocrypt.1.3.0\lib\netstandard2.0\MongoDB.Libmongocrypt.dll + + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + + ..\packages\NLog.4.7.13\lib\net45\NLog.dll + + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll + + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.Charting.dll + + + ..\packages\Pipelines.Sockets.Unofficial.2.2.2\lib\net461\Pipelines.Sockets.Unofficial.dll + + + ..\packages\SharpCompress.0.30.1\lib\net461\SharpCompress.dll + + + ..\packages\Snappy.NET.1.1.1.8\lib\net45\Snappy.NET.dll + + + ..\packages\StackExchange.Redis.2.2.88\lib\net461\StackExchange.Redis.dll + + + ..\packages\SteamWare.5.2.2204.911\lib\net462\SteamWare.dll + + + ..\packages\SteamWare.Logger.5.1.2109.1716\lib\net462\SteamWare.Logger.dll + + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + + ..\packages\System.Diagnostics.PerformanceCounter.6.0.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + + + ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll + True + True + + + ..\packages\System.IO.Pipelines.6.0.2\lib\net461\System.IO.Pipelines.dll + + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + + ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + True + True + + + + ..\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.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + True + True + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + True + True + + + ..\packages\System.Security.Cryptography.Pkcs.6.0.0\lib\net461\System.Security.Cryptography.Pkcs.dll + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + True + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll + True + True + + + + ..\packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll + + + ..\packages\System.Threading.Channels.6.0.0\lib\net461\System.Threading.Channels.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + @@ -66,6 +202,12 @@ Designer + + + + + + DS_Applicazione.xsd @@ -88,18 +230,42 @@ DS_Utility.xsd + + + + + + + SettingsSingleFileGenerator Settings.Designer.cs - - {2872dcfe-8b46-43b2-baa0-842a816a2dd5} - SteamWare - + + + + + + + + + + + + + + Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}. + + + + + + +