diff --git a/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 b/.vs/NetWork/DesignTimeBuild/.dtbcache.v2
index 7d0ee8a..3475958 100644
Binary files a/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 and b/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/.vs/NetWork/v16/.suo b/.vs/NetWork/v16/.suo
index 49a8432..5f0316a 100644
Binary files a/.vs/NetWork/v16/.suo and b/.vs/NetWork/v16/.suo differ
diff --git a/.vs/NetWork/v17/.futdcache.v1 b/.vs/NetWork/v17/.futdcache.v1
new file mode 100644
index 0000000..a7952da
Binary files /dev/null and b/.vs/NetWork/v17/.futdcache.v1 differ
diff --git a/.vs/NetWork/v17/.suo b/.vs/NetWork/v17/.suo
new file mode 100644
index 0000000..a6f09e5
Binary files /dev/null and b/.vs/NetWork/v17/.suo differ
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index 22718c2..73a5caa 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -1,7 +1,12 @@
{
"ExpandedNodes": [
- ""
+ "",
+ "\\Windows.Common",
+ "\\Windows.Common\\obj",
+ "\\Windows.Common\\obj\\Release",
+ "\\Windows.Common\\Properties",
+ "\\Windows.Common\\Wifi"
],
- "SelectedNode": "\\NetWork.sln",
+ "SelectedNode": "\\Windows.Common\\Wifi\\Interop.cs",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 36a86d8..fa0d077 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/Backup/NetWork.sln b/Backup/NetWork.sln
new file mode 100644
index 0000000..ab70df9
--- /dev/null
+++ b/Backup/NetWork.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31402.337
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetWork", "NetWork\NetWork.csproj", "{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {BCD0CEDC-F7E6-4311-A924-55D96D536E8D}
+ EndGlobalSection
+EndGlobal
diff --git a/NetWork.sln b/NetWork.sln
index ab70df9..acb59d8 100644
--- a/NetWork.sln
+++ b/NetWork.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.31402.337
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetWork", "NetWork\NetWork.csproj", "{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}"
EndProject
diff --git a/NetWork/DialUp.cs b/NetWork/DialUp.cs
new file mode 100644
index 0000000..276175d
--- /dev/null
+++ b/NetWork/DialUp.cs
@@ -0,0 +1,8 @@
+
+namespace NetWork
+{
+ class DialUp
+ {
+
+ }
+}
diff --git a/NetWork/Ip.cs b/NetWork/Ip.cs
new file mode 100644
index 0000000..9e5ddf2
--- /dev/null
+++ b/NetWork/Ip.cs
@@ -0,0 +1,19 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Runtime.InteropServices;
+
+namespace NetWork
+{
+ interface Ip
+ {
+ [DllImport("IPHLPAPI.DLL")]
+ public static extern int ipconfig();
+ public static void Ma()
+ {
+
+ }
+ }
+}
diff --git a/NetWork/NetWork.csproj b/NetWork/NetWork.csproj
index 6538645..b673292 100644
--- a/NetWork/NetWork.csproj
+++ b/NetWork/NetWork.csproj
@@ -6,6 +6,7 @@
NetWork.Program
true
+ enable
@@ -13,10 +14,15 @@
true
x64
-
+
+ embedded
+ true
+ x64
+ D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\NetWork.xml
+ D:\Neutral Folder\NetWorkAutomation\
+
-
@@ -27,6 +33,42 @@
+
+
+
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NetWork/NetWork.xml b/NetWork/NetWork.xml
new file mode 100644
index 0000000..89032d5
--- /dev/null
+++ b/NetWork/NetWork.xml
@@ -0,0 +1,54 @@
+
+
+
+ NetWork
+
+
+
+
+ String of paths
+
+
+
+
+ This Function Stops the RDP connection to the office computer. it takes 'stop' parameter. if it is true, it stops the rdp. otherwise, it starts it.
+
+ A bool parameter. it swiches between stopping (default) and starting rdp session.
+
+
+
+
+
+
+
+
+
+
+ GetProgram switches between the name and the path of the file. if the name is given, it returns the path. if the path is given, it returns the name.
+
+ file or path of the program
+ path if name has given, name if path has given. empty string if found nothing.
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
+ Returns the cached ResourceManager instance used by this class.
+
+
+
+
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+
+
+
+
+ Looks up a localized resource of type System.Byte[].
+
+
+
+
diff --git a/NetWork/Other/ek.pbk b/NetWork/Other/ek.pbk
new file mode 100644
index 0000000..7d61c0c
--- /dev/null
+++ b/NetWork/Other/ek.pbk
@@ -0,0 +1,290 @@
+[ek]
+Encoding=1
+PBVersion=8
+Type=5
+AutoLogon=0
+UseRasCredentials=0
+LowDateTime=1563825568
+HighDateTime=30902417
+DialParamsUID=549312
+Guid=8E5B41957D8C954CBC98BCA8DD84D124
+VpnStrategy=0
+ExcludedProtocols=0
+LcpExtensions=1
+DataEncryption=8
+SwCompression=0
+NegotiateMultilinkAlways=0
+SkipDoubleDialDialog=0
+DialMode=0
+OverridePref=15
+RedialAttempts=3
+RedialSeconds=60
+IdleDisconnectSeconds=0
+RedialOnLinkFailure=1
+CallbackMode=0
+CustomDialDll=
+CustomDialFunc=
+CustomRasDialDll=
+ForceSecureCompartment=0
+DisableIKENameEkuCheck=0
+AuthenticateServer=0
+ShareMsFilePrint=0
+BindMsNetClient=0
+SharedPhoneNumbers=0
+GlobalDeviceSettings=0
+PrerequisiteEntry=
+PrerequisitePbk=
+PreferredPort=PPPoE5-0
+PreferredDevice=WAN Miniport (PPPOE)
+PreferredBps=0
+PreferredHwFlow=0
+PreferredProtocol=0
+PreferredCompression=0
+PreferredSpeaker=0
+PreferredMdmProtocol=0
+PreviewUserPw=1
+PreviewDomain=0
+PreviewPhoneNumber=0
+ShowDialingProgress=1
+ShowMonitorIconInTaskBar=1
+CustomAuthKey=0
+AuthRestrictions=552
+IpPrioritizeRemote=1
+IpInterfaceMetric=0
+IpHeaderCompression=0
+IpAddress=0.0.0.0
+IpDnsAddress=0.0.0.0
+IpDns2Address=0.0.0.0
+IpWinsAddress=0.0.0.0
+IpWins2Address=0.0.0.0
+IpAssign=1
+IpNameAssign=1
+IpDnsFlags=0
+IpNBTFlags=0
+TcpWindowSize=0
+UseFlags=3
+IpSecFlags=0
+IpDnsSuffix=
+Ipv6Assign=1
+Ipv6Address=::
+Ipv6PrefixLength=0
+Ipv6PrioritizeRemote=1
+Ipv6InterfaceMetric=0
+Ipv6NameAssign=1
+Ipv6DnsAddress=::
+Ipv6Dns2Address=::
+Ipv6Prefix=0000000000000000
+Ipv6InterfaceId=0000000000000000
+DisableClassBasedDefaultRoute=0
+DisableMobility=0
+NetworkOutageTime=0
+IDI=
+IDR=
+ImsConfig=0
+IdiType=0
+IdrType=0
+ProvisionType=0
+PreSharedKey=
+CacheCredentials=1
+NumCustomPolicy=0
+NumEku=0
+UseMachineRootCert=0
+Disable_IKEv2_Fragmentation=0
+PlumbIKEv2TSAsRoutes=0
+NumServers=0
+RouteVersion=1
+NumRoutes=0
+NumNrptRules=0
+AutoTiggerCapable=0
+NumAppIds=0
+NumClassicAppIds=0
+SecurityDescriptor=
+ApnInfoProviderId=
+ApnInfoUsername=
+ApnInfoPassword=
+ApnInfoAccessPoint=
+ApnInfoAuthentication=1
+ApnInfoCompression=0
+DeviceComplianceEnabled=0
+DeviceComplianceSsoEnabled=0
+DeviceComplianceSsoEku=
+DeviceComplianceSsoIssuer=
+FlagsSet=0
+Options=0
+DisableDefaultDnsSuffixes=0
+NumTrustedNetworks=0
+NumDnsSearchSuffixes=0
+PowershellCreatedProfile=0
+ProxyFlags=0
+ProxySettingsModified=0
+ProvisioningAuthority=
+AuthTypeOTP=0
+GREKeyDefined=0
+NumPerAppTrafficFilters=0
+AlwaysOnCapable=0
+DeviceTunnel=0
+PrivateNetwork=0
+ManagementApp=
+
+NETCOMPONENTS=
+ms_msclient=0
+ms_server=0
+
+MEDIA=rastapi
+Port=PPPoE5-0
+Device=WAN Miniport (PPPOE)
+
+DEVICE=PPPoE
+LastSelectedPhone=0
+PromoteAlternates=0
+TryNextAlternateOnFail=1
+
+[IKEv2-Surfshark Connection]
+Encoding=1
+PBVersion=8
+Type=2
+AutoLogon=0
+UseRasCredentials=1
+LowDateTime=740216224
+HighDateTime=30902506
+DialParamsUID=38687218
+Guid=02AE12A41D5B0B428374D51329305900
+VpnStrategy=7
+ExcludedProtocols=8
+LcpExtensions=1
+DataEncryption=512
+SwCompression=0
+NegotiateMultilinkAlways=0
+SkipDoubleDialDialog=0
+DialMode=0
+OverridePref=15
+RedialAttempts=3
+RedialSeconds=5
+IdleDisconnectSeconds=43200
+RedialOnLinkFailure=1
+CallbackMode=0
+CustomDialDll=
+CustomDialFunc=
+CustomRasDialDll=
+ForceSecureCompartment=0
+DisableIKENameEkuCheck=0
+AuthenticateServer=0
+ShareMsFilePrint=1
+BindMsNetClient=1
+SharedPhoneNumbers=0
+GlobalDeviceSettings=0
+PrerequisiteEntry=
+PrerequisitePbk=
+PreferredPort=VPN2-0
+PreferredDevice=WAN Miniport (IKEv2)
+PreferredBps=0
+PreferredHwFlow=0
+PreferredProtocol=0
+PreferredCompression=0
+PreferredSpeaker=0
+PreferredMdmProtocol=0
+PreviewUserPw=1
+PreviewDomain=1
+PreviewPhoneNumber=0
+ShowDialingProgress=1
+ShowMonitorIconInTaskBar=1
+CustomAuthKey=0
+AuthRestrictions=128
+IpPrioritizeRemote=1
+IpInterfaceMetric=0
+IpHeaderCompression=0
+IpAddress=0.0.0.0
+IpDnsAddress=0.0.0.0
+IpDns2Address=0.0.0.0
+IpWinsAddress=0.0.0.0
+IpWins2Address=0.0.0.0
+IpAssign=1
+IpNameAssign=1
+IpDnsFlags=0
+IpNBTFlags=1
+TcpWindowSize=0
+UseFlags=2
+IpSecFlags=0
+IpDnsSuffix=
+Ipv6Assign=1
+Ipv6Address=::
+Ipv6PrefixLength=0
+Ipv6PrioritizeRemote=0
+Ipv6InterfaceMetric=0
+Ipv6NameAssign=1
+Ipv6DnsAddress=::
+Ipv6Dns2Address=::
+Ipv6Prefix=0000000000000000
+Ipv6InterfaceId=0000000000000000
+DisableClassBasedDefaultRoute=0
+DisableMobility=0
+NetworkOutageTime=720
+IDI=
+IDR=
+ImsConfig=0
+IdiType=0
+IdrType=0
+ProvisionType=0
+PreSharedKey=
+CacheCredentials=0
+NumCustomPolicy=1
+CustomIPSecPolicies=030000000400000005000000050000000200000000000000
+NumEku=0
+UseMachineRootCert=0
+Disable_IKEv2_Fragmentation=0
+PlumbIKEv2TSAsRoutes=0
+NumServers=0
+RouteVersion=1
+NumRoutes=0
+NumNrptRules=0
+AutoTiggerCapable=0
+NumAppIds=0
+NumClassicAppIds=0
+SecurityDescriptor=
+ApnInfoProviderId=
+ApnInfoUsername=
+ApnInfoPassword=
+ApnInfoAccessPoint=
+ApnInfoAuthentication=1
+ApnInfoCompression=0
+DeviceComplianceEnabled=0
+DeviceComplianceSsoEnabled=0
+DeviceComplianceSsoEku=
+DeviceComplianceSsoIssuer=
+FlagsSet=0
+Options=0
+DisableDefaultDnsSuffixes=0
+NumTrustedNetworks=0
+NumDnsSearchSuffixes=0
+PowershellCreatedProfile=0
+ProxyFlags=0
+ProxySettingsModified=0
+ProvisioningAuthority=
+AuthTypeOTP=0
+GREKeyDefined=0
+NumPerAppTrafficFilters=0
+AlwaysOnCapable=0
+DeviceTunnel=0
+PrivateNetwork=0
+ManagementApp=
+
+NETCOMPONENTS=
+ms_msclient=1
+ms_server=1
+
+MEDIA=rastapi
+Port=VPN2-0
+Device=WAN Miniport (IKEv2)
+
+DEVICE=vpn
+PhoneNumber=il-tlv.prod.surfshark.com
+AreaCode=
+CountryCode=0
+CountryID=0
+UseDialingRules=0
+Comment=
+FriendlyName=
+LastSelectedPhone=0
+PromoteAlternates=0
+TryNextAlternateOnFail=1
+
diff --git a/NetWork/Program.cs b/NetWork/Program.cs
index b96ab03..74e6730 100644
--- a/NetWork/Program.cs
+++ b/NetWork/Program.cs
@@ -1,12 +1,12 @@
-using System;
-using System.Diagnostics;
-using System.Collections.Generic;
-using System.Management;
-using System.Text.RegularExpressions;
-using NAudio.CoreAudioApi;
-using SimpleWifi;
using DotRas;
+using NAudio.CoreAudioApi;
using NLog;
+using System;
+using System.Collections.Generic;
+using System.Diagnostics;
+using System.Linq;
+using System.Text.RegularExpressions;
+
namespace NetWork
{
class Program
@@ -15,15 +15,18 @@ namespace NetWork
{
var config = new NLog.Config.LoggingConfiguration();
var logfile = new NLog.Targets.FileTarget("lgfle") { FileName = "logme.txt" };
- config.AddRule(LogLevel.Debug,LogLevel.Fatal,logfile);
- NLog.LogManager.Configuration= config;
+ config.AddRule(LogLevel.Debug, LogLevel.Fatal, logfile);
+ NLog.LogManager.Configuration = config;
NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
return logger;
}
public static Logger logger = StartLogger();
+ ///
+ /// String of paths
+ ///
public static string[] StringsOfPaths = System.IO.Directory.GetFiles(@"C:\Program Files\Google\Drive File Stream\", "GoogleDriveFS.exe", System.IO.SearchOption.AllDirectories);
- public static Dictionary progs = new() { { "GoogleDriveFS", StringsOfPaths[^1] }, { "googledrivesync", @"C:\Program Files\Google\Drive\googledrivesync.exe" }, { "qbittorrent", @"C:\Program Files\qBittorrent\qbittorrent.exe" }, { "Surfshark", @"C:\Program Files (x86)\Surfshark\Surfshark.exe" } };
- public static Dictionary paths = new() { { StringsOfPaths[^1], "GoogleDriveFS.exe" }, { @"C:\Program Files\Google\Drive\googledrivesync.exe", "googledrivesync.exe" }, { @"C:\Program Files\qBittorrent\qbittorrent.exe", "qbittorrent.exe" }, { @"C:\Program Files (x86)\Surfshark\Surfshark.exe", "Surfshark" } };
+ public static Dictionary progs = new() { { "GoogleDriveFS", StringsOfPaths[^1] }, { "qbittorrent", @"C:\Program Files\qBittorrent\qbittorrent.exe" }, { "Surfshark", @"C:\Program Files (x86)\Surfshark\Surfshark.exe" }, { "cmd", @"C:\Windows\System32\cmd.exe" } };
+ public static Dictionary paths = new() { { StringsOfPaths[^1], "GoogleDriveFS.exe" }, { @"C:\Program Files\qBittorrent\qbittorrent.exe", "qbittorrent.exe" }, { @"C:\Program Files (x86)\Surfshark\Surfshark.exe", "Surfshark" }, { @"C:\Windows\System32\cmd.exe", "cmd" } };
//public static string[,] progs = new string[2,5] { { "GoogleDriveFS.exe", "googledrivesync.exe", "qbittorrent.exe", "Surfshark.exe", "mstsc.exe" },{ StringsOfPaths[StringsOfPaths.Length-1], "C:\\Program Files\\Google\\Drive\\googledrivesync.exe", "C:\\Program Files\\qBittorrent\\qbittorrent.exe", "C:\\Program Files (x86)\\Surfshark\\Surfshark.exe" , "mstsc.exe" } };
///
/// This Function Stops the RDP connection to the office computer. it takes 'stop' parameter. if it is true, it stops the rdp. otherwise, it starts it.
@@ -31,7 +34,7 @@ namespace NetWork
/// A bool parameter. it swiches between stopping (default) and starting rdp session.
public static void StopRDP(bool stop = true)
{
-
+
if (stop)
{
Process[] ids = Process.GetProcessesByName("mstsc");
@@ -63,7 +66,7 @@ namespace NetWork
if (rdp.IsMatch(id.MainWindowTitle) || id.MainWindowTitle.Equals("חיבור לשולחן עבודה מרוחק"))
{
started = true;
- }
+ }
}
if (!started)
{
@@ -76,7 +79,7 @@ namespace NetWork
}
}
///
- ///
+ ///
///
///
///
@@ -86,7 +89,7 @@ namespace NetWork
{
RasDialer rasDialer = new();
rasDialer.AllowUseStoredCredentials = true;
- rasDialer.PhoneBookPath = @"C:\Users\סארט\AppData\Roaming\Microsoft\Network\Connections\Pbk\ek.pbk";
+ rasDialer.PhoneBookPath = @"D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\Other\ek.pbk";
rasDialer.PhoneNumber = "ek";
rasDialer.EntryName = "ek";
rasDialer.DialAsync();
@@ -117,6 +120,14 @@ namespace NetWork
}
return "";
+ }
+ public static void StopSurfshark()
+ {
+ Process.GetProcesses()
+ .Where(x => x.ProcessName.StartsWith("surf", StringComparison.OrdinalIgnoreCase))
+ .ToList()
+ .ForEach(x => x.Kill());
+
}
public static void StopProgram(string[] Name, bool mute = true)
{
@@ -124,7 +135,12 @@ namespace NetWork
{
try
{
- if (progs.ContainsKey(name))
+ System.Text.RegularExpressions.Regex vpnRegEx = new(@"[Ss][Uu][Rr][Ff][Ss][Hh][Aa][Rr][Kk]");
+ if (vpnRegEx.IsMatch(name))
+ {
+ StopSurfshark();
+ }
+ else if (progs.ContainsKey(name))
{
Process[] p = Process.GetProcessesByName(name);
foreach (Process proc in p)
@@ -180,13 +196,24 @@ namespace NetWork
public static string GetWifiNetwork()
{
SimpleWifi.Win32.WlanClient wlan = new();
- return wlan.Interfaces[0].CurrentConnection.profileName;
+ string wifiname;
+ try
+ {
+ wifiname = wlan.Interfaces[0].CurrentConnection.profileName;
+
+ }
+ catch
+ {
+ wifiname = "";
+ }
+ return wifiname;
+
}
public static bool? IsItGoodWifi(string currentWifi)
{
Regex regex = new(currentWifi);
bool? goodWifi;
- goodWifi = regex.IsMatch("Oliver Oliver5 Oliver x018_497622 TNCAPE5A34D MSBR Azrieli_Modiin_WIFI lu shalmata mickey Mickey Network 192.168.1. Silmarill wintunshark0 saret Saret huji-meonot") ? true : (regex.IsMatch("HUJI-netXeduroam HUJI-guest 132.64") ? false:null);
+ goodWifi = regex.IsMatch("Oliver Oliver5 Oliver x018_497622 TNCAPE5A34D MSBR Azrieli_Modiin_WIFI lu shalmata mickey Mickey Network 192.168.1. Silmarill wintunshark0 saret Saret huji-meonot") ? true : (regex.IsMatch("HUJI-netX eduroam HUJI-guest 132.64") ? false : null);
return goodWifi;
}
@@ -210,7 +237,7 @@ namespace NetWork
{
if (LanEthernet(networkAdapter) && IgnoreLan(networkAdapter))
{
- return networkAdapter.GetPhysicalAddress().ToString();
+ return networkAdapter.GetPhysicalAddress().ToString();
}
return null;
}
@@ -229,7 +256,7 @@ namespace NetWork
string getlan = "";
string? lannull;
bool getgoodland = false;
- string getwifi;
+ string? getwifi;
getwifi = GetWifiNetwork();
foreach (var net in nets)
{
@@ -239,24 +266,24 @@ namespace NetWork
}
net_dict["vpn"] |= GetVpn(net);
- lannull= GetLan(net);
+ lannull = GetLan(net);
if (lannull is not null)
{
getlan = lannull;
}
if (AllowedMac(net.GetPhysicalAddress().ToString()))
{
- getgoodland |= true ;
+ getgoodland |= true;
}
}
net_dict.Add("Wi-Fi", IsItGoodWifi(getwifi));
- net_dict["good_lan"]=getgoodland;
+ net_dict["good_lan"] = getgoodland;
if (getlan.Length > 0)
{
- net_dict["lan"]= true;
+ net_dict["lan"] = true;
}
-
+
//net_dict.Add("good_lan", AllowedMac());
return net_dict;
}
@@ -351,22 +378,22 @@ namespace NetWork
switch (HirarcyNetworks(network_connection))
{
case "vpn":
- programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
+ programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
programs_to_stop = new string[] { "rdp" };
mute = false;
break;
case "ek":
- programs_to_run = new string[] { "rdp", "GoogleDriveFS" };
+ programs_to_run = new string[] { "rdp", "GoogleDriveFS" };
programs_to_stop = new string[] { "qbittorrent", "Surfshark" };
mute = false;
break;
case "good_lan":
- programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
+ programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
programs_to_stop = new string[] { "rdp" };
mute = false;
break;
case "lan":
- programs_to_run = new string[] { "rdp", "GoogleDriveFS" };
+ programs_to_run = new string[] { "rdp", "GoogleDriveFS" };
programs_to_stop = new string[] { "qbittorrent", "Surfshark" };
mute = false;
Dial(true);
@@ -374,7 +401,7 @@ namespace NetWork
default:
if (network_connection["Wi-Fi"])
{
- programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
+ programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
programs_to_stop = new string[] { "rdp" };
mute = false;
break;
@@ -382,18 +409,21 @@ namespace NetWork
else
{
programs_to_run = new string[] { "GoogleDriveFS" };
- programs_to_stop = new string[] { "qbittorrent", "Surfshark","rdp" };
+ programs_to_stop = new string[] { "qbittorrent", "Surfshark", "rdp" };
mute = true;
}
break;
}
+
if (programs_to_run is not null)
{
StartProgram(programs_to_run, mute);
+ MuteSystem(mute);
}
if (programs_to_stop is not null)
{
StopProgram(programs_to_stop, mute);
+ MuteSystem(mute);
}
System.Windows.Forms.Application.Exit();
}
@@ -401,7 +431,7 @@ namespace NetWork
{
logger.Debug("me");
DoTheSchtik();
-
+
}
}
}
\ No newline at end of file
diff --git a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml b/NetWork/Properties/PublishProfiles/FolderProfile.pubxml
index d5e675c..fe308ff 100644
--- a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml
+++ b/NetWork/Properties/PublishProfiles/FolderProfile.pubxml
@@ -13,6 +13,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
True
True
- True
+ False
\ No newline at end of file
diff --git a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user b/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user
index c5a6575..fd1a575 100644
--- a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
- True|2021-07-05T16:01:01.3302488Z;False|2021-07-05T18:53:34.6361454+03:00;False|2021-07-05T18:51:45.7049687+03:00;True|2021-06-26T21:39:14.9764613+03:00;
+ True|2021-08-21T12:35:05.8080222Z;False|2021-08-21T15:33:33.8944048+03:00;False|2021-08-21T15:31:04.3461039+03:00;False|2021-08-21T15:29:29.3574574+03:00;False|2021-08-21T15:27:18.4014348+03:00;False|2021-08-21T15:26:37.2854938+03:00;False|2021-08-21T15:25:34.2229695+03:00;False|2021-08-21T15:21:35.5431259+03:00;True|2021-07-05T19:01:01.3302488+03:00;False|2021-07-05T18:53:34.6361454+03:00;False|2021-07-05T18:51:45.7049687+03:00;True|2021-06-26T21:39:14.9764613+03:00;
\ No newline at end of file
diff --git a/NetWork/Properties/Resources.Designer.cs b/NetWork/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..e05f63a
--- /dev/null
+++ b/NetWork/Properties/Resources.Designer.cs
@@ -0,0 +1,73 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace NetWork.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NetWork.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ internal static byte[] ek {
+ get {
+ object obj = ResourceManager.GetObject("ek", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+ }
+}
diff --git a/NetWork/Properties/Resources.resx b/NetWork/Properties/Resources.resx
new file mode 100644
index 0000000..4801d1e
--- /dev/null
+++ b/NetWork/Properties/Resources.resx
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ ..\Other\ek.pbk;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/NetWork/obj/Debug/NetWork.1.0.0.nuspec b/NetWork/obj/Debug/NetWork.1.0.0.nuspec
index 9828145..867c4a8 100644
--- a/NetWork/obj/Debug/NetWork.1.0.0.nuspec
+++ b/NetWork/obj/Debug/NetWork.1.0.0.nuspec
@@ -8,7 +8,6 @@
-
@@ -19,11 +18,12 @@
+
-
-
+
+
\ No newline at end of file
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig
index 04424a3..e20c298 100644
--- a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig
+++ b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig
@@ -3,6 +3,8 @@ build_property.TargetFramework = net5.0-windows7.0
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = NetWork
+build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.Properties.Resources.resources b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.Properties.Resources.resources
new file mode 100644
index 0000000..9e18731
Binary files /dev/null and b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.Properties.Resources.resources differ
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache
index f1fd9c5..6f25c88 100644
Binary files a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache and b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache differ
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache
index 928849e..204fdef 100644
Binary files a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache and b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache differ
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CopyComplete b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache
index 56aba21..b05ed9d 100644
--- a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache
+++ b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-a19c91e593629bc1868d5ae3b28d0cacd1cd4802
+0c6e8e5f635c1e07fbbf3ba4c2881808f9abc521
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt
index 9b2be40..b9c247d 100644
--- a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt
+++ b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt
@@ -215,3 +215,222 @@ C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Micro
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NLog.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NLog.Extensions.Logging.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Serilog.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\ref\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\AudioControlNative.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.exe
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.deps.json
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.json
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.dev.json
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\DotRas.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Configuration.Abstractions.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.DependencyInjection.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Logging.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Logging.Abstractions.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Options.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Primitives.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Asio.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Core.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Midi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Wasapi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.WinForms.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.WinMM.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NLog.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NLog.Extensions.Logging.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Serilog.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\SimpleWifi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Management.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.AssemblyInfoInputs.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.AssemblyInfo.cs
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.CoreCompileInputs.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.genruntimeconfig.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\VPNConnector.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.Properties.Resources.resources
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.GenerateResource.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.AssemblyReference.cache
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.GenerateResource.cache b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.GenerateResource.cache
new file mode 100644
index 0000000..b9ff7fa
Binary files /dev/null and b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.csproj.GenerateResource.cache differ
diff --git a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache
index 95c5bc3..9494e0c 100644
--- a/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache
+++ b/NetWork/obj/Debug/net5.0-windows7.0/NetWork.genruntimeconfig.cache
@@ -1 +1 @@
-542af5c956e3cb1b862c90ca6d1d2a799cd2003d
+f1f7a2b227e661e8bded085edbeae4ef39679215
diff --git a/NetWork/obj/NetWork.csproj.nuget.dgspec.json b/NetWork/obj/NetWork.csproj.nuget.dgspec.json
index 368967e..a8dd360 100644
--- a/NetWork/obj/NetWork.csproj.nuget.dgspec.json
+++ b/NetWork/obj/NetWork.csproj.nuget.dgspec.json
@@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
- "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {}
+ "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj": {}
},
"projects": {
- "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {
+ "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectUniqueName": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"projectName": "NetWork",
- "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\",
+ "outputPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
@@ -26,7 +26,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Users\\סארט\\source\\repos\\NetWork": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -49,10 +48,6 @@
"target": "Package",
"version": "[1.0.1, )"
},
- "DotRas.for.Win8": {
- "target": "Package",
- "version": "[1.3.0, )"
- },
"Microsoft.Management.Infrastructure": {
"target": "Package",
"version": "[2.0.0, )"
@@ -92,6 +87,10 @@
"System.Management": {
"target": "Package",
"version": "[5.0.0, )"
+ },
+ "VPNConnector": {
+ "target": "Package",
+ "version": "[1.0.0, )"
}
},
"imports": [
@@ -104,12 +103,18 @@
],
"assetTargetFallback": true,
"warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.NETCore.App.Host.win-x64",
+ "version": "[5.0.8, 5.0.8]"
+ }
+ ],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100-preview.7.21379.14\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/NetWork/obj/NetWork.csproj.nuget.g.props b/NetWork/obj/NetWork.csproj.nuget.g.props
index 1fef40e..4d0913f 100644
--- a/NetWork/obj/NetWork.csproj.nuget.g.props
+++ b/NetWork/obj/NetWork.csproj.nuget.g.props
@@ -7,7 +7,7 @@
$(UserProfile)\.nuget\packages\
C:\Users\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
PackageReference
- 5.10.0
+ 6.0.0
diff --git a/NetWork/obj/Release/NetWork.1.0.0.nuspec b/NetWork/obj/Release/NetWork.1.0.0.nuspec
index 878ce60..a641651 100644
--- a/NetWork/obj/Release/NetWork.1.0.0.nuspec
+++ b/NetWork/obj/Release/NetWork.1.0.0.nuspec
@@ -8,19 +8,23 @@
-
+
+
+
+
-
-
+
+
+
\ No newline at end of file
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig b/NetWork/obj/Release/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig
index 04424a3..e20c298 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig
+++ b/NetWork/obj/Release/net5.0-windows7.0/NetWork.GeneratedMSBuildEditorConfig.editorconfig
@@ -3,6 +3,8 @@ build_property.TargetFramework = net5.0-windows7.0
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = NetWork
+build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.Properties.Resources.resources b/NetWork/obj/Release/net5.0-windows7.0/NetWork.Properties.Resources.resources
new file mode 100644
index 0000000..9e18731
Binary files /dev/null and b/NetWork/obj/Release/net5.0-windows7.0/NetWork.Properties.Resources.resources differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.assets.cache b/NetWork/obj/Release/net5.0-windows7.0/NetWork.assets.cache
index 03102e3..f150832 100644
Binary files a/NetWork/obj/Release/net5.0-windows7.0/NetWork.assets.cache and b/NetWork/obj/Release/net5.0-windows7.0/NetWork.assets.cache differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache
index f5e894a..204fdef 100644
Binary files a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache and b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.AssemblyReference.cache differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.CopyComplete b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.CopyComplete
deleted file mode 100644
index e69de29..0000000
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache
index 3010f7a..e4e36f2 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache
+++ b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-5c8e073db52f158c560f0463e2afca6eaa9ef604
+ed9f68123c2538539c82c92ec55bdea9c7b17e8b
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt
index 2c4a747..ec6309f 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt
+++ b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.FileListAbsolute.txt
@@ -207,3 +207,230 @@ C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\Net
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.pdb
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.genruntimeconfig.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\AudioControlNative.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.exe
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.deps.json
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.runtimeconfig.json
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.runtimeconfig.dev.json
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\ref\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\DotRas.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.Configuration.Abstractions.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.DependencyInjection.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.Logging.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.Logging.Abstractions.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.Options.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Microsoft.Extensions.Primitives.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Asio.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Core.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Midi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Wasapi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.WinForms.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.WinMM.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NLog.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\NLog.Extensions.Logging.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\Serilog.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\SimpleWifi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\System.Management.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\VPNConnector.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\native\mi.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\native\miutils.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.Properties.Resources.resources
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.csproj.GenerateResource.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.AssemblyInfoInputs.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.AssemblyInfo.cs
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.csproj.CoreCompileInputs.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\ref\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.genruntimeconfig.cache
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\AudioControlNative.dll
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.exe
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.deps.json
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.runtimeconfig.json
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.runtimeconfig.dev.json
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.dll
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\ref\NetWork.dll
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.xml
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.csproj.AssemblyReference.cache
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.GenerateResource.cache b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.GenerateResource.cache
new file mode 100644
index 0000000..b9ff7fa
Binary files /dev/null and b/NetWork/obj/Release/net5.0-windows7.0/NetWork.csproj.GenerateResource.cache differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.genruntimeconfig.cache b/NetWork/obj/Release/net5.0-windows7.0/NetWork.genruntimeconfig.cache
index 95c5bc3..b0a2003 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/NetWork.genruntimeconfig.cache
+++ b/NetWork/obj/Release/net5.0-windows7.0/NetWork.genruntimeconfig.cache
@@ -1 +1 @@
-542af5c956e3cb1b862c90ca6d1d2a799cd2003d
+a4e49e640d8d9c4d337fba5225544a723df7e711
diff --git a/NetWork/obj/Release/net5.0-windows7.0/NetWork.pdb b/NetWork/obj/Release/net5.0-windows7.0/NetWork.pdb
deleted file mode 100644
index 65963bc..0000000
Binary files a/NetWork/obj/Release/net5.0-windows7.0/NetWork.pdb and /dev/null differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/apphost.exe b/NetWork/obj/Release/net5.0-windows7.0/apphost.exe
index 07756c9..d04c032 100644
Binary files a/NetWork/obj/Release/net5.0-windows7.0/apphost.exe and b/NetWork/obj/Release/net5.0-windows7.0/apphost.exe differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.Properties.Resources.resources b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.Properties.Resources.resources
new file mode 100644
index 0000000..9e18731
Binary files /dev/null and b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.Properties.Resources.resources differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.assets.cache b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.assets.cache
index 48545e7..788c6da 100644
Binary files a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.assets.cache and b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.assets.cache differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.CoreCompileInputs.cache b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.CoreCompileInputs.cache
index 5d28068..cc6cb8b 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.CoreCompileInputs.cache
+++ b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-c915500b58dc9b718e3615d82fa51dc73689172b
+363145e996162af7b3762734ad5c82c53d042074
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.FileListAbsolute.txt b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.FileListAbsolute.txt
index ee879e2..c554acd 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.FileListAbsolute.txt
+++ b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.FileListAbsolute.txt
@@ -521,3 +521,21 @@ C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\win
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.pdb
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.genruntimeconfig.cache
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\AudioControlNative.dll
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\NetWork.exe
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\NetWork.deps.json
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\NetWork.runtimeconfig.json
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\NetWork.runtimeconfig.dev.json
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\NetWork.dll
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\ref\NetWork.dll
+D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\win-x64\NetWork.xml
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.Properties.Resources.resources
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.csproj.GenerateResource.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.GeneratedMSBuildEditorConfig.editorconfig
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.AssemblyInfoInputs.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.AssemblyInfo.cs
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.csproj.CoreCompileInputs.cache
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.csproj.CopyComplete
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\ref\NetWork.dll
+D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\obj\Release\net5.0-windows7.0\win-x64\NetWork.genruntimeconfig.cache
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.GenerateResource.cache b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.GenerateResource.cache
new file mode 100644
index 0000000..f5d8e5d
Binary files /dev/null and b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.csproj.GenerateResource.cache differ
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.deps.json b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.deps.json
index 318bb55..1b23041 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.deps.json
+++ b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.deps.json
@@ -10,314 +10,669 @@
"NetWork/1.0.0": {
"dependencies": {
"AudioControl.x64": "1.0.1",
- "DotRas.for.Win8": "1.3.0",
"Microsoft.Management.Infrastructure": "2.0.0",
"Microsoft.NETCore.Windows.ApiSets": "1.0.1",
"Microsoft.NETCore.Windows.ApiSets-x64": "1.0.0",
"NAudio": "2.0.1",
"NETStandard.Library": "2.0.3",
+ "NLog": "4.7.10",
+ "NLog.Extensions.Logging": "1.7.3",
+ "Serilog": "2.10.0",
"SimpleWifi.netstandard": "2.0.0",
"System.Management": "5.0.0",
- "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.7",
- "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "5.0.7"
+ "VPNConnector": "1.0.0",
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.8",
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "5.0.8"
},
"runtime": {
"NetWork.dll": {}
}
},
- "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.7": {
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.8": {
"runtime": {
"Microsoft.CSharp.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "10.0.6.0",
- "fileVersion": "11.0.721.25508"
+ "fileVersion": "11.0.821.31504"
},
"Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"Microsoft.Win32.Registry.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.AppContext.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Buffers.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Collections.Concurrent.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Collections.Immutable.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Collections.NonGeneric.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Collections.Specialized.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Collections.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.ComponentModel.Annotations.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.ComponentModel.DataAnnotations.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.ComponentModel.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.ComponentModel.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Configuration.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Console.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Core.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Data.Common.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Data.DataSetExtensions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Data.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Diagnostics.Contracts.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Diagnostics.Debug.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Diagnostics.Process.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Diagnostics.TextWriterTraceListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Diagnostics.Tools.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Diagnostics.Tracing.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Drawing.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Dynamic.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Formats.Asn1.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Globalization.Calendars.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Globalization.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Globalization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.IO.Compression.Brotli.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.IO.Compression.FileSystem.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.IO.Compression.ZipFile.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.IO.Compression.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.IO.FileSystem.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.IO.FileSystem.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.IO.IsolatedStorage.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.IO.Pipes.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.IO.Pipes.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.IO.UnmanagedMemoryStream.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.IO.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Linq.Expressions.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Linq.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Linq.Queryable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Linq.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Memory.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.Http.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Net.Http.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.HttpListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.Mail.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Net.NameResolution.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.NetworkInformation.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.Ping.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.Requests.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.Security.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.ServicePoint.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.Sockets.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.WebClient.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.WebProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.WebSockets.Client.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.WebSockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Net.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Numerics.Vectors.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Numerics.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.ObjectModel.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Private.DataContractSerialization.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Private.Uri.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Private.Xml.Linq.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Private.Xml.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.DispatchProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.Emit.ILGeneration.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.Emit.Lightweight.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.Emit.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Reflection.Metadata.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.TypeExtensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Reflection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Resources.Reader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Resources.ResourceManager.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Resources.Writer.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Handles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.InteropServices.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Intrinsics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Loader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.Numerics.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Serialization.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Serialization.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Security.AccessControl.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Claims.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Security.Cryptography.OpenSsl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Security.Principal.Windows.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Security.Principal.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Security.SecureString.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Security.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.ServiceModel.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.ServiceProcess.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Text.Encoding.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Text.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Text.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Text.RegularExpressions.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"System.Threading.Channels.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Overlapped.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Tasks.Dataflow.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Tasks.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Tasks.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Tasks.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Thread.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.ThreadPool.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Threading.Timer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Threading.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Transactions.Local.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Transactions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.ValueTuple.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Web.HttpUtility.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Windows.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.Linq.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.ReaderWriter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.XPath.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.XPath.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.XmlDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.XmlSerializer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.Xml.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "System.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "mscorlib.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.821.31504"
+ },
+ "netstandard.dll": {
+ "assemblyVersion": "2.1.0.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Private.CoreLib.dll": {
"assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
}
},
"native": {
@@ -325,33 +680,33 @@
"fileVersion": "42.42.42.42424"
},
"clrjit.dll": {
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"coreclr.dll": {
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
},
"mscordaccore.dll": {
- "fileVersion": "5.0.721.25508"
+ "fileVersion": "5.0.821.31504"
}
}
},
- "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/5.0.7": {
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/5.0.8": {
"runtime": {
"Accessibility.dll": {
"assemblyVersion": "4.0.0.0",
- "fileVersion": "5.0.721.26307"
+ "fileVersion": "5.0.821.31504"
},
"DirectWriteForwarder.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"Microsoft.VisualBasic.Forms.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.1.0.0",
- "fileVersion": "5.0.721.26307"
+ "fileVersion": "5.0.821.31504"
},
"Microsoft.Win32.Registry.AccessControl.dll": {
"assemblyVersion": "5.0.0.0",
@@ -362,64 +717,64 @@
"fileVersion": "5.0.20.51904"
},
"PresentationCore.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework-SystemCore.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework-SystemData.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework-SystemDrawing.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework-SystemXml.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework-SystemXmlLinq.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.Aero.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.Aero2.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.AeroLite.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.Classic.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.Luna.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.Royale.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationFramework.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"PresentationUI.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"ReachFramework.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"System.CodeDom.dll": {
"assemblyVersion": "5.0.0.0",
@@ -430,8 +785,8 @@
"fileVersion": "5.0.20.51904"
},
"System.Design.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Diagnostics.EventLog.Messages.dll": {
"assemblyVersion": "5.0.0.1",
@@ -454,20 +809,20 @@
"fileVersion": "5.0.421.11614"
},
"System.Drawing.Design.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Drawing.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.IO.Packaging.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
},
"System.Printing.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"System.Resources.Extensions.dll": {
"assemblyVersion": "5.0.0.0",
@@ -494,64 +849,64 @@
"fileVersion": "5.0.20.51904"
},
"System.Windows.Controls.Ribbon.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"System.Windows.Extensions.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
},
"System.Windows.Forms.Design.Editors.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Windows.Forms.Design.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Windows.Forms.Primitives.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Windows.Forms.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26307"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31504"
},
"System.Windows.Input.Manipulations.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"System.Windows.Presentation.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"System.Xaml.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"UIAutomationClient.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"UIAutomationClientSideProviders.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"UIAutomationProvider.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"UIAutomationTypes.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"WindowsBase.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
},
"WindowsFormsIntegration.dll": {
- "assemblyVersion": "5.0.6.0",
- "fileVersion": "5.0.621.26303"
+ "assemblyVersion": "5.0.8.0",
+ "fileVersion": "5.0.821.31506"
}
},
"native": {
@@ -559,16 +914,16 @@
"fileVersion": "10.0.19041.685"
},
"PenImc_cor3.dll": {
- "fileVersion": "5.0.621.26303"
+ "fileVersion": "5.0.821.31506"
},
"PresentationNative_cor3.dll": {
- "fileVersion": "5.0.621.26005"
+ "fileVersion": "5.0.821.31102"
},
"vcruntime140_cor3.dll": {
- "fileVersion": "14.29.30031.0"
+ "fileVersion": "14.29.30035.0"
},
"wpfgfx_cor3.dll": {
- "fileVersion": "5.0.621.26303"
+ "fileVersion": "5.0.821.31506"
}
}
},
@@ -581,6 +936,78 @@
}
}
},
+ "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "5.0.0"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/5.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
+ },
+ "runtime": {
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging/5.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "5.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Options": "5.0.0"
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/5.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Primitives": "5.0.0"
+ },
+ "runtime": {
+ "lib/net5.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/5.0.0": {
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
"Microsoft.Management.Infrastructure/2.0.0": {
"dependencies": {
"Microsoft.Management.Infrastructure.Runtime.Unix": "2.0.0",
@@ -684,6 +1111,35 @@
"Microsoft.NETCore.Platforms": "5.0.0"
}
},
+ "NLog/4.7.10": {
+ "runtime": {
+ "lib/netstandard2.0/NLog.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "4.7.10.13013"
+ }
+ }
+ },
+ "NLog.Extensions.Logging/1.7.3": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Logging": "5.0.0",
+ "NLog": "4.7.10"
+ },
+ "runtime": {
+ "lib/net5.0/NLog.Extensions.Logging.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.7.3.1580"
+ }
+ }
+ },
+ "Serilog/2.10.0": {
+ "runtime": {
+ "lib/netstandard2.1/Serilog.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.10.0.0"
+ }
+ }
+ },
"SimpleWifi.netstandard/2.0.0": {
"runtime": {
"lib/netstandard2.0/SimpleWifi.dll": {
@@ -712,7 +1168,18 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Security.Principal.Windows/5.0.0": {}
+ "System.Security.Principal.Windows/5.0.0": {},
+ "VPNConnector/1.0.0": {
+ "dependencies": {
+ "DotRas.for.Win8": "1.3.0"
+ },
+ "runtime": {
+ "lib/net452/VPNConnector.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
}
},
"libraries": {
@@ -721,12 +1188,12 @@
"serviceable": false,
"sha512": ""
},
- "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.7": {
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.8": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
},
- "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/5.0.7": {
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/5.0.8": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
@@ -745,6 +1212,55 @@
"path": "dotras.for.win8/1.3.0",
"hashPath": "dotras.for.win8.1.3.0.nupkg.sha512"
},
+ "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
+ "path": "microsoft.extensions.configuration.abstractions/5.0.0",
+ "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==",
+ "path": "microsoft.extensions.dependencyinjection/5.0.0",
+ "hashPath": "microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
+ "path": "microsoft.extensions.logging/5.0.0",
+ "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
+ "path": "microsoft.extensions.logging.abstractions/5.0.0",
+ "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
+ "path": "microsoft.extensions.options/5.0.0",
+ "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
+ "path": "microsoft.extensions.primitives/5.0.0",
+ "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
+ },
"Microsoft.Management.Infrastructure/2.0.0": {
"type": "package",
"serviceable": true,
@@ -850,6 +1366,27 @@
"path": "netstandard.library/2.0.3",
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
},
+ "NLog/4.7.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rcegW7kYOCjl7wX0SzsqpPBqnJ51JKi1WkYb6QBVX0Wc5IgH19Pv4t/co+T0s06OS0Ne44xgkY/mHg0PdrmJow==",
+ "path": "nlog/4.7.10",
+ "hashPath": "nlog.4.7.10.nupkg.sha512"
+ },
+ "NLog.Extensions.Logging/1.7.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-7RvUvGd9Ad37pNedjPHbCUroscLGuChLBo0OBveGp92vIpEHLZm/in+Ydd+c9qpv1XMQQIx7yZv1F5qyy/AxHQ==",
+ "path": "nlog.extensions.logging/1.7.3",
+ "hashPath": "nlog.extensions.logging.1.7.3.nupkg.sha512"
+ },
+ "Serilog/2.10.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==",
+ "path": "serilog/2.10.0",
+ "hashPath": "serilog.2.10.0.nupkg.sha512"
+ },
"SimpleWifi.netstandard/2.0.0": {
"type": "package",
"serviceable": true,
@@ -884,6 +1421,13 @@
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
+ },
+ "VPNConnector/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JI8OnCYcrkZ4tB9YTfTBDizCky40A+Xoti+/t/IDuYG9wXyI1/TfkEDA7v17ptybsNKSvtLyyT+HTWW/Bco80Q==",
+ "path": "vpnconnector/1.0.0",
+ "hashPath": "vpnconnector.1.0.0.nupkg.sha512"
}
},
"runtimes": {
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.genruntimeconfig.cache b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.genruntimeconfig.cache
index 618056c..416bd2d 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.genruntimeconfig.cache
+++ b/NetWork/obj/Release/net5.0-windows7.0/win-x64/NetWork.genruntimeconfig.cache
@@ -1 +1 @@
-5f68dd900527e551047945ae92c4afc1894d9d4f
+8cbba98b5dd499cff41205bc84d4f2f9b4b8a28b
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/PublishOutputs.14905e3326.txt b/NetWork/obj/Release/net5.0-windows7.0/win-x64/PublishOutputs.14905e3326.txt
index 19c5221..8ca40c6 100644
--- a/NetWork/obj/Release/net5.0-windows7.0/win-x64/PublishOutputs.14905e3326.txt
+++ b/NetWork/obj/Release/net5.0-windows7.0/win-x64/PublishOutputs.14905e3326.txt
@@ -1,4 +1,3 @@
-D:\Neutral Folder\NetWorkAutomation\NetWork.pdb
D:\Neutral Folder\NetWorkAutomation\AudioControlNative.dll
D:\Neutral Folder\NetWorkAutomation\clrcompression.dll
D:\Neutral Folder\NetWorkAutomation\clrjit.dll
@@ -9,4 +8,5 @@ D:\Neutral Folder\NetWorkAutomation\PenImc_cor3.dll
D:\Neutral Folder\NetWorkAutomation\PresentationNative_cor3.dll
D:\Neutral Folder\NetWorkAutomation\vcruntime140_cor3.dll
D:\Neutral Folder\NetWorkAutomation\wpfgfx_cor3.dll
+D:\Neutral Folder\NetWorkAutomation\NetWork.xml
D:\Neutral Folder\NetWorkAutomation\NetWork.exe
diff --git a/NetWork/obj/Release/net5.0-windows7.0/win-x64/singlefilehost.exe b/NetWork/obj/Release/net5.0-windows7.0/win-x64/singlefilehost.exe
index 513f607..d982382 100644
Binary files a/NetWork/obj/Release/net5.0-windows7.0/win-x64/singlefilehost.exe and b/NetWork/obj/Release/net5.0-windows7.0/win-x64/singlefilehost.exe differ
diff --git a/NetWork/obj/project.assets.json b/NetWork/obj/project.assets.json
index 6ffbb2a..8549028 100644
--- a/NetWork/obj/project.assets.json
+++ b/NetWork/obj/project.assets.json
@@ -1193,6 +1193,18 @@
"rid": "win"
}
}
+ },
+ "VPNConnector/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "DotRas.for.Win8": "1.3.0"
+ },
+ "compile": {
+ "lib/net452/VPNConnector.dll": {}
+ },
+ "runtime": {
+ "lib/net452/VPNConnector.dll": {}
+ }
}
}
},
@@ -2199,12 +2211,23 @@
"useSharedDesignerContext.txt",
"version.txt"
]
+ },
+ "VPNConnector/1.0.0": {
+ "sha512": "JI8OnCYcrkZ4tB9YTfTBDizCky40A+Xoti+/t/IDuYG9wXyI1/TfkEDA7v17ptybsNKSvtLyyT+HTWW/Bco80Q==",
+ "type": "package",
+ "path": "vpnconnector/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net452/VPNConnector.dll",
+ "vpnconnector.1.0.0.nupkg.sha512",
+ "vpnconnector.nuspec"
+ ]
}
},
"projectFileDependencyGroups": {
"net5.0-windows7.0": [
"AudioControl.x64 >= 1.0.1",
- "DotRas.for.Win8 >= 1.3.0",
"Microsoft.Management.Infrastructure >= 2.0.0",
"Microsoft.NETCore.Windows.ApiSets >= 1.0.1",
"Microsoft.NETCore.Windows.ApiSets-x64 >= 1.0.0",
@@ -2214,7 +2237,8 @@
"NLog.Extensions.Logging >= 1.7.3",
"Serilog >= 2.10.0",
"SimpleWifi.netstandard >= 2.0.0",
- "System.Management >= 5.0.0"
+ "System.Management >= 5.0.0",
+ "VPNConnector >= 1.0.0"
]
},
"packageFolders": {
@@ -2224,11 +2248,11 @@
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectUniqueName": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"projectName": "NetWork",
- "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\",
+ "outputPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
@@ -2243,7 +2267,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Users\\סארט\\source\\repos\\NetWork": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -2266,10 +2289,6 @@
"target": "Package",
"version": "[1.0.1, )"
},
- "DotRas.for.Win8": {
- "target": "Package",
- "version": "[1.3.0, )"
- },
"Microsoft.Management.Infrastructure": {
"target": "Package",
"version": "[2.0.0, )"
@@ -2309,6 +2328,10 @@
"System.Management": {
"target": "Package",
"version": "[5.0.0, )"
+ },
+ "VPNConnector": {
+ "target": "Package",
+ "version": "[1.0.0, )"
}
},
"imports": [
@@ -2321,12 +2344,18 @@
],
"assetTargetFallback": true,
"warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.NETCore.App.Host.win-x64",
+ "version": "[5.0.8, 5.0.8]"
+ }
+ ],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100-preview.7.21379.14\\RuntimeIdentifierGraph.json"
}
}
},
@@ -2340,6 +2369,16 @@
"targetGraphs": [
"net5.0-windows7.0"
]
+ },
+ {
+ "code": "NU1701",
+ "level": "Warning",
+ "warningLevel": 1,
+ "message": "Package 'VPNConnector 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.",
+ "libraryId": "VPNConnector",
+ "targetGraphs": [
+ "net5.0-windows7.0"
+ ]
}
]
}
\ No newline at end of file
diff --git a/NetWork/obj/project.nuget.cache b/NetWork/obj/project.nuget.cache
index 62a6cbd..1295038 100644
--- a/NetWork/obj/project.nuget.cache
+++ b/NetWork/obj/project.nuget.cache
@@ -1,8 +1,8 @@
{
"version": 2,
- "dgSpecHash": "r0Hk06vwDhi8qjlLv7VastSp8B/ZpOaCY0jysAVwoA19LD4HimR6ftY0hQaul6RgLlDaF0ZruAqFuzpzuXgv5Q==",
+ "dgSpecHash": "FgLX+1c3LL+etnHcs+QI+NHlBJr3HzrCZT0r/AQ/tk4JwJrQVOdTBrEOozGVwegarlZXmdPBYoOP5yJbNgOGaQ==",
"success": true,
- "projectFilePath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectFilePath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"expectedPackageFiles": [
"C:\\Users\\סארט\\.nuget\\packages\\audiocontrol.x64\\1.0.1\\audiocontrol.x64.1.0.1.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\dotras.for.win8\\1.3.0\\dotras.for.win8.1.3.0.nupkg.sha512",
@@ -35,7 +35,9 @@
"C:\\Users\\סארט\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512",
- "C:\\Users\\סארט\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512"
+ "C:\\Users\\סארט\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\vpnconnector\\1.0.0\\vpnconnector.1.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\5.0.8\\microsoft.netcore.app.host.win-x64.5.0.8.nupkg.sha512"
],
"logs": [
{
@@ -47,6 +49,16 @@
"targetGraphs": [
"net5.0-windows7.0"
]
+ },
+ {
+ "code": "NU1701",
+ "level": "Warning",
+ "warningLevel": 1,
+ "message": "Package 'VPNConnector 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.",
+ "libraryId": "VPNConnector",
+ "targetGraphs": [
+ "net5.0-windows7.0"
+ ]
}
]
}
\ No newline at end of file
diff --git a/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json b/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json
index ba84677..7c658c1 100644
--- a/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json
+++ b/NetWork/obj/publish/win-x64/NetWork.csproj.nuget.dgspec.json
@@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
- "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {}
+ "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj": {}
},
"projects": {
- "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {
+ "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectUniqueName": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"projectName": "NetWork",
- "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\publish\\win-x64\\",
+ "outputPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\obj\\publish\\win-x64\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
@@ -26,7 +26,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Users\\סארט\\source\\repos\\NetWork": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -49,10 +48,6 @@
"target": "Package",
"version": "[1.0.1, )"
},
- "DotRas.for.Win8": {
- "target": "Package",
- "version": "[1.3.0, )"
- },
"Microsoft.Management.Infrastructure": {
"target": "Package",
"version": "[2.0.0, )"
@@ -73,6 +68,18 @@
"target": "Package",
"version": "[2.0.3, )"
},
+ "NLog": {
+ "target": "Package",
+ "version": "[4.7.10, )"
+ },
+ "NLog.Extensions.Logging": {
+ "target": "Package",
+ "version": "[1.7.3, )"
+ },
+ "Serilog": {
+ "target": "Package",
+ "version": "[2.10.0, )"
+ },
"SimpleWifi.netstandard": {
"target": "Package",
"version": "[2.0.0, )"
@@ -80,6 +87,10 @@
"System.Management": {
"target": "Package",
"version": "[5.0.0, )"
+ },
+ "VPNConnector": {
+ "target": "Package",
+ "version": "[1.0.0, )"
}
},
"imports": [
@@ -95,15 +106,15 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
- "version": "[5.0.7, 5.0.7]"
+ "version": "[5.0.8, 5.0.8]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
- "version": "[5.0.7, 5.0.7]"
+ "version": "[5.0.8, 5.0.8]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
- "version": "[5.0.7, 5.0.7]"
+ "version": "[5.0.8, 5.0.8]"
}
],
"frameworkReferences": {
@@ -111,7 +122,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
diff --git a/NetWork/obj/publish/win-x64/project.assets.json b/NetWork/obj/publish/win-x64/project.assets.json
index 3752995..b9e6599 100644
--- a/NetWork/obj/publish/win-x64/project.assets.json
+++ b/NetWork/obj/publish/win-x64/project.assets.json
@@ -17,6 +17,85 @@
"lib/net40/DotRas.dll": {}
}
},
+ "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "5.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
+ },
+ "compile": {
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "5.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Options": "5.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Options/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Primitives": "5.0.0"
+ },
+ "compile": {
+ "lib/net5.0/Microsoft.Extensions.Options.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0/Microsoft.Extensions.Options.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {}
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {}
+ }
+ },
"Microsoft.Management.Infrastructure/2.0.0": {
"type": "package",
"dependencies": {
@@ -1007,6 +1086,38 @@
"build/netstandard2.0/NETStandard.Library.targets": {}
}
},
+ "NLog/4.7.10": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/NLog.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/NLog.dll": {}
+ }
+ },
+ "NLog.Extensions.Logging/1.7.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Logging": "5.0.0",
+ "NLog": "4.7.10"
+ },
+ "compile": {
+ "lib/net5.0/NLog.Extensions.Logging.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0/NLog.Extensions.Logging.dll": {}
+ }
+ },
+ "Serilog/2.10.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.1/Serilog.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Serilog.dll": {}
+ }
+ },
"SimpleWifi.netstandard/2.0.0": {
"type": "package",
"compile": {
@@ -1082,6 +1193,18 @@
"rid": "win"
}
}
+ },
+ "VPNConnector/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "DotRas.for.Win8": "1.3.0"
+ },
+ "compile": {
+ "lib/net452/VPNConnector.dll": {}
+ },
+ "runtime": {
+ "lib/net452/VPNConnector.dll": {}
+ }
}
},
"net5.0-windows7.0/win-x64": {
@@ -1100,6 +1223,85 @@
"lib/net40/DotRas.dll": {}
}
},
+ "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "5.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
+ },
+ "compile": {
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "5.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Options": "5.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Options/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Primitives": "5.0.0"
+ },
+ "compile": {
+ "lib/net5.0/Microsoft.Extensions.Options.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0/Microsoft.Extensions.Options.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {}
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {}
+ }
+ },
"Microsoft.Management.Infrastructure/2.0.0": {
"type": "package",
"dependencies": {
@@ -1254,6 +1456,38 @@
"build/netstandard2.0/NETStandard.Library.targets": {}
}
},
+ "NLog/4.7.10": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/NLog.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/NLog.dll": {}
+ }
+ },
+ "NLog.Extensions.Logging/1.7.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
+ "Microsoft.Extensions.Logging": "5.0.0",
+ "NLog": "4.7.10"
+ },
+ "compile": {
+ "lib/net5.0/NLog.Extensions.Logging.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0/NLog.Extensions.Logging.dll": {}
+ }
+ },
+ "Serilog/2.10.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.1/Serilog.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Serilog.dll": {}
+ }
+ },
"SimpleWifi.netstandard/2.0.0": {
"type": "package",
"compile": {
@@ -1307,6 +1541,18 @@
"runtime": {
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {}
}
+ },
+ "VPNConnector/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "DotRas.for.Win8": "1.3.0"
+ },
+ "compile": {
+ "lib/net452/VPNConnector.dll": {}
+ },
+ "runtime": {
+ "lib/net452/VPNConnector.dll": {}
+ }
}
}
},
@@ -1341,6 +1587,156 @@
"lib/net40/DotRas.xml"
]
},
+ "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
+ "sha512": "ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net461/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection/5.0.0": {
+ "sha512": "Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net5.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
+ "microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging/5.0.0": {
+ "sha512": "MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
+ "type": "package",
+ "path": "microsoft.extensions.logging/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Logging.dll",
+ "lib/net461/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
+ "microsoft.extensions.logging.5.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
+ "sha512": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/5.0.0": {
+ "sha512": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
+ "type": "package",
+ "path": "microsoft.extensions.options/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Options.dll",
+ "lib/net461/Microsoft.Extensions.Options.xml",
+ "lib/net5.0/Microsoft.Extensions.Options.dll",
+ "lib/net5.0/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
+ "microsoft.extensions.options.5.0.0.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/5.0.0": {
+ "sha512": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Primitives.dll",
+ "lib/net461/Microsoft.Extensions.Primitives.xml",
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.5.0.0.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
"Microsoft.Management.Infrastructure/2.0.0": {
"sha512": "IaKZRNBBv3sdrmBWd+aqwHq8cVHk/3WgWFAN/dt40MRY9rbtHiDfTTmaEN0tGTmQqGCGDo/ncntA8MvFMvcsRw==",
"type": "package",
@@ -1916,6 +2312,89 @@
"netstandard.library.nuspec"
]
},
+ "NLog/4.7.10": {
+ "sha512": "rcegW7kYOCjl7wX0SzsqpPBqnJ51JKi1WkYb6QBVX0Wc5IgH19Pv4t/co+T0s06OS0Ne44xgkY/mHg0PdrmJow==",
+ "type": "package",
+ "path": "nlog/4.7.10",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/monoandroid44/NLog.dll",
+ "lib/monoandroid44/NLog.xml",
+ "lib/net35/NLog.dll",
+ "lib/net35/NLog.xml",
+ "lib/net40-client/NLog.dll",
+ "lib/net40-client/NLog.xml",
+ "lib/net45/NLog.dll",
+ "lib/net45/NLog.xml",
+ "lib/netstandard1.3/NLog.dll",
+ "lib/netstandard1.3/NLog.xml",
+ "lib/netstandard1.5/NLog.dll",
+ "lib/netstandard1.5/NLog.xml",
+ "lib/netstandard2.0/NLog.dll",
+ "lib/netstandard2.0/NLog.xml",
+ "lib/sl4/NLog.dll",
+ "lib/sl4/NLog.xml",
+ "lib/sl5/NLog.dll",
+ "lib/sl5/NLog.xml",
+ "lib/wp8/NLog.dll",
+ "lib/wp8/NLog.xml",
+ "lib/xamarinios10/NLog.dll",
+ "lib/xamarinios10/NLog.xml",
+ "nlog.4.7.10.nupkg.sha512",
+ "nlog.nuspec"
+ ]
+ },
+ "NLog.Extensions.Logging/1.7.3": {
+ "sha512": "7RvUvGd9Ad37pNedjPHbCUroscLGuChLBo0OBveGp92vIpEHLZm/in+Ydd+c9qpv1XMQQIx7yZv1F5qyy/AxHQ==",
+ "type": "package",
+ "path": "nlog.extensions.logging/1.7.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "N.png",
+ "lib/net451/NLog.Extensions.Logging.dll",
+ "lib/net451/NLog.Extensions.Logging.xml",
+ "lib/net461/NLog.Extensions.Logging.dll",
+ "lib/net461/NLog.Extensions.Logging.xml",
+ "lib/net5.0/NLog.Extensions.Logging.dll",
+ "lib/net5.0/NLog.Extensions.Logging.xml",
+ "lib/netcoreapp3.0/NLog.Extensions.Logging.dll",
+ "lib/netcoreapp3.0/NLog.Extensions.Logging.xml",
+ "lib/netstandard1.3/NLog.Extensions.Logging.dll",
+ "lib/netstandard1.3/NLog.Extensions.Logging.xml",
+ "lib/netstandard1.5/NLog.Extensions.Logging.dll",
+ "lib/netstandard1.5/NLog.Extensions.Logging.xml",
+ "lib/netstandard2.0/NLog.Extensions.Logging.dll",
+ "lib/netstandard2.0/NLog.Extensions.Logging.xml",
+ "nlog.extensions.logging.1.7.3.nupkg.sha512",
+ "nlog.extensions.logging.nuspec"
+ ]
+ },
+ "Serilog/2.10.0": {
+ "sha512": "+QX0hmf37a0/OZLxM3wL7V6/ADvC1XihXN4Kq/p6d8lCPfgkRdiuhbWlMaFjR9Av0dy5F0+MBeDmDdRZN/YwQA==",
+ "type": "package",
+ "path": "serilog/2.10.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "icon.png",
+ "lib/net45/Serilog.dll",
+ "lib/net45/Serilog.xml",
+ "lib/net46/Serilog.dll",
+ "lib/net46/Serilog.xml",
+ "lib/netstandard1.0/Serilog.dll",
+ "lib/netstandard1.0/Serilog.xml",
+ "lib/netstandard1.3/Serilog.dll",
+ "lib/netstandard1.3/Serilog.xml",
+ "lib/netstandard2.0/Serilog.dll",
+ "lib/netstandard2.0/Serilog.xml",
+ "lib/netstandard2.1/Serilog.dll",
+ "lib/netstandard2.1/Serilog.xml",
+ "serilog.2.10.0.nupkg.sha512",
+ "serilog.nuspec"
+ ]
+ },
"SimpleWifi.netstandard/2.0.0": {
"sha512": "lJuk2zjX4snKbrxfDnDEwYb8dTFR/UbyMb9umljexOP1nuXjdYXNX3T2+zrdxZue359ZqvHC8aAAGkgWS6PFFw==",
"type": "package",
@@ -2080,19 +2559,34 @@
"useSharedDesignerContext.txt",
"version.txt"
]
+ },
+ "VPNConnector/1.0.0": {
+ "sha512": "JI8OnCYcrkZ4tB9YTfTBDizCky40A+Xoti+/t/IDuYG9wXyI1/TfkEDA7v17ptybsNKSvtLyyT+HTWW/Bco80Q==",
+ "type": "package",
+ "path": "vpnconnector/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net452/VPNConnector.dll",
+ "vpnconnector.1.0.0.nupkg.sha512",
+ "vpnconnector.nuspec"
+ ]
}
},
"projectFileDependencyGroups": {
"net5.0-windows7.0": [
"AudioControl.x64 >= 1.0.1",
- "DotRas.for.Win8 >= 1.3.0",
"Microsoft.Management.Infrastructure >= 2.0.0",
"Microsoft.NETCore.Windows.ApiSets >= 1.0.1",
"Microsoft.NETCore.Windows.ApiSets-x64 >= 1.0.0",
"NAudio >= 2.0.1",
"NETStandard.Library >= 2.0.3",
+ "NLog >= 4.7.10",
+ "NLog.Extensions.Logging >= 1.7.3",
+ "Serilog >= 2.10.0",
"SimpleWifi.netstandard >= 2.0.0",
- "System.Management >= 5.0.0"
+ "System.Management >= 5.0.0",
+ "VPNConnector >= 1.0.0"
]
},
"packageFolders": {
@@ -2102,11 +2596,11 @@
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectUniqueName": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"projectName": "NetWork",
- "projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\publish\\win-x64\\",
+ "outputPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\obj\\publish\\win-x64\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
@@ -2121,7 +2615,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Users\\סארט\\source\\repos\\NetWork": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -2144,10 +2637,6 @@
"target": "Package",
"version": "[1.0.1, )"
},
- "DotRas.for.Win8": {
- "target": "Package",
- "version": "[1.3.0, )"
- },
"Microsoft.Management.Infrastructure": {
"target": "Package",
"version": "[2.0.0, )"
@@ -2168,6 +2657,18 @@
"target": "Package",
"version": "[2.0.3, )"
},
+ "NLog": {
+ "target": "Package",
+ "version": "[4.7.10, )"
+ },
+ "NLog.Extensions.Logging": {
+ "target": "Package",
+ "version": "[1.7.3, )"
+ },
+ "Serilog": {
+ "target": "Package",
+ "version": "[2.10.0, )"
+ },
"SimpleWifi.netstandard": {
"target": "Package",
"version": "[2.0.0, )"
@@ -2175,6 +2676,10 @@
"System.Management": {
"target": "Package",
"version": "[5.0.0, )"
+ },
+ "VPNConnector": {
+ "target": "Package",
+ "version": "[1.0.0, )"
}
},
"imports": [
@@ -2190,15 +2695,15 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
- "version": "[5.0.7, 5.0.7]"
+ "version": "[5.0.8, 5.0.8]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
- "version": "[5.0.7, 5.0.7]"
+ "version": "[5.0.8, 5.0.8]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
- "version": "[5.0.7, 5.0.7]"
+ "version": "[5.0.8, 5.0.8]"
}
],
"frameworkReferences": {
@@ -2206,7 +2711,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
@@ -2225,6 +2730,16 @@
"targetGraphs": [
"net5.0-windows7.0"
]
+ },
+ {
+ "code": "NU1701",
+ "level": "Warning",
+ "warningLevel": 1,
+ "message": "Package 'VPNConnector 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.",
+ "libraryId": "VPNConnector",
+ "targetGraphs": [
+ "net5.0-windows7.0"
+ ]
}
]
}
\ No newline at end of file
diff --git a/NetWork/obj/publish/win-x64/project.nuget.cache b/NetWork/obj/publish/win-x64/project.nuget.cache
index 0c9754d..798732a 100644
--- a/NetWork/obj/publish/win-x64/project.nuget.cache
+++ b/NetWork/obj/publish/win-x64/project.nuget.cache
@@ -1,11 +1,18 @@
{
"version": 2,
- "dgSpecHash": "9mCmI8FOaH0pdcjAAWd0+EWaSYvweY1t5bscDJCjfYRkqJAwV5WX1fbwcWrIk0QF0klioHiGmrbvej0lS1NFNw==",
+ "dgSpecHash": "kpzjsCozReCOD+ZITrOvC6GvutUpujiGjqYov+WgbvL5uCqlnnt51gbxNhJKVI4zMQjcOZenB5CVDPxpa14oIA==",
"success": true,
- "projectFilePath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
+ "projectFilePath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"expectedPackageFiles": [
"C:\\Users\\סארט\\.nuget\\packages\\audiocontrol.x64\\1.0.1\\audiocontrol.x64.1.0.1.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\dotras.for.win8\\1.3.0\\dotras.for.win8.1.3.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\5.0.0\\microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.0\\microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.0\\microsoft.extensions.primitives.5.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure\\2.0.0\\microsoft.management.infrastructure.2.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.runtime.unix\\2.0.0\\microsoft.management.infrastructure.runtime.unix.2.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.runtime.win\\2.0.0\\microsoft.management.infrastructure.runtime.win.2.0.0.nupkg.sha512",
@@ -21,14 +28,18 @@
"C:\\Users\\סארט\\.nuget\\packages\\naudio.winforms\\2.0.1\\naudio.winforms.2.0.1.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\naudio.winmm\\2.0.1\\naudio.winmm.2.0.1.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\nlog\\4.7.10\\nlog.4.7.10.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\nlog.extensions.logging\\1.7.3\\nlog.extensions.logging.1.7.3.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\serilog\\2.10.0\\serilog.2.10.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\simplewifi.netstandard\\2.0.0\\simplewifi.netstandard.2.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512",
"C:\\Users\\סארט\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
- "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\5.0.7\\microsoft.netcore.app.runtime.win-x64.5.0.7.nupkg.sha512",
- "C:\\Users\\סארט\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\5.0.7\\microsoft.windowsdesktop.app.runtime.win-x64.5.0.7.nupkg.sha512",
- "C:\\Users\\סארט\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\5.0.7\\microsoft.aspnetcore.app.runtime.win-x64.5.0.7.nupkg.sha512"
+ "C:\\Users\\סארט\\.nuget\\packages\\vpnconnector\\1.0.0\\vpnconnector.1.0.0.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\5.0.8\\microsoft.netcore.app.runtime.win-x64.5.0.8.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\5.0.8\\microsoft.windowsdesktop.app.runtime.win-x64.5.0.8.nupkg.sha512",
+ "C:\\Users\\סארט\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\5.0.8\\microsoft.aspnetcore.app.runtime.win-x64.5.0.8.nupkg.sha512"
],
"logs": [
{
@@ -40,6 +51,16 @@
"targetGraphs": [
"net5.0-windows7.0"
]
+ },
+ {
+ "code": "NU1701",
+ "level": "Warning",
+ "warningLevel": 1,
+ "message": "Package 'VPNConnector 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.",
+ "libraryId": "VPNConnector",
+ "targetGraphs": [
+ "net5.0-windows7.0"
+ ]
}
]
}
\ No newline at end of file
diff --git a/UpgradeLog.htm b/UpgradeLog.htm
new file mode 100644
index 0000000..455e6fc
Binary files /dev/null and b/UpgradeLog.htm differ