diff --git a/NetWork/Logs/NetworkLog202305272351.log b/NetWork/Logs/NetworkLog202305272351.log new file mode 100644 index 0000000..0e24fdd --- /dev/null +++ b/NetWork/Logs/NetworkLog202305272351.log @@ -0,0 +1 @@ +2023-05-27 23:51:29.776 +03:00[Information] null diff --git a/NetWork/Logs/NetworkLog202305272353.log b/NetWork/Logs/NetworkLog202305272353.log new file mode 100644 index 0000000..c3c188b --- /dev/null +++ b/NetWork/Logs/NetworkLog202305272353.log @@ -0,0 +1 @@ +2023-05-27 23:53:49.024 +03:00[Information] null diff --git a/NetWork/Logs/NetworkLog202305272354.log b/NetWork/Logs/NetworkLog202305272354.log new file mode 100644 index 0000000..7bab3c7 --- /dev/null +++ b/NetWork/Logs/NetworkLog202305272354.log @@ -0,0 +1 @@ +2023-05-27 23:54:44.555 +03:00[Information] null diff --git a/NetWork/NetWork.csproj b/NetWork/NetWork.csproj index 98dd3fa..b4b8826 100644 --- a/NetWork/NetWork.csproj +++ b/NetWork/NetWork.csproj @@ -7,13 +7,15 @@ NetWork.Program False enable + true true + <_SuppressWpfTrimError>true . - + <_SuppressWinFormsTrimError>true 7.0 - + Size True - + true True False @@ -21,7 +23,7 @@ False 1.0.0.1 - + true 0.1.1 false false @@ -33,6 +35,7 @@ true x64 True + <_SuppressWinFormsTrimError>true embedded @@ -43,26 +46,23 @@ - - + - - - - + + - + - - + + @@ -112,4 +112,9 @@ false True + + + Never + + diff --git a/NetWork/Other/data.db b/NetWork/Other/data.db new file mode 100644 index 0000000..1d1893f Binary files /dev/null and b/NetWork/Other/data.db differ diff --git a/NetWork/Program.cs b/NetWork/Program.cs index 996cd8f..61676b2 100644 --- a/NetWork/Program.cs +++ b/NetWork/Program.cs @@ -9,11 +9,11 @@ using System.Collections.Generic; using System.Diagnostics; using System.Linq; using SQLitePCL; -using LiteDB; using System.Net.NetworkInformation; using System.ServiceProcess; using System.Text.RegularExpressions; using System.Threading; +using System.Management; using Serilog.Core; using Serilog.Sinks.File; using Serilog.Events;