change everything

This commit is contained in:
2021-10-08 13:48:18 +03:00
parent 5e29140834
commit 8bc6113e0d
1445 changed files with 248 additions and 75593 deletions

View File

@@ -1,12 +0,0 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

4
NetWork/.gitignore vendored
View File

@@ -1,4 +0,0 @@
desktop.ini
*/bin/*
*/Debug/*
*.dll

Binary file not shown.

Binary file not shown.

View File

@@ -1,12 +0,0 @@
{
"ExpandedNodes": [
"",
"\\Windows.Common",
"\\Windows.Common\\obj",
"\\Windows.Common\\obj\\Release",
"\\Windows.Common\\Properties",
"\\Windows.Common\\Wifi"
],
"SelectedNode": "\\Windows.Common\\Wifi\\Interop.cs",
"PreviewInSolutionExplorer": false
}

View File

@@ -1,25 +0,0 @@

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

View File

@@ -23,17 +23,21 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AudioControl.x64" Version="1.0.1" />
<PackageReference Include="AutoHotkey.Interop" Version="1.0.0.1" />
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" />
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets-x64" Version="1.0.0" />
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.10" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.3" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="SimpleWifi.netstandard" Version="2.0.0" />
<PackageReference Include="System.Management" Version="5.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
<PackageReference Include="VPNConnector" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
@@ -54,19 +58,27 @@
<ItemGroup>
<None Remove="C:\Users\סארט\.nuget\packages\audiocontrol.x64\1.0.1\build\\..\AudioControlNative.dll" />
<None Remove="Other\ek.pbk" />
<None Remove="Other\Windows.Common.dll" />
<None Remove="Other\Windows.Common.pdb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Other\ek.pbk" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Other\Windows.Common.dll" />
<EmbeddedResource Include="Other\Windows.Common.pdb" />
<EmbeddedResource Include="Other\earphones.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Resource Include="Other\*" />
</ItemGroup>
<ItemGroup>
<Resource Include="D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\AudioControlNative.dll" />
</ItemGroup>

View File

@@ -1,25 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# 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
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

View File

@@ -1,8 +0,0 @@
namespace NetWork
{
class DialUp
{
}
}

View File

@@ -1,15 +0,0 @@
namespace NetWork
{
class IgnoreFile
{
public static void M()
{
var ahkk = AutoHotkey.Interop.AutoHotkeyEngine.Instance;
ahkk.GetVar("shut");
}
static void Main(string[] args)
{
M();
}
}
}

View File

@@ -1,19 +0,0 @@
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()
{
}
}
}

View File

@@ -1,86 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows7.0</TargetFramework>
<ApplicationIcon />
<StartupObject>NetWork.Program</StartupObject>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<PlatformTarget>x64</PlatformTarget>
<DocumentationFile>D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\NetWork.xml</DocumentationFile>
<OutputPath>D:\Neutral Folder\NetWorkAutomation\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AudioControl.x64" Version="1.0.1" />
<PackageReference Include="AutoHotkey.Interop" Version="1.0.0.1" />
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" />
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets-x64" Version="1.0.0" />
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.10" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.3" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="SimpleWifi.netstandard" Version="2.0.0" />
<PackageReference Include="System.Management" Version="5.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
<PackageReference Include="VPNConnector" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Remove="C:\Users\סארט\.nuget\packages\audiocontrol.x64\1.0.1\build\\..\AudioControlNative.dll" />
<None Remove="Other\ek.pbk" />
<None Remove="Other\Windows.Common.dll" />
<None Remove="Other\Windows.Common.pdb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Other\ek.pbk" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Other\Windows.Common.dll" />
<EmbeddedResource Include="Other\Windows.Common.pdb" />
<EmbeddedResource Include="Other\earphones.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Resource Include="Other\*" />
</ItemGroup>
<ItemGroup>
<Resource Include="D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\AudioControlNative.dll" />
</ItemGroup>
</Project>

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\סארט\source\repos\NetWork\NetWork\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>

View File

@@ -1,54 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>NetWork</name>
</assembly>
<members>
<member name="F:NetWork.Program.StringsOfPaths">
<summary>
String of paths
</summary>
</member>
<member name="M:NetWork.Program.StopRDP(System.Boolean)">
<summary>
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.
</summary>
<param name="stop">A bool parameter. it swiches between stopping (default) and starting rdp session.</param>
</member>
<member name="M:NetWork.Program.Dial(System.Boolean)">
<summary>
</summary>
<param name="connect"></param>
<returns></returns>
</member>
<member name="M:NetWork.Program.GetProgram(System.String)">
<summary>
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.
</summary>
<param name="NameOrPath">file or path of the program</param>
<returns>path if name has given, name if path has given. empty string if found nothing.</returns>
</member>
<member name="T:NetWork.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:NetWork.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:NetWork.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:NetWork.Properties.Resources.ek">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
</members>
</doc>

View File

@@ -1 +0,0 @@
RunNetwork

View File

@@ -1,4 +0,0 @@
[
""
]

View File

@@ -1,3 +0,0 @@
[
"Mi True Wire"
]

View File

@@ -1,290 +0,0 @@
[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

View File

@@ -1,472 +0,0 @@
using DotRas;
using NAudio.CoreAudioApi;
using Newtonsoft.Json.Linq;
using NLog;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
namespace NetWork
{
class Program
{
public static bool Earphones()
{
string data = System.IO.File.ReadAllText($"{AppDomain.CurrentDomain.BaseDirectory}\\Other\\earphones.json");
#pragma warning disable CS8600 // Converting null literal or possible null value to non-nullable type.
dynamic array = (JArray)Newtonsoft.Json.JsonConvert.DeserializeObject(data, typeof(JArray));
#pragma warning restore CS8600 // Converting null literal or possible null value to non-nullable type.
var device = new MMDeviceEnumerator();
var Devices = device.EnumerateAudioEndPoints(DataFlow.Render, DeviceState.Active);
foreach (var Device in Devices)
{
foreach (string ob in array)
{
if (Device.FriendlyName.Contains(ob))
{
return true;
}
}
}
return false;
}
public static Logger StartLogger()
{
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;
NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
return logger;
}
public static Logger logger = StartLogger();
/// <summary>
/// String of paths
/// </summary>
public static string[] StringsOfPaths = System.IO.Directory.GetFiles(@"C:\Program Files\Google\Drive File Stream\", "GoogleDriveFS.exe", System.IO.SearchOption.AllDirectories);
public static Dictionary<string, string> 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<string, string> 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" } };
/// <summary>
/// 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.
/// </summary>
/// <param name="stop">A bool parameter. it swiches between stopping (default) and starting rdp session.</param>
public static void StopRDP(bool stop = true)
{
if (stop)
{
Process[] ids = Process.GetProcessesByName("mstsc");
foreach (var id in ids)
{
logger.Debug(id.MainWindowTitle);
Regex rdp = new("(משרדוש.rdp|161.2)");
if (rdp.IsMatch(id.MainWindowTitle) || id.MainWindowTitle.Equals("חיבור לשולחן עבודה מרוחק"))
{
id.Kill();
}
Console.WriteLine("");
}
}
else
{
Process[] ids = Process.GetProcessesByName("mstsc");
if (ids.Length < 1)
{
StartProgram("rdp");
}
else
{
bool started = false;
foreach (var id in ids)
{
Regex rdp = new("(משרדוש.rdp|161.2)");
logger.Debug(id.MainWindowTitle);
if (rdp.IsMatch(id.MainWindowTitle) || id.MainWindowTitle.Equals("חיבור לשולחן עבודה מרוחק"))
{
started = true;
}
}
if (!started)
{
StartProgram("rdp");
}
Console.WriteLine("");
}
}
}
/// <summary>
///
/// </summary>
/// <param name="connect"></param>
/// <returns></returns>
public static bool Dial(bool connect = true)
{
if (connect)
{
RasDialer rasDialer = new();
rasDialer.AllowUseStoredCredentials = true;
rasDialer.PhoneBookPath = @"D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\Other\ek.pbk";
rasDialer.PhoneNumber = "ek";
rasDialer.EntryName = "ek";
rasDialer.DialAsync();
}
return false;
}
/// <summary>
/// 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.
/// </summary>
/// <param name="NameOrPath">file or path of the program</param>
/// <returns>path if name has given, name if path has given. empty string if found nothing.</returns>
public static string GetProgram(string NameOrPath)
{
/*
this function decides if the program is a name, or a location.
if it is a location, it returns the name of the program
if it is a name, it returns the location
otherwise, it returns empty string
*/
if (progs.ContainsKey(NameOrPath))
{
return progs[NameOrPath];
}
if (paths.ContainsKey(NameOrPath))
{
return paths[NameOrPath];
}
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)
{
foreach (string name in Name)
{
try
{
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)
{
proc.Kill(true);
}
}
else
{
if (name.Contains("mstsc") || name.Contains("rdp"))
{
StopRDP();
}
}
}
catch
{
continue;
}
}
MuteSystem(mute);
}
public static void StartProgram(string[] Name, bool mute = false)
{
foreach (var process_name in Name)
{
if (process_name.Contains("rdp") || process_name.Contains("mstsc"))
{
StopRDP(false);
continue;
}
else if (Process.GetProcessesByName(process_name).Length < 1)
{
string process;
if (progs.ContainsKey(process_name))
{
process = progs[process_name];
}
else if (paths.ContainsKey(process_name))
{
process = process_name;
}
else
{
process = @"C:\Windows\System32\rundll32.exe";
}
Process.Start(process);
}
}
MuteSystem(mute);
}
public static string GetWifiNetwork()
{
SimpleWifi.Win32.WlanClient wlan = new();
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-netX eduroam HUJI-guest 132.64") ? false : null);
return goodWifi;
}
static bool LanEthernet(System.Net.NetworkInformation.NetworkInterface networkAdapter)
{
if (networkAdapter.Name.Contains("Ethernet") || (networkAdapter.NetworkInterfaceType.ToString().Contains("Ethernet")))
{
return true;
}
return false;
}
static bool IgnoreLan(System.Net.NetworkInformation.NetworkInterface networkAdapter)
{
if (!(networkAdapter.Name.Contains("Bluetooth")) && (!(networkAdapter.Description.Contains("TAP"))) && (!(networkAdapter.Description.Contains("Hyper-V"))))
{
return true;
}
return false;
}
static string GetLan(System.Net.NetworkInformation.NetworkInterface networkAdapter)
{
if (LanEthernet(networkAdapter) && IgnoreLan(networkAdapter))
{
return networkAdapter.GetPhysicalAddress().ToString();
}
return null;
}
static bool GetVpn(System.Net.NetworkInformation.NetworkInterface net)
{
if (net.Name.Contains("Surfshark") || net.Name.Contains("shark") || net.Description.Contains("TAP"))
{
return net.OperationalStatus.ToString().Equals("Up");
}
return false;
}
public static Dictionary<string, dynamic> GetNetwork()
{
Dictionary<string, dynamic> net_dict = new() { { "vpn", false }, { "lan", false }, { "good_lan", false }, { "ek", false } };
System.Net.NetworkInformation.NetworkInterface[] nets = System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces();
string getlan = "";
string? lannull;
bool getgoodland = false;
string? getwifi;
getwifi = GetWifiNetwork();
foreach (var net in nets)
{
if (net.Name == "ek")
{
net_dict["ek"] |= true;
}
net_dict["vpn"] |= GetVpn(net);
lannull = GetLan(net);
if (lannull is not null)
{
getlan = lannull;
}
if (AllowedMac(net.GetPhysicalAddress().ToString()))
{
getgoodland |= true;
}
}
net_dict.Add("Wi-Fi", IsItGoodWifi(getwifi));
net_dict["good_lan"] = getgoodland;
if (getlan.Length > 0)
{
net_dict["lan"] = true;
}
//net_dict.Add("good_lan", AllowedMac());
return net_dict;
}
private static string HirarcyNetworks(Dictionary<string, dynamic> network_dictionary)
{
if (network_dictionary["vpn"])
{
return "vpn";
}
else if (network_dictionary["ek"])
{
return "ek";
}
else if (network_dictionary["good_lan"])
{
return "good_lan";
}
else if (network_dictionary["lan"])
{
return "lan";
}
return "Wi-Fi";
}
public static bool AllowedMac(string mac, string[] those_are_the_AllowedMacs = null)
{
string[] AllowedMac_adresses;
if (!(those_are_the_AllowedMacs is null))
{
AllowedMac_adresses = those_are_the_AllowedMacs;
}
else
{
AllowedMac_adresses = new string[] { "00E04C6813E4" };
}
foreach (var mac_address in AllowedMac_adresses)
{
if (mac_address.Equals(mac))
{
return true;
}
}
return false;
}
public static bool AllowedMac(string[] mac, string[] those_are_the_AllowedMacs = null)
{
foreach (var single_mac in mac)
{
if (AllowedMac(single_mac, those_are_the_AllowedMacs))
{
return true;
}
}
return false;
}
public static void StartProgram(string process_name)
{
if (process_name.Contains("rdp") || process_name.Contains("mstsc"))
{
Process.Start("mstsc.exe", @"D:\Drive\מסמכים\vms\משרדוש.rdp");
}
else if (Process.GetProcessesByName(process_name).Length < 1)
{
string process;
if (progs.ContainsKey(process_name))
{
process = progs[process_name];
}
else if (paths.ContainsKey(process_name))
{
process = process_name;
}
else
{
process = @"C:\Windows\System32\rundll32.exe";
}
Process.Start(process);
}
}
public static void MuteSystem(bool mute = true)
{
MMDeviceEnumerator mMDeviceEnumerator = new();
mMDeviceEnumerator.GetDefaultAudioEndpoint(DataFlow.Render, Role.Multimedia).AudioEndpointVolume.Mute = mute;
}
public static void DoTheSchtik(bool Run)
{
if (Run)
{
var network_connection = GetNetwork();
string[] programs_to_run;
string[] programs_to_stop;
bool mute;
switch (HirarcyNetworks(network_connection))
{
case "vpn":
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_stop = new string[] { "qbittorrent", "Surfshark" };
mute = false;
break;
case "good_lan":
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_stop = new string[] { "qbittorrent", "Surfshark" };
mute = false;
Dial(true);
break;
default:
if (network_connection["Wi-Fi"])
{
programs_to_run = new string[] { "GoogleDriveFS", "qbittorrent", "Surfshark" };
programs_to_stop = new string[] { "rdp" };
mute = false;
break;
}
else
{
programs_to_run = new string[] { "GoogleDriveFS" };
programs_to_stop = new string[] { "qbittorrent", "Surfshark", "rdp" };
mute = true;
}
break;
}
if (Earphones())
{
mute = false;
}
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();
}
public static bool IniData()
{
return System.IO.File.ReadAllText("D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\Other\\Data.ini").Equals("RunNetwork");
}
static void Main(string[] args)
{
logger.Debug("me");
//IgnoreFile.M();
DoTheSchtik(IniData());
}
}
}

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>D:\Neutral Folder\NetWorkAutomation</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows7.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>False</PublishTrimmed>
</PropertyGroup>
</Project>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>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;</History>
</PropertyGroup>
</Project>

