diff --git a/RedisExample/App.config b/RedisExample/App.config index 594edd9..a819cb4 100644 --- a/RedisExample/App.config +++ b/RedisExample/App.config @@ -7,15 +7,39 @@ - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RedisExample/README.txt b/RedisExample/README.txt new file mode 100644 index 0000000..bf60ed1 --- /dev/null +++ b/RedisExample/README.txt @@ -0,0 +1,12 @@ +--------------------------------------------------------------- +------- SteamWareLib 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/RedisExample/RedisExample.vbproj b/RedisExample/RedisExample.vbproj index 742a733..fa55e52 100644 --- a/RedisExample/RedisExample.vbproj +++ b/RedisExample/RedisExample.vbproj @@ -48,44 +48,66 @@ On + + ..\packages\AIM.1.0.3\lib\AegisImplicitMail.dll + + + ..\packages\AjaxControlToolkit.19.1.0\lib\net40\AjaxControlToolkit.dll + + + ..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll + + + + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + + ..\packages\NLog.4.6.7\lib\net45\NLog.dll + - ..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll + ..\packages\Pipelines.Sockets.Unofficial.2.0.25\lib\net461\Pipelines.Sockets.Unofficial.dll ..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll - - ..\ExtLib\SteamWare.dll + + ..\packages\SteamWare.3.3.1910.673\lib\net462\SteamWare.dll - - ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll + + ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll + - - ..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll + + ..\packages\System.Diagnostics.PerformanceCounter.4.6.0\lib\net461\System.Diagnostics.PerformanceCounter.dll - - ..\packages\System.IO.Pipelines.4.5.1\lib\netstandard2.0\System.IO.Pipelines.dll + + + ..\packages\System.IO.Pipelines.4.6.0\lib\netstandard2.0\System.IO.Pipelines.dll - - ..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll + + ..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll - - ..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - ..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll + + + + ..\packages\System.Threading.Channels.4.6.0\lib\netstandard2.0\System.Threading.Channels.dll - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + ..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + @@ -143,6 +165,8 @@ + + MyApplicationCodeGenerator Application.Designer.vb @@ -155,5 +179,10 @@ + + + + + \ No newline at end of file diff --git a/RedisExample/example-NLog.config b/RedisExample/example-NLog.config new file mode 100644 index 0000000..a11a39e --- /dev/null +++ b/RedisExample/example-NLog.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/RedisExample/example-app.config b/RedisExample/example-app.config new file mode 100644 index 0000000..fb42165 --- /dev/null +++ b/RedisExample/example-app.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/RedisExample/example-favicon.ico b/RedisExample/example-favicon.ico new file mode 100644 index 0000000..4f0e0ad Binary files /dev/null and b/RedisExample/example-favicon.ico differ diff --git a/RedisExample/packages.config b/RedisExample/packages.config index ce4580f..d550235 100644 --- a/RedisExample/packages.config +++ b/RedisExample/packages.config @@ -1,13 +1,19 @@  - + + + + + + - - - - - - - - + + + + + + + + + \ No newline at end of file