View File

@@ -1,73 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace NetWork.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] ek {
get {
object obj = ResourceManager.GetObject("ek", resourceCulture);
return ((byte[])(obj));
}
}
}
}

View File

@@ -1,124 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ek" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Other\ek.pbk;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View File

@@ -1,7 +0,0 @@
{
"profiles": {
"NetWork": {
"commandName": "Project"
}
}
}

View File

@@ -1,211 +0,0 @@
from typing import Sequence, Union
import wmi
import subprocess
import glob
import re
import pywinauto
import pywin
import psutil
import keyboard
processes = [p for p in wmi.WMI().Win32_Process() if p.Name in ["GoogleDriveFS.exe",
"googledrivesync.exe", "qbittorrent.exe", "Surfshark.exe", "mstsc.exe"]]
def rdp(start_rdp_software: bool = True):
'''rdp detects if the rdp software is running on the computer. if the start_rdp_software is true at calling, the function will start the rdp if there is no program that runs.
elsewise, it will close it
:param start_rdp_software: switch. it can be called to run(true) or stop(false) the rdp software, defaults to True
:type start_rdp_software: bool, optional
'''
if start_rdp_software:
running = False
for process in processes:
if process.CommandLine == '"mstsc.exe" "D:\\Drive\\מסמכים\\vms\\משרדוש.rdp"' or process.CommandLine == '"C:\\Windows\\System32\\mstsc.exe" /v:"132.64.161.2"':
running = True
if not running:
subprocess.Popen('"mstsc.exe" "D:\\Drive\\מסמכים\\vms\\משרדוש.rdp"',
creationflags=subprocess.CREATE_NO_WINDOW, stdout=subprocess.PIPE, shell=True)
else:
for process in processes:
if process.CommandLine == '"mstsc.exe" "D:\\Drive\\מסמכים\\vms\\משרדוש.rdp"' or process.CommandLine == '"C:\\Windows\\System32\\mstsc.exe" /v:"132.64.161.2"':
try:
process.Terminate()
except:
continue
def allowd_macs(mac_address: Union[dict, tuple, str]):
allowed = ['00-E0-4C-68-13-E4']
if isinstance(mac_address, str):
if mac_address in allowed:
return True
for allowed_elements in allowed:
if allowed_elements in mac_address:
return True
return False
def start_process(process_list: list):
start = {
"Surfshark.exe": 'C:/Program Files (x86)/Surfshark/Surfshark.exe',
'qbittorrent.exe': "C:/Program Files/qBittorrent/qbittorrent.exe", "GoogleDriveFS.exe": glob.glob(
'C:/Program Files/Google/Drive File Stream/*/GoogleDriveFS.exe', recursive=True)[0],
"googledrivesync.exe": 'C:/Program Files/Google/Drive/googledrivesync.exe'
}
for p in process_list:
start_this_process = False
for k in processes:
if p == k.Name:
start_this_process = True
if not start_this_process:
subprocess.Popen(start[p], shell=True, creationflags=subprocess.CREATE_NO_WINDOW, stdout=subprocess.PIPE)
def stop_process(process_list: list):
for proc in process_list:
for k in processes:
if proc == k.Name:
try:
k.Terminate()
except:
continue
def disallow(process_list: list = ["GoogleDriveFS.exe", "googledrivesync.exe"],
mute: bool = True, run_process: list = None):
stop_process(process_list)
if run_process:
start_process(run_process)
if mute:
subprocess.run(["powershell", "-command", "Set-AudioDevice -PlaybackMute $true"],
shell=True, creationflags=subprocess.CREATE_NO_WINDOW)
else:
subprocess.run(["powershell", "-command", "Set-AudioDevice -PlaybackMute $false"],
shell=True, creationflags=subprocess.CREATE_NO_WINDOW)
def allow(process_list: list = ["Surfshark.exe", 'qbittorrent.exe'], unmute: bool = True):
start_process(process_list)
if unmute:
subprocess.run(["powershell", "-command", "Set-AudioDevice -PlaybackMute $false"],
shell=True, creationflags=subprocess.CREATE_NO_WINDOW)
else:
subprocess.run(["powershell", "-command", "Set-AudioDevice -PlaybackMute $true"],
shell=True, creationflags=subprocess.CREATE_NO_WINDOW)
def _actiavte_rasdial():
pywinauto.findwindows.find_window()
def dial_connect(connection: str = 'Connected to\nek\nCommand completed successfully.\n'):
connected = False if connection == 'Connected to\nek\nCommand completed successfully.\n' else True
if connected:
subprocess.Popen(
'rasphone ek',
shell=True, creationflags=subprocess.CREATE_NO_WINDOW, stdout=subprocess.PIPE)
# _actiavte_rasdial()
# keyboard.press_and_release('alt')
keyboard.press_and_release('enter')
# _actiavte_rasdial()
keyboard.press_and_release('enter')
subprocess.Popen(["powershell", "-command", "Set-AudioDevice -PlaybackMute $false"],
shell=True, creationflags=subprocess.CREATE_NO_WINDOW, stdout=subprocess.PIPE)
def _hiercy(network_status: dict):
if network_status["ek"]:
return "ek"
elif network_status["good_lan"]:
return 'good_lan'
elif network_status["lan"]:
return "lan"
return "Wi-Fi"
def get_net_status(supreme_mac: Union[str, list, tuple, set] = '00-E0-4C-68-13-F8'):
nets, stats = psutil.net_if_addrs(), psutil.net_if_stats()
networks = subprocess.Popen('pwsh -executionPolicy bypass -command "Get-NetConnectionProfile"',
shell=True, stdout=subprocess.PIPE).communicate()[0].decode()
macs = {nets[key][0][1]: key.strip('\u200f') for key in nets if stats[key][0]}
lan_mac = get_lan(supreme_mac, macs)
profiles = [Net[19:].strip('\u200f') for net in networks.split('\r\n\r\n')
for Net in net.split('\r\n') if 'InterfaceAlias :' in Net]
wifi = [net[15:].split('\r\n')[0] for net in networks.split('Name') if 'Wi-Fi' in net]
wifi = wifi[0] if wifi else None
vpn = [key.strip('\u200f') for key in nets if stats[key][0] and re.search(r'(surf|shark)', key)]
return {"Wi-Fi": wifi, "lan": (lan_mac), "ek": ("ek" in profiles), "vpn": vpn, "good_lan": allowd_macs(macs)} if vpn else {"Wi-Fi": wifi, "lan": (lan_mac), "ek": ("ek" in profiles), "good_lan": allowd_macs(macs)}
def get_lan(macs: Union[str, list, tuple, set] = '00-E0-4C-68-13-F8', dict_of_macs: dict = None):
SMAC = ['00-E0-4C-68-13-F8', "00-FF-33-C8-0F-88"]
if isinstance(macs, str) and macs in dict_of_macs:
return True
elif not isinstance(macs, str):
for m in macs:
if m in SMAC:
return True
return False
def get_status(supreme_mac: Union[str, list, tuple, set] = '00-E0-4C-68-13-F8'):
wifi = {
"allowed":
["Oliver", "Oliver5", "Oliver", "x018_497622", "TNCAPE5A34D", "MSBR", "Azrieli_Modiin_WIFI", "lu shalmata",
"mickey", "Mickey", "Network", "192.168.1.", "Silmarill", "wintunshark0", "saret", "Saret", "huji-meonot"],
"disallowed": ["HUJI-netX", "eduroam", "HUJI-guest", "132.64"]}
network_status = get_net_status(supreme_mac)
hierarchy = _hiercy(network_status)
if hierarchy == "Wi-Fi":
current_network = network_status["Wi-Fi"].split(' ')[0]
w = 0 if re.search(current_network, " ".join(wifi["disallowed"])) else 1
return {"Wi-Fi": w, "vpn": network_status["vpn"]} if network_status.get("vpn") else {"Wi-Fi": w}
elif hierarchy == 'good_lan':
return {'good_lan': True}
elif hierarchy == "lan":
return {"lan": network_status["lan"], "vpn": network_status["vpn"]} if network_status.get("vpn") else {"lan": network_status["lan"]}
return {"ek": network_status["ek"], "vpn": network_status["vpn"]} if network_status.get("vpn") else {"ek": network_status["ek"]}
def do_the_schtik(supreme_mac: str = '00-E0-4C-68-13-F8', discontinue: str = None):
network_status = get_status(supreme_mac)
if network_status.get("vpn"):
allow(["qbittorrent.exe", "GoogleDriveFS.exe", "googledrivesync.exe", "Surfshark.exe"])
rdp(False)
if network_status.get("lan"):
dial_connect(discontinue)
elif network_status.get('Wi-Fi') and network_status['Wi-Fi'] == 0:
allow(["qbittorrent.exe", "GoogleDriveFS.exe", "googledrivesync.exe", "Surfshark.exe"], False)
elif network_status.get('Wi-Fi') and network_status['Wi-Fi'] == 1:
allow(["qbittorrent.exe", "GoogleDriveFS.exe", "googledrivesync.exe", "Surfshark.exe"])
rdp(False)
elif network_status.get("good_lan") and network_status["good_lan"]:
allow(["qbittorrent.exe", "GoogleDriveFS.exe", "googledrivesync.exe", "Surfshark.exe"])
rdp(False)
else:
if network_status.get("lan"):
dial_connect(discontinue)
disallow(["Surfshark.exe", 'qbittorrent.exe'], False,
run_process=["GoogleDriveFS.exe", "googledrivesync.exe"])
rdp()
elif network_status.get("ek"):
disallow(["Surfshark.exe", 'qbittorrent.exe'], False,
run_process=["GoogleDriveFS.exe", "googledrivesync.exe"])
rdp()
else:
disallow(["Surfshark.exe", 'qbittorrent.exe'], run_process=["GoogleDriveFS.exe", "googledrivesync.exe"])
def main():
discontinue = subprocess.Popen(
'rasdial',
shell=True, creationflags=subprocess.CREATE_NO_WINDOW, stdout=subprocess.PIPE).communicate()[0].decode().split(
"\r\n")[0]
do_the_schtik(discontinue=discontinue)
exit()
if __name__ == '__main__':
main()
# get_net_status()

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\סארט\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\סארט\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
]
}
}

View File

@@ -1,9 +0,0 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.0"
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\סארט\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\סארט\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
]
}
}

View File

@@ -1,9 +0,0 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.0"
}
}
}

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NetWork</id>
<version>1.0.0</version>
<authors>NetWork</authors>
<description>Package Description</description>
<dependencies>
<group targetFramework="net5.0-windows7.0">
<dependency id="AudioControl.x64" version="1.0.1" exclude="Build,Analyzers" />
<dependency id="AutoHotkey.Interop" version="1.0.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.Management.Infrastructure" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.NETCore.Windows.ApiSets" version="1.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.NETCore.Windows.ApiSets-x64" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="NAudio" version="2.0.1" exclude="Build,Analyzers" />
<dependency id="NETStandard.Library" version="2.0.3" exclude="Build,Analyzers" />
<dependency id="NLog" version="4.7.10" exclude="Build,Analyzers" />
<dependency id="NLog.Extensions.Logging" version="1.7.3" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
<dependency id="SimpleWifi.netstandard" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="System.Management" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="System.ServiceProcess.ServiceController" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="VPNConnector" version="1.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.json" target="lib\net5.0-windows7.0\NetWork.runtimeconfig.json" />
<file src="D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.dll" target="lib\net5.0-windows7.0\NetWork.dll" />
</files>
</package>

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("NetWork")]
[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
2141606a1b68e23e2902b1b40300852fe1ead34c

View File

@@ -1,8 +0,0 @@
is_global = true
build_property.TargetFramework = net5.0-windows
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

View File

@@ -1 +0,0 @@
ec68d7fc404689b78246332306eb7e9270823dce

View File

@@ -1,207 +0,0 @@
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.csproj.AssemblyReference.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.AssemblyInfoInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.AssemblyInfo.cs
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.csproj.CoreCompileInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.exe
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.deps.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.runtimeconfig.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.runtimeconfig.dev.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Asio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Core.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Midi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.Wasapi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.WinForms.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\NAudio.WinMM.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win-arm64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win10-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win\lib\netcoreapp2.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.csproj.CopyComplete
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows\NetWork.genruntimeconfig.cache
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\AudioControlNative.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\Windows.Common.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows\Windows.Common.pdb

View File

@@ -1 +0,0 @@
b9b6bd9282a348fd2886bc55786cc65f59ea834a

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("NetWork")]
[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
2141606a1b68e23e2902b1b40300852fe1ead34c

View File

@@ -1,10 +0,0 @@
is_global = true
build_property.TargetFramework = net5.0-windows7.0
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = NetWork
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\

View File

@@ -1 +0,0 @@
b4ed6d8a537dc56c254028ffc334f8f9594d60f0

View File

@@ -1,441 +0,0 @@
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\AudioControlNative.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.exe
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.deps.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.runtimeconfig.dev.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Asio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Core.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Midi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.Wasapi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.WinForms.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NAudio.WinMM.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win10-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.AssemblyReference.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.AssemblyInfoInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.AssemblyInfo.cs
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.CoreCompileInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.csproj.CopyComplete
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0-windows7.0\NetWork.genruntimeconfig.cache
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\SimpleWifi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\DotRas.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Configuration.Abstractions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.DependencyInjection.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Logging.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Logging.Abstractions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Options.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.Extensions.Primitives.dll
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
D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\AutoHotkey.Interop.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceProcess.ServiceController.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.ServiceProcess.ServiceController.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Newtonsoft.Json.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Other\earphones.json

View File

@@ -1 +0,0 @@
f1f7a2b227e661e8bded085edbeae4ef39679215

View File

@@ -1,486 +0,0 @@
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NetWork.exe
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\Microsoft.CSharp.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\Microsoft.VisualBasic.Core.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\Microsoft.VisualBasic.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\Microsoft.Win32.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.AppContext.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Buffers.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Collections.Concurrent.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Collections.Immutable.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Collections.NonGeneric.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Collections.Specialized.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Collections.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ComponentModel.Annotations.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ComponentModel.DataAnnotations.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ComponentModel.EventBasedAsync.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ComponentModel.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ComponentModel.TypeConverter.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ComponentModel.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Configuration.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Console.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Core.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Data.Common.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Data.DataSetExtensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Data.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.Contracts.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.Debug.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.DiagnosticSource.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.FileVersionInfo.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.Process.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.StackTrace.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.TextWriterTraceListener.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.Tools.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.TraceSource.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Diagnostics.Tracing.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Drawing.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Drawing.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Dynamic.Runtime.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Formats.Asn1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Globalization.Calendars.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Globalization.Extensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Globalization.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.Compression.Brotli.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.Compression.FileSystem.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.Compression.ZipFile.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.Compression.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.FileSystem.DriveInfo.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.FileSystem.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.FileSystem.Watcher.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.FileSystem.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.IsolatedStorage.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.MemoryMappedFiles.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.Pipes.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.UnmanagedMemoryStream.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.IO.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Linq.Expressions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Linq.Parallel.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Linq.Queryable.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Linq.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Memory.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Http.Json.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Http.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.HttpListener.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Mail.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.NameResolution.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.NetworkInformation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Ping.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Requests.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Security.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.ServicePoint.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.Sockets.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.WebClient.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.WebHeaderCollection.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.WebProxy.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.WebSockets.Client.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.WebSockets.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Net.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Numerics.Vectors.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Numerics.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ObjectModel.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.DispatchProxy.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.Emit.ILGeneration.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.Emit.Lightweight.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.Emit.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.Extensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.Metadata.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.TypeExtensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Reflection.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Resources.Reader.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Resources.ResourceManager.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Resources.Writer.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.CompilerServices.Unsafe.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.CompilerServices.VisualC.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Extensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Handles.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.InteropServices.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Intrinsics.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Loader.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Numerics.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Serialization.Formatters.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Serialization.Json.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Serialization.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Serialization.Xml.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.Serialization.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Runtime.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Claims.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Cryptography.Algorithms.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Cryptography.Csp.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Cryptography.Encoding.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Cryptography.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Cryptography.X509Certificates.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.Principal.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.SecureString.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Security.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ServiceModel.Web.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ServiceProcess.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Text.Encoding.CodePages.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Text.Encoding.Extensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Text.Encoding.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Text.Json.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Text.RegularExpressions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Channels.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Overlapped.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Tasks.Dataflow.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Tasks.Extensions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Tasks.Parallel.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Tasks.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Thread.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.ThreadPool.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.Timer.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Threading.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Transactions.Local.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Transactions.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.ValueTuple.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Web.HttpUtility.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Web.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Windows.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.Linq.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.ReaderWriter.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.Serialization.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.XDocument.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.XPath.XDocument.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.XPath.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.XmlDocument.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.XmlSerializer.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.Xml.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\System.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\WindowsBase.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\mscorlib.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ref\netstandard.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\CimCmdlets\CimCmdlets.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Diagnostics.format.ps1xml
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Event.format.ps1xml
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\GetEvent.types.ps1xml
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Microsoft.PowerShell.Diagnostics.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Host\Microsoft.PowerShell.Host.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Management\Microsoft.PowerShell.Management.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Security\Microsoft.PowerShell.Security.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\Microsoft.WSMan.Management.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\WSMan.format.ps1xml
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psd1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psm1
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\AudioControlNative.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NetWork.deps.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NetWork.runtimeconfig.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\DotRas.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\Markdig.Signed.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\Microsoft.ApplicationInsights.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\Microsoft.CodeAnalysis.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\Microsoft.CodeAnalysis.CSharp.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\Namotion.Reflection.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.Asio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.Core.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.Midi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.Wasapi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.WinForms.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NAudio.WinMM.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\Newtonsoft.Json.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\NJsonSchema.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\SimpleWifi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ComponentModel.Composition.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ComponentModel.Composition.Registration.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Data.Odbc.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Data.OleDb.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Data.SqlClient.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Diagnostics.EventLog.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.DirectoryServices.AccountManagement.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.DirectoryServices.Protocols.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Drawing.Common.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.IO.Ports.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Net.Http.WinHttpHandler.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Private.ServiceModel.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Reflection.Context.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Runtime.Caching.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Security.Cryptography.Pkcs.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.Duplex.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.Http.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.NetTcp.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.Primitives.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.Security.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceModel.Syndication.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.ServiceProcess.ServiceController.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\System.Text.Encodings.Web.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\cs\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\de\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\es\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\fr\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\it\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ja\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ko\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\pl\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\pt-BR\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ru\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\tr\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\zh-Hans\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\zh-Hant\Microsoft.CodeAnalysis.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\de\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\es\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\it\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.Management.Infrastructure.CimCmdlets.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win10-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Diagnostics.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Commands.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Commands.Utility.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Utility.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Microsoft.PowerShell.ConsoleHost.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.ConsoleHost.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.CoreCLR.Eventing.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Microsoft.PowerShell.MarkdownRender.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.MarkdownRender.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-arm\native\libpsl-native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-arm64\native\libpsl-native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-musl-x64\native\libpsl-native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-x64\native\libmi.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-x64\native\libpsl-native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-x64\native\libpsrpclient.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx\native\libmi.dylib
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx\native\libpsl-native.dylib
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx\native\libpsrpclient.dylib
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\native\PowerShell.Core.Instrumentation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm\native\pwrshplugin.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\native\PowerShell.Core.Instrumentation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\native\pwrshplugin.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-x64\native\PowerShell.Core.Instrumentation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-x64\native\pwrshplugin.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-x86\native\PowerShell.Core.Instrumentation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-x86\native\pwrshplugin.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Microsoft.PowerShell.SDK.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.SDK.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Security.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.PowerShell.Security.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.WSMan.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\Microsoft.WSMan.Runtime.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-arm64\native\sni.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-x64\native\sni.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win-x86\native\sni.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\freebsd\lib\netcoreapp2.0\System.Data.Odbc.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux\lib\netcoreapp2.0\System.Data.Odbc.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx\lib\netcoreapp2.0\System.Data.Odbc.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.0\System.Data.Odbc.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netstandard2.0\System.Data.OleDb.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.Messages.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.AccountManagement.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\linux\lib\netstandard2.0\System.IO.Ports.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\osx\lib\netstandard2.0\System.IO.Ports.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netstandard2.0\System.IO.Ports.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp2.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\unix\lib\net5.0\System.Management.Automation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\net5.0\System.Management.Automation.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netstandard2.0\System.Net.Http.WinHttpHandler.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netcoreapp3.0\System.Security.Cryptography.Pkcs.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\publish\runtimes\win\lib\netstandard2.0\System.ServiceProcess.ServiceController.dll

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("NetWork")]
[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
2761d80dcb43a98876e08ac792894a54714fd068

View File

@@ -1,8 +0,0 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.PublishSingleFile =
build_property.IncludeAllContentForSelfExtract =
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows

View File

@@ -1 +0,0 @@
afef8824ff63ad5bc4ca40124f87b895957de2de

View File

@@ -1,71 +0,0 @@
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.exe
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.deps.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.runtimeconfig.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.runtimeconfig.dev.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.csproj.AssemblyReference.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.AssemblyInfoInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.AssemblyInfo.cs
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.csproj.CoreCompileInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.genruntimeconfig.cache
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\Microsoft.Extensions.FileSystemGlobbing.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Debug\net5.0\NetWork.csproj.CopyComplete
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\AudioSwitcher.AudioApi.CoreAudio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\System.CodeDom.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win-arm64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win10-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win7-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win8-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win81-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\DotRas.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0\VPNConnector.dll

View File

@@ -1 +0,0 @@
0623b80004f3e5b7c7573d42f3b5cc8e40910fda

View File

@@ -1,134 +0,0 @@
{
"format": 1,
"restore": {
"D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj": {}
},
"projects": {
"D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"projectName": "NetWork",
"projectPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\NetWork.csproj",
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
"outputPath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\NetWork\\NetWork\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\סארט\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0-windows7.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0-windows7.0": {
"targetAlias": "net5.0-windows7.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0-windows7.0": {
"targetAlias": "net5.0-windows7.0",
"dependencies": {
"AudioControl.x64": {
"target": "Package",
"version": "[1.0.1, )"
},
"AutoHotkey.Interop": {
"target": "Package",
"version": "[1.0.0.1, )"
},
"Microsoft.Management.Infrastructure": {
"target": "Package",
"version": "[2.0.0, )"
},
"Microsoft.NETCore.Windows.ApiSets": {
"target": "Package",
"version": "[1.0.1, )"
},
"Microsoft.NETCore.Windows.ApiSets-x64": {
"target": "Package",
"version": "[1.0.0, )"
},
"NAudio": {
"target": "Package",
"version": "[2.0.1, )"
},
"NETStandard.Library": {
"target": "Package",
"version": "[2.0.3, )"
},
"NLog": {
"target": "Package",
"version": "[4.7.10, )"
},
"NLog.Extensions.Logging": {
"target": "Package",
"version": "[1.7.3, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
},
"Serilog": {
"target": "Package",
"version": "[2.10.0, )"
},
"SimpleWifi.netstandard": {
"target": "Package",
"version": "[2.0.0, )"
},
"System.Management": {
"target": "Package",
"version": "[5.0.0, )"
},
"System.ServiceProcess.ServiceController": {
"target": "Package",
"version": "[5.0.0, )"
},
"VPNConnector": {
"target": "Package",
"version": "[1.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"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\\6.0.100-preview.7.21379.14\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\סארט\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
<Import Project="$(NuGetPackageRoot)audiocontrol.x64\1.0.1\build\AudioControl.x64.targets" Condition="Exists('$(NuGetPackageRoot)audiocontrol.x64\1.0.1\build\AudioControl.x64.targets')" />
</ImportGroup>
</Project>

View File

@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NetWork</id>
<version>1.0.0</version>
<authors>NetWork</authors>
<description>Package Description</description>
<dependencies>
<group targetFramework="net5.0-windows7.0">
<dependency id="AudioControl.x64" version="1.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.Management.Infrastructure" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.NETCore.Windows.ApiSets" version="1.0.1" exclude="Build,Analyzers" />
<dependency id="Microsoft.NETCore.Windows.ApiSets-x64" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="NAudio" version="2.0.1" exclude="Build,Analyzers" />
<dependency id="NETStandard.Library" version="2.0.3" exclude="Build,Analyzers" />
<dependency id="NLog" version="4.7.10" exclude="Build,Analyzers" />
<dependency id="NLog.Extensions.Logging" version="1.7.3" exclude="Build,Analyzers" />
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
<dependency id="SimpleWifi.netstandard" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="System.Management" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="VPNConnector" version="1.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.runtimeconfig.json" target="lib\net5.0-windows7.0\NetWork.runtimeconfig.json" />
<file src="D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.dll" target="lib\net5.0-windows7.0\NetWork.dll" />
<file src="D:\Neutral Folder\NetWorkAutomation\net5.0-windows7.0\NetWork.xml" target="lib\net5.0-windows7.0\NetWork.xml" />
</files>
</package>

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("NetWork")]
[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
47b92528c37c5e1c33a2258e82955d216ab71c7d

View File

@@ -1,8 +0,0 @@
is_global = true
build_property.TargetFramework = net5.0-windows
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

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NetWork")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("NetWork")]
[assembly: System.Reflection.AssemblyTitleAttribute("NetWork")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
47b92528c37c5e1c33a2258e82955d216ab71c7d

View File

@@ -1,10 +0,0 @@
is_global = true
build_property.TargetFramework = net5.0-windows7.0
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = NetWork
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\NetWork\NetWork\

View File

@@ -1 +0,0 @@
ed9f68123c2538539c82c92ec55bdea9c7b17e8b

View File

@@ -1,436 +0,0 @@
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\AudioControlNative.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.exe
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.deps.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.runtimeconfig.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.runtimeconfig.dev.json
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\ref\NetWork.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NetWork.pdb
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\DotRas.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Asio.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Core.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Midi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.Wasapi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.WinForms.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\NAudio.WinMM.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\SimpleWifi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\unix\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win-arm64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win10-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.Native.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\native\Microsoft.Management.Infrastructure.Native.Unmanaged.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\native\mi.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x86\native\miutils.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Base-Util-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-String-L2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Core-StringAnsi-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-EventLog-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Consumer-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Controller-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Legacy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Eventing-Provider-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-com-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-comm-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-console-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-datetime-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-debug-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-delayload-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-errorhandling-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-fibers-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-heap-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-io-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-libraryloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-normalization-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processenvironment-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processsecurity-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-ansi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-psapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-realtime-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-registry-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-legacy-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-threadpool-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-url-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-version-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-registration-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-robuffer-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-winrt-string-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-wow64-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-ro-typeresolution-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-base-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-provider-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-security-sddl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-core-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-management-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\api-ms-win-service-winsvc-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win7-x64\native\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\API-MS-Win-devices-config-L1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-file-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-localization-obsolete-l1-2-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-privateprofile-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-processthreads-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-shutdown-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-stringloader-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-winrt-error-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-core-xstate-l2-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-cryptoapi-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-security-lsalookup-l2-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win8-x64\native\api-ms-win-service-private-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-kernel32-legacy-l1-1-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-memory-l1-1-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-namedpipe-l1-2-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-string-obsolete-l1-1-1.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-2.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-core-sysinfo-l1-2-3.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win81-x64\native\api-ms-win-security-cpwl-l1-1-0.dll
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.csproj.AssemblyReference.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.AssemblyInfoInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.AssemblyInfo.cs
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.csproj.CoreCompileInputs.cache
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.csproj.CopyComplete
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0-windows7.0\NetWork.dll
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

View File

@@ -1 +0,0 @@
a4e49e640d8d9c4d337fba5225544a723df7e711

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

Some files were not shown because too many files have changed in this diff Show More