New New
This commit is contained in:
12
NetWork/.editorconfig
Normal file
12
NetWork/.editorconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
Normal file
4
NetWork/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
desktop.ini
|
||||
*/bin/*
|
||||
*/Debug/*
|
||||
*.dll
|
12
NetWork/.vs/.editorconfig
Normal file
12
NetWork/.vs/.editorconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
BIN
NetWork/.vs/NetWork/DesignTimeBuild/.dtbcache.v2
Normal file
BIN
NetWork/.vs/NetWork/DesignTimeBuild/.dtbcache.v2
Normal file
Binary file not shown.
BIN
NetWork/.vs/NetWork/v16/.suo
Normal file
BIN
NetWork/.vs/NetWork/v16/.suo
Normal file
Binary file not shown.
3
NetWork/.vs/ProjectSettings.json
Normal file
3
NetWork/.vs/ProjectSettings.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"CurrentProjectSetting": null
|
||||
}
|
7
NetWork/.vs/VSWorkspaceState.json
Normal file
7
NetWork/.vs/VSWorkspaceState.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"SelectedNode": "\\NetWork.sln",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
BIN
NetWork/.vs/slnx.sqlite
Normal file
BIN
NetWork/.vs/slnx.sqlite
Normal file
Binary file not shown.
25
NetWork/NetWork.sln
Normal file
25
NetWork/NetWork.sln
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.31402.337
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetWork", "NetWork\NetWork.csproj", "{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A1D13A5A-C5C4-4559-BD8D-FB293DAA9034}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {BCD0CEDC-F7E6-4311-A924-55D96D536E8D}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
28
NetWork/NetWork/NetWork.csproj
Normal file
28
NetWork/NetWork/NetWork.csproj
Normal file
@@ -0,0 +1,28 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net5.0-windows7.0</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<StartupObject>NetWork.Program</StartupObject>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DebugType>embedded</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AudioControl.x64" Version="1.0.1" />
|
||||
<PackageReference Include="DotRas.for.Win8" Version="1.3.0" />
|
||||
<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="Microsoft.PowerShell.SDK" Version="7.1.3" />
|
||||
<PackageReference Include="NAudio" Version="2.0.1" />
|
||||
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
|
||||
<PackageReference Include="SimpleWifi.netstandard" Version="2.0.0" />
|
||||
<PackageReference Include="System.Management" Version="5.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
6
NetWork/NetWork/NetWork.csproj.user
Normal file
6
NetWork/NetWork/NetWork.csproj.user
Normal file
@@ -0,0 +1,6 @@
|
||||
<?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>
|
BIN
NetWork/NetWork/Other/Windows.Common.pdb
Normal file
BIN
NetWork/NetWork/Other/Windows.Common.pdb
Normal file
Binary file not shown.
365
NetWork/NetWork/Program.cs
Normal file
365
NetWork/NetWork/Program.cs
Normal file
@@ -0,0 +1,365 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Collections.Generic;
|
||||
using System.Management;
|
||||
using System.Text.RegularExpressions;
|
||||
using NAudio.CoreAudioApi;
|
||||
using SimpleWifi;
|
||||
using DotRas;
|
||||
|
||||
namespace NetWork
|
||||
{
|
||||
class Program
|
||||
{
|
||||
|
||||
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] }, { "googledrivesync", @"C:\Program Files\Google\Drive\googledrivesync.exe" }, { "qbittorrent", @"C:\Program Files\qBittorrent\qbittorrent.exe" }, { "Surfshark", @"C:\Program Files (x86)\Surfshark\Surfshark.exe" } };
|
||||
public static Dictionary<string, string> paths = new() { { StringsOfPaths[^1], "GoogleDriveFS.exe" }, { @"C:\Program Files\Google\Drive\googledrivesync.exe", "googledrivesync.exe" }, { @"C:\Program Files\qBittorrent\qbittorrent.exe", "qbittorrent.exe" }, { @"C:\Program Files (x86)\Surfshark\Surfshark.exe", "Surfshark" } };
|
||||
//public static 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)
|
||||
{
|
||||
|
||||
ManagementObjectSearcher search = new($"SELECT CommandLine FROM Win32_Process WHERE ProcessId = {id.Id}");
|
||||
Regex rdp = new("(משרדוש.rdp|161.2)");
|
||||
foreach (var searchedObject in search.Get())
|
||||
{
|
||||
if (rdp.Match(searchedObject["CommandLine"].ToString()).Success)
|
||||
{
|
||||
id.Kill();
|
||||
}
|
||||
}
|
||||
Console.WriteLine("");
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
Process[] ids = Process.GetProcessesByName("mstsc");
|
||||
foreach (var id in ids)
|
||||
{
|
||||
bool started = false;
|
||||
ManagementObjectSearcher search = new($"SELECT CommandLine FROM Win32_Process WHERE ProcessId = {id.Id}");
|
||||
Regex rdp = new("(משרדוש.rdp|161.2)");
|
||||
foreach (var searchedObject in search.Get())
|
||||
{
|
||||
if (rdp.Match(searchedObject["CommandLine"].ToString()).Success)
|
||||
{
|
||||
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 = @"C:\Users\סארט\AppData\Roaming\Microsoft\Network\Connections\Pbk\ek.pbk";
|
||||
rasDialer.PhoneNumber = "ek";
|
||||
rasDialer.EntryName = "ek";
|
||||
rasDialer.DialAsync();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
public static string GetProgram(string Name)
|
||||
{
|
||||
/*
|
||||
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(Name))
|
||||
{
|
||||
return progs[Name];
|
||||
}
|
||||
if (paths.ContainsKey(Name))
|
||||
{
|
||||
return paths[Name];
|
||||
}
|
||||
return "";
|
||||
|
||||
}
|
||||
public static void StopProgram(string[] Name, bool mute = true)
|
||||
{
|
||||
foreach (string name in Name)
|
||||
{
|
||||
try
|
||||
{
|
||||
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"))
|
||||
{
|
||||
Process.Start("mstsc.exe", "D:\\Drive\\מסמכים\\vms\\משרדוש.rdp");
|
||||
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();
|
||||
return wlan.Interfaces[0].CurrentConnection.profileName;
|
||||
}
|
||||
public static bool? IsItGoodWifi(string currentWifi)
|
||||
{
|
||||
Regex regex = new(currentWifi);
|
||||
bool? goodWifi;
|
||||
goodWifi = regex.IsMatch("Oliver Oliver5 Oliver x018_497622 TNCAPE5A34D MSBR Azrieli_Modiin_WIFI lu shalmata mickey Mickey Network 192.168.1. Silmarill wintunshark0 saret Saret huji-meonot") ? true : (regex.IsMatch("HUJI-netXeduroam HUJI-guest 132.64") ? false:null);
|
||||
|
||||
return goodWifi;
|
||||
}
|
||||
static string GetLan(System.Net.NetworkInformation.NetworkInterface networkAdapter)
|
||||
{
|
||||
if (networkAdapter.Name.Contains("Ethernet") && !(networkAdapter.Description.Contains("TAP")) && !(networkAdapter.Description.Contains("Hyper-V")))
|
||||
{
|
||||
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 = "";
|
||||
bool getgoodland = false;
|
||||
string getwifi;
|
||||
getwifi = GetWifiNetwork();
|
||||
foreach (var net in nets)
|
||||
{
|
||||
net_dict["vpn"] |= GetVpn(net);
|
||||
getlan ??= GetLan(net);
|
||||
if (AllowedMac(net.GetPhysicalAddress().ToString()))
|
||||
{
|
||||
getgoodland |= true ;
|
||||
}
|
||||
|
||||
}
|
||||
net_dict.Add("Wi-Fi", IsItGoodWifi(getwifi));
|
||||
net_dict["good_lan"]=getgoodland;
|
||||
net_dict["lan"]= getlan;
|
||||
|
||||
//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()
|
||||
{
|
||||
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[] { "googledrivesync", "GoogleDriveFS", "qbittorrent", "Surfshark" };
|
||||
programs_to_stop = new string[] { "rdp" };
|
||||
mute = false;
|
||||
break;
|
||||
case "ek":
|
||||
programs_to_run = new string[] { "rdp", "googledrivesync", "GoogleDriveFS" };
|
||||
programs_to_stop = new string[] { "qbittorrent", "Surfshark" };
|
||||
mute = false;
|
||||
break;
|
||||
case "good_lan":
|
||||
programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS", "qbittorrent", "Surfshark" };
|
||||
programs_to_stop = new string[] { "rdp" };
|
||||
mute = false;
|
||||
break;
|
||||
case "lan":
|
||||
programs_to_run = new string[] { "rdp", "googledrivesync", "GoogleDriveFS" };
|
||||
programs_to_stop = new string[] { "qbittorrent", "Surfshark" };
|
||||
mute = false;
|
||||
Dial(true);
|
||||
break;
|
||||
default:
|
||||
if (network_connection["Wi-Fi"])
|
||||
{
|
||||
programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS", "qbittorrent", "Surfshark" };
|
||||
programs_to_stop = new string[] { "rdp" };
|
||||
mute = false;
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
programs_to_run = new string[] { "googledrivesync", "GoogleDriveFS" };
|
||||
programs_to_stop = new string[] { "qbittorrent", "Surfshark" };
|
||||
mute = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (programs_to_run is not null)
|
||||
{
|
||||
StartProgram(programs_to_run, mute);
|
||||
}
|
||||
if (programs_to_stop is not null)
|
||||
{
|
||||
StopProgram(programs_to_stop, mute);
|
||||
}
|
||||
System.Windows.Forms.Application.Exit();
|
||||
}
|
||||
static void Main(string[] args)
|
||||
{
|
||||
DoTheSchtik();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
|
@@ -0,0 +1 @@
|
||||
2141606a1b68e23e2902b1b40300852fe1ead34c
|
@@ -0,0 +1,8 @@
|
||||
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
|
BIN
NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.assets.cache
Normal file
BIN
NetWork/NetWork/obj/Debug/net5.0-windows/NetWork.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ec68d7fc404689b78246332306eb7e9270823dce
|
@@ -0,0 +1,207 @@
|
||||
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
|
@@ -0,0 +1 @@
|
||||
b9b6bd9282a348fd2886bc55786cc65f59ea834a
|
BIN
NetWork/NetWork/obj/Debug/net5.0-windows/apphost.exe
Normal file
BIN
NetWork/NetWork/obj/Debug/net5.0-windows/apphost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
|
@@ -0,0 +1 @@
|
||||
2141606a1b68e23e2902b1b40300852fe1ead34c
|
@@ -0,0 +1,8 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0-windows7.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.PublishSingleFile =
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
|
BIN
NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache
Normal file
BIN
NetWork/NetWork/obj/Debug/net5.0-windows7.0/NetWork.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
b755c1fcc436e3bd1ba3fa95bde9da72a01314b5
|
@@ -0,0 +1,497 @@
|
||||
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\ref\Microsoft.CSharp.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.VisualBasic.Core.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.VisualBasic.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\Microsoft.Win32.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.AppContext.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Buffers.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.Concurrent.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.Immutable.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.NonGeneric.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.Specialized.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Collections.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.Annotations.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.DataAnnotations.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.EventBasedAsync.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.TypeConverter.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ComponentModel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Configuration.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Console.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Core.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Data.Common.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Data.DataSetExtensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Data.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Contracts.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Debug.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.DiagnosticSource.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.FileVersionInfo.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Process.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.StackTrace.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.TextWriterTraceListener.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Tools.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.TraceSource.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Diagnostics.Tracing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Drawing.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Drawing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Dynamic.Runtime.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Formats.Asn1.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Globalization.Calendars.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Globalization.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Globalization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.Brotli.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.FileSystem.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.ZipFile.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Compression.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.DriveInfo.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.Watcher.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.FileSystem.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.IsolatedStorage.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.MemoryMappedFiles.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.Pipes.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.UnmanagedMemoryStream.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.IO.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.Expressions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.Parallel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.Queryable.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Linq.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Memory.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Http.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Http.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.HttpListener.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Mail.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.NameResolution.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.NetworkInformation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Ping.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Requests.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.ServicePoint.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.Sockets.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebClient.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebHeaderCollection.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebProxy.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebSockets.Client.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.WebSockets.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Net.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Numerics.Vectors.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Numerics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ObjectModel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.DispatchProxy.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Emit.ILGeneration.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Emit.Lightweight.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Emit.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Metadata.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.TypeExtensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Reflection.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Resources.Reader.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Resources.ResourceManager.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Resources.Writer.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.CompilerServices.Unsafe.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.CompilerServices.VisualC.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Handles.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.InteropServices.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Intrinsics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Loader.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Numerics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Formatters.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.Xml.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.Serialization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Runtime.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Claims.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Algorithms.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Csp.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Encoding.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Cryptography.X509Certificates.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.Principal.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.SecureString.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ServiceModel.Web.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ServiceProcess.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Encoding.CodePages.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Encoding.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Encoding.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Text.RegularExpressions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Channels.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Overlapped.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.Dataflow.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.Parallel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Tasks.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Thread.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.ThreadPool.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.Timer.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Threading.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Transactions.Local.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Transactions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.ValueTuple.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Web.HttpUtility.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Web.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Windows.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.Linq.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.ReaderWriter.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.Serialization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XDocument.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XPath.XDocument.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XPath.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XmlDocument.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.XmlSerializer.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.Xml.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\System.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\WindowsBase.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\mscorlib.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ref\netstandard.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\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\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\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\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\runtimes\win\lib\net5.0\Modules\CimCmdlets\CimCmdlets.psd1
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Diagnostics.format.ps1xml
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\Event.format.ps1xml
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\Microsoft.PowerShell.Diagnostics\GetEvent.types.ps1xml
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\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\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\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\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\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\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\runtimes\win\lib\net5.0\Modules\Microsoft.WSMan.Management\WSMan.format.ps1xml
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psd1
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Modules\PSDiagnostics\PSDiagnostics.psm1
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Markdig.Signed.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.ApplicationInsights.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.CodeAnalysis.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Microsoft.CodeAnalysis.CSharp.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Namotion.Reflection.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\Newtonsoft.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\NJsonSchema.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ComponentModel.Composition.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ComponentModel.Composition.Registration.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Data.Odbc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Data.OleDb.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Data.SqlClient.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Diagnostics.EventLog.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.DirectoryServices.AccountManagement.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Drawing.Common.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.IO.Ports.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Net.Http.WinHttpHandler.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Private.ServiceModel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Reflection.Context.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Runtime.Caching.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Security.Cryptography.Pkcs.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Duplex.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Http.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.NetTcp.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceModel.Syndication.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.ServiceProcess.ServiceController.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\System.Text.Encodings.Web.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\cs\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\de\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\es\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\fr\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\it\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ja\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ko\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pl\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ru\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\tr\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.Management.Infrastructure.CimCmdlets.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Diagnostics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Commands.Management.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Management.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Commands.Utility.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Commands.Utility.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.ConsoleHost.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.ConsoleHost.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.CoreCLR.Eventing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.MarkdownRender.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.MarkdownRender.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm\native\libpsl-native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm64\native\libpsl-native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-musl-x64\native\libpsl-native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libmi.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libpsl-native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libpsrpclient.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\native\libmi.dylib
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\native\libpsl-native.dylib
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\native\libpsrpclient.dylib
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\PowerShell.Core.Instrumentation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm\native\pwrshplugin.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\PowerShell.Core.Instrumentation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\pwrshplugin.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x64\native\PowerShell.Core.Instrumentation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x64\native\pwrshplugin.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x86\native\PowerShell.Core.Instrumentation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x86\native\pwrshplugin.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.SDK.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.SDK.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\Microsoft.PowerShell.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.PowerShell.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.WSMan.Management.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\Microsoft.WSMan.Runtime.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-arm64\native\sni.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x64\native\sni.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win-x86\native\sni.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\freebsd\lib\netcoreapp2.0\System.Data.Odbc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux\lib\netcoreapp2.0\System.Data.Odbc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\lib\netcoreapp2.0\System.Data.Odbc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Data.Odbc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.Data.OleDb.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.Messages.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.EventLog.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.AccountManagement.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\linux\lib\netstandard2.0\System.IO.Ports.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\osx\lib\netstandard2.0\System.IO.Ports.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.IO.Ports.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\unix\lib\net5.0\System.Management.Automation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\net5.0\System.Management.Automation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.Net.Http.WinHttpHandler.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netcoreapp3.0\System.Security.Cryptography.Pkcs.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Debug\net5.0-windows7.0\runtimes\win\lib\netstandard2.0\System.ServiceProcess.ServiceController.dll
|
@@ -0,0 +1 @@
|
||||
542af5c956e3cb1b862c90ca6d1d2a799cd2003d
|
BIN
NetWork/NetWork/obj/Debug/net5.0-windows7.0/apphost.exe
Normal file
BIN
NetWork/NetWork/obj/Debug/net5.0-windows7.0/apphost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
23
NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfo.cs
Normal file
23
NetWork/NetWork/obj/Debug/net5.0/NetWork.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
|
@@ -0,0 +1 @@
|
||||
2761d80dcb43a98876e08ac792894a54714fd068
|
@@ -0,0 +1,8 @@
|
||||
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
|
BIN
NetWork/NetWork/obj/Debug/net5.0/NetWork.assets.cache
Normal file
BIN
NetWork/NetWork/obj/Debug/net5.0/NetWork.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
afef8824ff63ad5bc4ca40124f87b895957de2de
|
@@ -0,0 +1,71 @@
|
||||
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
|
@@ -0,0 +1 @@
|
||||
0623b80004f3e5b7c7573d42f3b5cc8e40910fda
|
BIN
NetWork/NetWork/obj/Debug/net5.0/apphost.exe
Normal file
BIN
NetWork/NetWork/obj/Debug/net5.0/apphost.exe
Normal file
Binary file not shown.
109
NetWork/NetWork/obj/NetWork.csproj.nuget.dgspec.json
Normal file
109
NetWork/NetWork/obj/NetWork.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"projectName": "NetWork",
|
||||
"projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\סארט\\source\\repos\\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\\": {},
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork": {},
|
||||
"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, )"
|
||||
},
|
||||
"DotRas.for.Win8": {
|
||||
"target": "Package",
|
||||
"version": "[1.3.0, )"
|
||||
},
|
||||
"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, )"
|
||||
},
|
||||
"Microsoft.PowerShell.SDK": {
|
||||
"target": "Package",
|
||||
"version": "[7.1.3, )"
|
||||
},
|
||||
"NAudio": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.1, )"
|
||||
},
|
||||
"NETStandard.Library": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.3, )"
|
||||
},
|
||||
"SimpleWifi.netstandard": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.0, )"
|
||||
},
|
||||
"System.Management": {
|
||||
"target": "Package",
|
||||
"version": "[5.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
1872
NetWork/NetWork/obj/NetWork.csproj.nuget.g.props
Normal file
1872
NetWork/NetWork/obj/NetWork.csproj.nuget.g.props
Normal file
File diff suppressed because it is too large
Load Diff
10
NetWork/NetWork/obj/NetWork.csproj.nuget.g.targets
Normal file
10
NetWork/NetWork/obj/NetWork.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>
|
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.
|
||||
|
@@ -0,0 +1 @@
|
||||
47b92528c37c5e1c33a2258e82955d216ab71c7d
|
@@ -0,0 +1,8 @@
|
||||
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
|
BIN
NetWork/NetWork/obj/Release/net5.0-windows/NetWork.assets.cache
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0-windows/NetWork.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
23
NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfo.cs
Normal file
23
NetWork/NetWork/obj/Release/net5.0/NetWork.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
5378575ff141246628e77d9cc16639875f5e3310
|
@@ -0,0 +1,8 @@
|
||||
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
|
BIN
NetWork/NetWork/obj/Release/net5.0/NetWork.assets.cache
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/NetWork.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
679db5d6388fd2c5648a326c7140450a0e9e250e
|
@@ -0,0 +1,18 @@
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.exe
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.deps.json
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.runtimeconfig.json
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.runtimeconfig.dev.json
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\ref\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\NetWork.pdb
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.csproj.AssemblyReference.cache
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.AssemblyInfoInputs.cache
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.AssemblyInfo.cs
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.csproj.CoreCompileInputs.cache
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.csproj.CopyComplete
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\ref\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.pdb
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\NetWork.genruntimeconfig.cache
|
@@ -0,0 +1 @@
|
||||
0623b80004f3e5b7c7573d42f3b5cc8e40910fda
|
BIN
NetWork/NetWork/obj/Release/net5.0/NetWork.pdb
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/NetWork.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
D:\Neutral Folder\NetWork.exe
|
||||
D:\Neutral Folder\NetWork.dll
|
||||
D:\Neutral Folder\NetWork.deps.json
|
||||
D:\Neutral Folder\NetWork.runtimeconfig.json
|
||||
D:\Neutral Folder\NetWork.pdb
|
||||
D:\Neutral Folder\Microsoft.Extensions.FileSystemGlobbing.dll
|
BIN
NetWork/NetWork/obj/Release/net5.0/apphost.exe
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/apphost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@@ -0,0 +1 @@
|
||||
5378575ff141246628e77d9cc16639875f5e3310
|
@@ -0,0 +1,8 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.PublishSingleFile = True
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
|
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.assets.cache
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a3e113b4af9a4db0cffb0b07200f1b03670dc88d
|
@@ -0,0 +1,236 @@
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.exe
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.deps.json
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.runtimeconfig.json
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.runtimeconfig.dev.json
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\ref\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\NetWork.pdb
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.CSharp.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.VisualBasic.Core.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.VisualBasic.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.Win32.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.Win32.Registry.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.AppContext.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Buffers.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.Concurrent.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.Immutable.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.NonGeneric.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.Specialized.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Collections.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.Annotations.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.DataAnnotations.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.EventBasedAsync.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.TypeConverter.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ComponentModel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Configuration.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Console.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Core.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Data.Common.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Data.DataSetExtensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Data.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Contracts.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Debug.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.DiagnosticSource.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.FileVersionInfo.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Process.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.StackTrace.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.TextWriterTraceListener.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Tools.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.TraceSource.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Diagnostics.Tracing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Drawing.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Drawing.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Dynamic.Runtime.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Formats.Asn1.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Globalization.Calendars.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Globalization.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Globalization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.Brotli.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.FileSystem.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.ZipFile.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Compression.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.AccessControl.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.DriveInfo.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.Watcher.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.FileSystem.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.IsolatedStorage.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.MemoryMappedFiles.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Pipes.AccessControl.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.Pipes.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.UnmanagedMemoryStream.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.IO.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.Expressions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.Parallel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.Queryable.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Linq.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Memory.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Http.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Http.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.HttpListener.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Mail.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.NameResolution.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.NetworkInformation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Ping.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Requests.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.ServicePoint.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.Sockets.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebClient.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebHeaderCollection.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebProxy.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebSockets.Client.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.WebSockets.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Net.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Numerics.Vectors.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Numerics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ObjectModel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.DataContractSerialization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.Uri.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.Xml.Linq.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.Xml.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.DispatchProxy.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Emit.ILGeneration.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Emit.Lightweight.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Emit.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Metadata.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.TypeExtensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Reflection.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Resources.Reader.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Resources.ResourceManager.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Resources.Writer.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.CompilerServices.Unsafe.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.CompilerServices.VisualC.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Handles.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.InteropServices.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Intrinsics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Loader.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Numerics.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Formatters.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.Xml.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.Serialization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Runtime.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.AccessControl.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Claims.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Algorithms.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Cng.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Csp.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Encoding.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.OpenSsl.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.Primitives.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Cryptography.X509Certificates.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Principal.Windows.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.Principal.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.SecureString.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Security.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ServiceModel.Web.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ServiceProcess.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encoding.CodePages.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encoding.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encoding.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Encodings.Web.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.Json.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Text.RegularExpressions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Channels.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Overlapped.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.Dataflow.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.Extensions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.Parallel.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Tasks.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Thread.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.ThreadPool.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.Timer.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Threading.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Transactions.Local.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Transactions.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.ValueTuple.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Web.HttpUtility.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Web.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Windows.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.Linq.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.ReaderWriter.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.Serialization.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XDocument.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XPath.XDocument.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XPath.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XmlDocument.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.XmlSerializer.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Xml.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\WindowsBase.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscorlib.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\netstandard.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\Microsoft.DiaSymReader.Native.amd64.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\System.Private.CoreLib.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-console-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-console-l1-2-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-datetime-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-debug-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-file-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-file-l1-2-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-file-l2-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-handle-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-heap-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-interlocked-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-localization-l1-2-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-memory-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-processthreads-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-processthreads-l1-1-1.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-profile-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-string-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-synch-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-synch-l1-2-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-timezone-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-core-util-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-conio-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-convert-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-environment-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-heap-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-locale-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-math-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-private-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-process-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-runtime-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-stdio-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-string-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-time-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\api-ms-win-crt-utility-l1-1-0.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\clrcompression.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\clretwrc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\clrjit.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\coreclr.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\createdump.exe
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\dbgshim.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\hostfxr.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\hostpolicy.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscordaccore.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscordaccore_amd64_amd64_5.0.721.25508.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscordbi.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\mscorrc.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\bin\Release\net5.0\win-x64\ucrtbase.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.AssemblyInfoInputs.cache
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.AssemblyInfo.cs
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.csproj.CoreCompileInputs.cache
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.csproj.CopyComplete
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\ref\NetWork.dll
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.pdb
|
||||
C:\Users\סארט\source\repos\NetWork\NetWork\obj\Release\net5.0\win-x64\NetWork.genruntimeconfig.cache
|
269
NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.deps.json
Normal file
269
NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.deps.json
Normal file
@@ -0,0 +1,269 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0/win-x64",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {},
|
||||
".NETCoreApp,Version=v5.0/win-x64": {
|
||||
"NetWork/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
|
||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.7"
|
||||
},
|
||||
"runtime": {
|
||||
"NetWork.dll": {}
|
||||
}
|
||||
},
|
||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.7": {
|
||||
"runtime": {
|
||||
"Microsoft.Win32.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"Microsoft.Win32.Registry.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Collections.Concurrent.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Collections.Immutable.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Collections.NonGeneric.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Collections.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.ComponentModel.Primitives.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.ComponentModel.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Diagnostics.Process.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Diagnostics.StackTrace.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.IO.Compression.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.IO.FileSystem.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.IO.MemoryMappedFiles.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Linq.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.ObjectModel.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Reflection.Metadata.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Runtime.Serialization.Formatters.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"System.Private.CoreLib.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.721.25508"
|
||||
}
|
||||
},
|
||||
"native": {
|
||||
"clrcompression.dll": {
|
||||
"fileVersion": "42.42.42.42424"
|
||||
},
|
||||
"clrjit.dll": {
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"coreclr.dll": {
|
||||
"fileVersion": "5.0.721.25508"
|
||||
},
|
||||
"mscordaccore.dll": {
|
||||
"fileVersion": "5.0.721.25508"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
|
||||
"assemblyVersion": "5.0.0.0",
|
||||
"fileVersion": "5.0.20.51904"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"NetWork/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.7": {
|
||||
"type": "runtimepack",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
|
||||
"path": "microsoft.extensions.filesystemglobbing/5.0.0",
|
||||
"hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"win-x64": [
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win-x64-aot": [
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win10-x64": [
|
||||
"win10",
|
||||
"win81-x64",
|
||||
"win81",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win10-x64-aot": [
|
||||
"win10-aot",
|
||||
"win10-x64",
|
||||
"win10",
|
||||
"win81-x64-aot",
|
||||
"win81-aot",
|
||||
"win81-x64",
|
||||
"win81",
|
||||
"win8-x64-aot",
|
||||
"win8-aot",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64-aot",
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win7-x64": [
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win7-x64-aot": [
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win8-x64": [
|
||||
"win8",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win8-x64-aot": [
|
||||
"win8-aot",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64-aot",
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win81-x64": [
|
||||
"win81",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64",
|
||||
"win",
|
||||
"any",
|
||||
"base"
|
||||
],
|
||||
"win81-x64-aot": [
|
||||
"win81-aot",
|
||||
"win81-x64",
|
||||
"win81",
|
||||
"win8-x64-aot",
|
||||
"win8-aot",
|
||||
"win8-x64",
|
||||
"win8",
|
||||
"win7-x64-aot",
|
||||
"win7-aot",
|
||||
"win7-x64",
|
||||
"win7",
|
||||
"win-x64-aot",
|
||||
"win-aot",
|
||||
"win-x64",
|
||||
"win",
|
||||
"aot",
|
||||
"any",
|
||||
"base"
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
37aa9ad611865df71a286fed1e1df3c4e23a21cc
|
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.pdb
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/NetWork.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
D:\Neutral Folder\NetWork.pdb
|
||||
D:\Neutral Folder\clrcompression.dll
|
||||
D:\Neutral Folder\clrjit.dll
|
||||
D:\Neutral Folder\coreclr.dll
|
||||
D:\Neutral Folder\mscordaccore.dll
|
||||
D:\Neutral Folder\NetWork.exe
|
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/linked/NetWork.pdb
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/linked/NetWork.pdb
Normal file
Binary file not shown.
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/singlefilehost.exe
Normal file
BIN
NetWork/NetWork/obj/Release/net5.0/win-x64/singlefilehost.exe
Normal file
Binary file not shown.
8847
NetWork/NetWork/obj/project.assets.json
Normal file
8847
NetWork/NetWork/obj/project.assets.json
Normal file
File diff suppressed because it is too large
Load Diff
145
NetWork/NetWork/obj/project.nuget.cache
Normal file
145
NetWork/NetWork/obj/project.nuget.cache
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "BhydSiOG2NBu0uLVWATFfYgnfBtndQZ/9pD0bWY8wy4gGFVPlWJKfua4yE919sMzabPkJFM5GWgKvqi6WhxWZQ==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\audiocontrol.x64\\1.0.1\\audiocontrol.x64.1.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\dotras.for.win8\\1.3.0\\dotras.for.win8.1.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\markdig.signed\\0.21.1\\markdig.signed.0.21.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.applicationinsights\\2.15.0\\microsoft.applicationinsights.2.15.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.0.0\\microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.codeanalysis.common\\3.7.0\\microsoft.codeanalysis.common.3.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.7.0\\microsoft.codeanalysis.csharp.3.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.csharp\\4.3.0\\microsoft.csharp.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure\\2.0.0\\microsoft.management.infrastructure.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.cimcmdlets\\7.1.3\\microsoft.management.infrastructure.cimcmdlets.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.runtime.unix\\2.0.0\\microsoft.management.infrastructure.runtime.unix.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.management.infrastructure.runtime.win\\2.0.0\\microsoft.management.infrastructure.runtime.win.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.1\\microsoft.netcore.platforms.5.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.windows.apisets\\1.0.1\\microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.windows.apisets-x64\\1.0.0\\microsoft.netcore.windows.apisets-x64.1.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.commands.diagnostics\\7.1.3\\microsoft.powershell.commands.diagnostics.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.commands.management\\7.1.3\\microsoft.powershell.commands.management.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.commands.utility\\7.1.3\\microsoft.powershell.commands.utility.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.consolehost\\7.1.3\\microsoft.powershell.consolehost.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.coreclr.eventing\\7.1.3\\microsoft.powershell.coreclr.eventing.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.markdownrender\\7.1.3\\microsoft.powershell.markdownrender.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.native\\7.1.0\\microsoft.powershell.native.7.1.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.sdk\\7.1.3\\microsoft.powershell.sdk.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.powershell.security\\7.1.3\\microsoft.powershell.security.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.win32.registry.accesscontrol\\5.0.0\\microsoft.win32.registry.accesscontrol.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.windows.compatibility\\5.0.0\\microsoft.windows.compatibility.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.wsman.management\\7.1.3\\microsoft.wsman.management.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.wsman.runtime\\7.1.3\\microsoft.wsman.runtime.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\namotion.reflection\\1.0.14\\namotion.reflection.1.0.14.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio\\2.0.1\\naudio.2.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio.asio\\2.0.0\\naudio.asio.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio.core\\2.0.0\\naudio.core.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio.midi\\2.0.1\\naudio.midi.2.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio.wasapi\\2.0.0\\naudio.wasapi.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio.winforms\\2.0.1\\naudio.winforms.2.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\naudio.winmm\\2.0.1\\naudio.winmm.2.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\njsonschema\\10.2.2\\njsonschema.10.2.2.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.linux-arm.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.linux-arm64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.linux-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.native.system.io.ports\\5.0.0\\runtime.native.system.io.ports.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\5.0.0-rtm.20519.4\\runtime.osx-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\simplewifi.netstandard\\2.0.0\\simplewifi.netstandard.2.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.componentmodel.composition\\5.0.0\\system.componentmodel.composition.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.componentmodel.composition.registration\\5.0.0\\system.componentmodel.composition.registration.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.configuration.configurationmanager\\5.0.0\\system.configuration.configurationmanager.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.data.datasetextensions\\4.5.0\\system.data.datasetextensions.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.data.odbc\\5.0.0\\system.data.odbc.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.data.oledb\\5.0.0\\system.data.oledb.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.data.sqlclient\\4.8.2\\system.data.sqlclient.4.8.2.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.6.0\\system.diagnostics.diagnosticsource.4.6.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.eventlog\\5.0.1\\system.diagnostics.eventlog.5.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.diagnostics.performancecounter\\5.0.0\\system.diagnostics.performancecounter.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.directoryservices\\5.0.0\\system.directoryservices.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.directoryservices.accountmanagement\\5.0.0\\system.directoryservices.accountmanagement.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.directoryservices.protocols\\5.0.0\\system.directoryservices.protocols.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.drawing.common\\5.0.2\\system.drawing.common.5.0.2.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.dynamic.runtime\\4.3.0\\system.dynamic.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.formats.asn1\\5.0.0\\system.formats.asn1.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.io.packaging\\5.0.0\\system.io.packaging.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.io.pipes.accesscontrol\\5.0.0\\system.io.pipes.accesscontrol.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.io.ports\\5.0.0\\system.io.ports.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.management.automation\\7.1.3\\system.management.automation.7.1.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.net.http.winhttphandler\\5.0.0\\system.net.http.winhttphandler.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.private.servicemodel\\4.7.0\\system.private.servicemodel.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.context\\5.0.0\\system.reflection.context.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.dispatchproxy\\4.5.0\\system.reflection.dispatchproxy.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.emit\\4.7.0\\system.reflection.emit.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.7.0\\system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.emit.lightweight\\4.7.0\\system.reflection.emit.lightweight.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.runtime.caching\\5.0.0\\system.runtime.caching.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.pkcs\\5.0.1\\system.security.cryptography.pkcs.5.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.protecteddata\\5.0.0\\system.security.cryptography.protecteddata.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.cryptography.xml\\5.0.0\\system.security.cryptography.xml.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.permissions\\5.0.0\\system.security.permissions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.duplex\\4.7.0\\system.servicemodel.duplex.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.http\\4.7.0\\system.servicemodel.http.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.nettcp\\4.7.0\\system.servicemodel.nettcp.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.primitives\\4.7.0\\system.servicemodel.primitives.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.security\\4.7.0\\system.servicemodel.security.4.7.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.servicemodel.syndication\\5.0.0\\system.servicemodel.syndication.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.serviceprocess.servicecontroller\\5.0.0\\system.serviceprocess.servicecontroller.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.text.encoding.codepages\\5.0.0\\system.text.encoding.codepages.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.text.encodings.web\\5.0.1\\system.text.encodings.web.5.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.threading.accesscontrol\\5.0.0\\system.threading.accesscontrol.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.3\\system.threading.tasks.extensions.4.5.3.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\system.windows.extensions\\5.0.0\\system.windows.extensions.5.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": [
|
||||
{
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Package 'DotRas.for.Win8 1.3.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "DotRas.for.Win8",
|
||||
"targetGraphs": [
|
||||
"net5.0-windows7.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"projectName": "NetWork",
|
||||
"projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\publish\\win-x64\\",
|
||||
"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"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.FileSystemGlobbing": {
|
||||
"target": "Package",
|
||||
"version": "[5.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||
"version": "[5.0.7, 5.0.7]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.NETCore.App.Runtime.win-x64",
|
||||
"version": "[5.0.7, 5.0.7]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
|
||||
"version": "[5.0.7, 5.0.7]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"win-x64": {
|
||||
"#import": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
<?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)' == '' ">5.10.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>
|
@@ -0,0 +1,6 @@
|
||||
<?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>
|
||||
</Project>
|
141
NetWork/NetWork/obj/publish/win-x64/project.assets.json
Normal file
141
NetWork/NetWork/obj/publish/win-x64/project.assets.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net5.0": {
|
||||
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"net5.0/win-x64": {
|
||||
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
|
||||
"sha512": "ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.filesystemglobbing/5.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net461/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"lib/net461/Microsoft.Extensions.FileSystemGlobbing.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
|
||||
"microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.filesystemglobbing.nuspec",
|
||||
"useSharedDesignerContext.txt",
|
||||
"version.txt"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net5.0": [
|
||||
"Microsoft.Extensions.FileSystemGlobbing >= 5.0.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"projectName": "NetWork",
|
||||
"projectPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\obj\\publish\\win-x64\\",
|
||||
"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"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net5.0": {
|
||||
"targetAlias": "net5.0",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.FileSystemGlobbing": {
|
||||
"target": "Package",
|
||||
"version": "[5.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||
"version": "[5.0.7, 5.0.7]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.NETCore.App.Runtime.win-x64",
|
||||
"version": "[5.0.7, 5.0.7]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
|
||||
"version": "[5.0.7, 5.0.7]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"win-x64": {
|
||||
"#import": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
13
NetWork/NetWork/obj/publish/win-x64/project.nuget.cache
Normal file
13
NetWork/NetWork/obj/publish/win-x64/project.nuget.cache
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "bMjlf2qSCrwvwyAoTPmdEvighgbXyxWv5ZrDDuZ5kcA558Y7UIPiY4JmXLHfwM2sEo2D3+o/sblliMTqmiea2A==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\סארט\\source\\repos\\NetWork\\NetWork\\NetWork.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\5.0.0\\microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\5.0.7\\microsoft.netcore.app.runtime.win-x64.5.0.7.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\5.0.7\\microsoft.windowsdesktop.app.runtime.win-x64.5.0.7.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\5.0.7\\microsoft.aspnetcore.app.runtime.win-x64.5.0.7.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
36
NetWork/Windows.Common/Properties/AssemblyInfo.cs
Normal file
36
NetWork/Windows.Common/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Windows.Common.ManagedWifi")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Windows.Common.ManagedWifi")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("ddfe602d-a0b5-4429-8b5c-e99155b6777a")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
1606
NetWork/Windows.Common/Wifi/Interop.cs
Normal file
1606
NetWork/Windows.Common/Wifi/Interop.cs
Normal file
File diff suppressed because it is too large
Load Diff
800
NetWork/Windows.Common/Wifi/WlanApi.cs
Normal file
800
NetWork/Windows.Common/Wifi/WlanApi.cs
Normal file
@@ -0,0 +1,800 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Net.NetworkInformation;
|
||||
using System.Threading;
|
||||
using System.Text;
|
||||
|
||||
namespace Windows.Common.Wifi
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a client to the Zeroconf (Native Wifi) service.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This class is the entrypoint to Native Wifi management. To manage WiFi settings, create an instance
|
||||
/// of this class.
|
||||
/// </remarks>
|
||||
public class WlanClient
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a Wifi network interface.
|
||||
/// </summary>
|
||||
public class WlanInterface
|
||||
{
|
||||
private WlanClient client;
|
||||
private Wlan.WlanInterfaceInfo info;
|
||||
|
||||
#region Events
|
||||
/// <summary>
|
||||
/// Represents a method that will handle <see cref="WlanNotification"/> events.
|
||||
/// </summary>
|
||||
/// <param name="notifyData">The notification data.</param>
|
||||
public delegate void WlanNotificationEventHandler(Wlan.WlanNotificationData notifyData);
|
||||
|
||||
/// <summary>
|
||||
/// Represents a method that will handle <see cref="WlanConnectionNotification"/> events.
|
||||
/// </summary>
|
||||
/// <param name="notifyData">The notification data.</param>
|
||||
/// <param name="connNotifyData">The notification data.</param>
|
||||
public delegate void WlanConnectionNotificationEventHandler(Wlan.WlanNotificationData notifyData, Wlan.WlanConnectionNotificationData connNotifyData);
|
||||
|
||||
/// <summary>
|
||||
/// Represents a method that will handle <see cref="WlanReasonNotification"/> events.
|
||||
/// </summary>
|
||||
/// <param name="notifyData">The notification data.</param>
|
||||
/// <param name="reasonCode">The reason code.</param>
|
||||
public delegate void WlanReasonNotificationEventHandler(Wlan.WlanNotificationData notifyData, Wlan.WlanReasonCode reasonCode);
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when an event of any kind occurs on a WLAN interface.
|
||||
/// </summary>
|
||||
public event WlanNotificationEventHandler WlanNotification;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when a WLAN interface changes connection state.
|
||||
/// </summary>
|
||||
public event WlanConnectionNotificationEventHandler WlanConnectionNotification;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when a WLAN operation fails due to some reason.
|
||||
/// </summary>
|
||||
public event WlanReasonNotificationEventHandler WlanReasonNotification;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Event queue
|
||||
private bool queueEvents;
|
||||
private AutoResetEvent eventQueueFilled = new AutoResetEvent(false);
|
||||
private Queue<object> eventQueue = new Queue<object>();
|
||||
|
||||
private struct WlanConnectionNotificationEventData
|
||||
{
|
||||
public Wlan.WlanNotificationData notifyData;
|
||||
public Wlan.WlanConnectionNotificationData connNotifyData;
|
||||
}
|
||||
private struct WlanReasonNotificationData
|
||||
{
|
||||
public Wlan.WlanNotificationData notifyData;
|
||||
public Wlan.WlanReasonCode reasonCode;
|
||||
}
|
||||
#endregion
|
||||
|
||||
internal WlanInterface(WlanClient client, Wlan.WlanInterfaceInfo info)
|
||||
{
|
||||
this.client = client;
|
||||
this.info = info;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets a parameter of the interface whose data type is <see cref="int"/>.
|
||||
/// </summary>
|
||||
/// <param name="opCode">The opcode of the parameter.</param>
|
||||
/// <param name="value">The value to set.</param>
|
||||
private void SetInterfaceInt(Wlan.WlanIntfOpcode opCode, int value)
|
||||
{
|
||||
IntPtr valuePtr = Marshal.AllocHGlobal(sizeof(int));
|
||||
Marshal.WriteInt32(valuePtr, value);
|
||||
try
|
||||
{
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanSetInterface(client.clientHandle, info.interfaceGuid, opCode, sizeof(int), valuePtr, IntPtr.Zero));
|
||||
}
|
||||
finally
|
||||
{
|
||||
Marshal.FreeHGlobal(valuePtr);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a parameter of the interface whose data type is <see cref="int"/>.
|
||||
/// </summary>
|
||||
/// <param name="opCode">The opcode of the parameter.</param>
|
||||
/// <returns>The integer value.</returns>
|
||||
private int GetInterfaceInt(Wlan.WlanIntfOpcode opCode)
|
||||
{
|
||||
IntPtr valuePtr;
|
||||
int valueSize;
|
||||
Wlan.WlanOpcodeValueType opcodeValueType;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanQueryInterface(client.clientHandle, info.interfaceGuid, opCode, IntPtr.Zero, out valueSize, out valuePtr, out opcodeValueType));
|
||||
try
|
||||
{
|
||||
return Marshal.ReadInt32(valuePtr);
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(valuePtr);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this <see cref="WlanInterface"/> is automatically configured.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if "autoconf" is enabled; otherwise, <c>false</c>.</value>
|
||||
public bool Autoconf
|
||||
{
|
||||
get
|
||||
{
|
||||
return GetInterfaceInt(Wlan.WlanIntfOpcode.AutoconfEnabled) != 0;
|
||||
}
|
||||
set
|
||||
{
|
||||
SetInterfaceInt(Wlan.WlanIntfOpcode.AutoconfEnabled, value ? 1 : 0);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the BSS type for the indicated interface.
|
||||
/// </summary>
|
||||
/// <value>The type of the BSS.</value>
|
||||
public Wlan.Dot11BssType BssType
|
||||
{
|
||||
get
|
||||
{
|
||||
return (Wlan.Dot11BssType) GetInterfaceInt(Wlan.WlanIntfOpcode.BssType);
|
||||
}
|
||||
set
|
||||
{
|
||||
SetInterfaceInt(Wlan.WlanIntfOpcode.BssType, (int)value);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the state of the interface.
|
||||
/// </summary>
|
||||
/// <value>The state of the interface.</value>
|
||||
public Wlan.WlanInterfaceState InterfaceState
|
||||
{
|
||||
get
|
||||
{
|
||||
return (Wlan.WlanInterfaceState)GetInterfaceInt(Wlan.WlanIntfOpcode.InterfaceState);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the channel.
|
||||
/// </summary>
|
||||
/// <value>The channel.</value>
|
||||
/// <remarks>Not supported on Windows XP SP2.</remarks>
|
||||
public int Channel
|
||||
{
|
||||
get
|
||||
{
|
||||
return GetInterfaceInt(Wlan.WlanIntfOpcode.ChannelNumber);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the RSSI.
|
||||
/// </summary>
|
||||
/// <value>The RSSI.</value>
|
||||
/// <remarks>Not supported on Windows XP SP2.</remarks>
|
||||
public int RSSI
|
||||
{
|
||||
get
|
||||
{
|
||||
return GetInterfaceInt(Wlan.WlanIntfOpcode.RSSI);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current operation mode.
|
||||
/// </summary>
|
||||
/// <value>The current operation mode.</value>
|
||||
/// <remarks>Not supported on Windows XP SP2.</remarks>
|
||||
public Wlan.Dot11OperationMode CurrentOperationMode
|
||||
{
|
||||
get
|
||||
{
|
||||
return (Wlan.Dot11OperationMode) GetInterfaceInt(Wlan.WlanIntfOpcode.CurrentOperationMode);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the attributes of the current connection.
|
||||
/// </summary>
|
||||
/// <value>The current connection attributes.</value>
|
||||
/// <exception cref="Win32Exception">An exception with code 0x0000139F (The group or resource is not in the correct state to perform the requested operation.) will be thrown if the interface is not connected to a network.</exception>
|
||||
public Wlan.WlanConnectionAttributes CurrentConnection
|
||||
{
|
||||
get
|
||||
{
|
||||
int valueSize;
|
||||
IntPtr valuePtr;
|
||||
Wlan.WlanOpcodeValueType opcodeValueType;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanQueryInterface(client.clientHandle, info.interfaceGuid, Wlan.WlanIntfOpcode.CurrentConnection, IntPtr.Zero, out valueSize, out valuePtr, out opcodeValueType));
|
||||
try
|
||||
{
|
||||
return (Wlan.WlanConnectionAttributes)Marshal.PtrToStructure(valuePtr, typeof(Wlan.WlanConnectionAttributes));
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(valuePtr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Requests a scan for available networks.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The method returns immediately. Progress is reported through the <see cref="WlanNotification"/> event.
|
||||
/// </remarks>
|
||||
public void Scan()
|
||||
{
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanScan(client.clientHandle, info.interfaceGuid, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Converts a pointer to a available networks list (header + entries) to an array of available network entries.
|
||||
/// </summary>
|
||||
/// <param name="bssListPtr">A pointer to an available networks list's header.</param>
|
||||
/// <returns>An array of available network entries.</returns>
|
||||
private Wlan.WlanAvailableNetwork[] ConvertAvailableNetworkListPtr(IntPtr availNetListPtr)
|
||||
{
|
||||
Wlan.WlanAvailableNetworkListHeader availNetListHeader = (Wlan.WlanAvailableNetworkListHeader)Marshal.PtrToStructure(availNetListPtr, typeof(Wlan.WlanAvailableNetworkListHeader));
|
||||
long availNetListIt = availNetListPtr.ToInt64() + Marshal.SizeOf(typeof(Wlan.WlanAvailableNetworkListHeader));
|
||||
Wlan.WlanAvailableNetwork[] availNets = new Wlan.WlanAvailableNetwork[availNetListHeader.numberOfItems];
|
||||
for (int i = 0; i < availNetListHeader.numberOfItems; ++i)
|
||||
{
|
||||
availNets[i] = (Wlan.WlanAvailableNetwork)Marshal.PtrToStructure(new IntPtr(availNetListIt), typeof(Wlan.WlanAvailableNetwork));
|
||||
availNetListIt += Marshal.SizeOf(typeof(Wlan.WlanAvailableNetwork));
|
||||
}
|
||||
return availNets;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the list of available networks.
|
||||
/// </summary>
|
||||
/// <param name="flags">Controls the type of networks returned.</param>
|
||||
/// <returns>A list of the available networks.</returns>
|
||||
public Wlan.WlanAvailableNetwork[] GetAvailableNetworkList(Wlan.WlanGetAvailableNetworkFlags flags)
|
||||
{
|
||||
IntPtr availNetListPtr;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanGetAvailableNetworkList(client.clientHandle, info.interfaceGuid, flags, IntPtr.Zero, out availNetListPtr));
|
||||
try
|
||||
{
|
||||
return ConvertAvailableNetworkListPtr(availNetListPtr);
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(availNetListPtr);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Converts a pointer to a BSS list (header + entries) to an array of BSS entries.
|
||||
/// </summary>
|
||||
/// <param name="bssListPtr">A pointer to a BSS list's header.</param>
|
||||
/// <returns>An array of BSS entries.</returns>
|
||||
private Wlan.WlanBssEntry[] ConvertBssListPtr(IntPtr bssListPtr)
|
||||
{
|
||||
Wlan.WlanBssListHeader bssListHeader = (Wlan.WlanBssListHeader)Marshal.PtrToStructure(bssListPtr, typeof(Wlan.WlanBssListHeader));
|
||||
long bssListIt = bssListPtr.ToInt64() + Marshal.SizeOf(typeof(Wlan.WlanBssListHeader));
|
||||
Wlan.WlanBssEntry[] bssEntries = new Wlan.WlanBssEntry[bssListHeader.numberOfItems];
|
||||
for (int i=0; i<bssListHeader.numberOfItems; ++i)
|
||||
{
|
||||
bssEntries[i] = (Wlan.WlanBssEntry)Marshal.PtrToStructure(new IntPtr(bssListIt), typeof(Wlan.WlanBssEntry));
|
||||
bssListIt += Marshal.SizeOf(typeof(Wlan.WlanBssEntry));
|
||||
}
|
||||
return bssEntries;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the basic service sets (BSS) list of all available networks.
|
||||
/// </summary>
|
||||
public Wlan.WlanBssEntry[] GetNetworkBssList()
|
||||
{
|
||||
IntPtr bssListPtr;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanGetNetworkBssList(client.clientHandle, info.interfaceGuid, IntPtr.Zero, Wlan.Dot11BssType.Any, false, IntPtr.Zero, out bssListPtr));
|
||||
try
|
||||
{
|
||||
return ConvertBssListPtr(bssListPtr);
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(bssListPtr);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the basic service sets (BSS) list of the specified network.
|
||||
/// </summary>
|
||||
/// <param name="ssid">Specifies the SSID of the network from which the BSS list is requested.</param>
|
||||
/// <param name="bssType">Indicates the BSS type of the network.</param>
|
||||
/// <param name="securityEnabled">Indicates whether security is enabled on the network.</param>
|
||||
public Wlan.WlanBssEntry[] GetNetworkBssList(Wlan.Dot11Ssid ssid, Wlan.Dot11BssType bssType, bool securityEnabled)
|
||||
{
|
||||
IntPtr ssidPtr = Marshal.AllocHGlobal(Marshal.SizeOf(ssid));
|
||||
Marshal.StructureToPtr(ssid, ssidPtr, false);
|
||||
try
|
||||
{
|
||||
IntPtr bssListPtr;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanGetNetworkBssList(client.clientHandle, info.interfaceGuid, ssidPtr, bssType, securityEnabled, IntPtr.Zero, out bssListPtr));
|
||||
try
|
||||
{
|
||||
return ConvertBssListPtr(bssListPtr);
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(bssListPtr);
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
Marshal.FreeHGlobal(ssidPtr);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Connects to a network defined by a connection parameters structure.
|
||||
/// </summary>
|
||||
/// <param name="connectionParams">The connection paramters.</param>
|
||||
protected void Connect(Wlan.WlanConnectionParameters connectionParams)
|
||||
{
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanConnect(client.clientHandle, info.interfaceGuid, ref connectionParams, IntPtr.Zero));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Requests a connection (association) to the specified wireless network.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The method returns immediately. Progress is reported through the <see cref="WlanNotification"/> event.
|
||||
/// </remarks>
|
||||
public void Connect(Wlan.WlanConnectionMode connectionMode, Wlan.Dot11BssType bssType, string profile)
|
||||
{
|
||||
Wlan.WlanConnectionParameters connectionParams = new Wlan.WlanConnectionParameters();
|
||||
connectionParams.wlanConnectionMode = connectionMode;
|
||||
connectionParams.profile = profile;
|
||||
connectionParams.dot11BssType = bssType;
|
||||
connectionParams.flags = 0;
|
||||
Connect(connectionParams);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Connects (associates) to the specified wireless network, returning either on a success to connect
|
||||
/// or a failure.
|
||||
/// </summary>
|
||||
/// <param name="connectionMode"></param>
|
||||
/// <param name="bssType"></param>
|
||||
/// <param name="profile"></param>
|
||||
/// <param name="connectTimeout"></param>
|
||||
/// <returns></returns>
|
||||
public bool ConnectSynchronously(Wlan.WlanConnectionMode connectionMode, Wlan.Dot11BssType bssType, string profile, int connectTimeout)
|
||||
{
|
||||
queueEvents = true;
|
||||
try
|
||||
{
|
||||
Connect(connectionMode, bssType, profile);
|
||||
while (queueEvents && eventQueueFilled.WaitOne(connectTimeout, true))
|
||||
{
|
||||
lock (eventQueue)
|
||||
{
|
||||
while (eventQueue.Count != 0)
|
||||
{
|
||||
object e = eventQueue.Dequeue();
|
||||
if (e is WlanConnectionNotificationEventData)
|
||||
{
|
||||
WlanConnectionNotificationEventData wlanConnectionData = (WlanConnectionNotificationEventData)e;
|
||||
// Check if the conditions are good to indicate either success or failure.
|
||||
if (wlanConnectionData.notifyData.notificationSource == Wlan.WlanNotificationSource.ACM)
|
||||
{
|
||||
switch ((Wlan.WlanNotificationCodeAcm)wlanConnectionData.notifyData.notificationCode)
|
||||
{
|
||||
case Wlan.WlanNotificationCodeAcm.ConnectionComplete:
|
||||
if (wlanConnectionData.connNotifyData.profileName == profile)
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
queueEvents = false;
|
||||
eventQueue.Clear();
|
||||
}
|
||||
return false; // timeout expired and no "connection complete"
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Connects to the specified wireless network.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The method returns immediately. Progress is reported through the <see cref="WlanNotification"/> event.
|
||||
/// </remarks>
|
||||
public void Connect(Wlan.WlanConnectionMode connectionMode, Wlan.Dot11BssType bssType, Wlan.Dot11Ssid ssid, Wlan.WlanConnectionFlags flags)
|
||||
{
|
||||
Wlan.WlanConnectionParameters connectionParams = new Wlan.WlanConnectionParameters();
|
||||
connectionParams.wlanConnectionMode = connectionMode;
|
||||
connectionParams.dot11SsidPtr = Marshal.AllocHGlobal(Marshal.SizeOf(ssid));
|
||||
Marshal.StructureToPtr(ssid, connectionParams.dot11SsidPtr, false);
|
||||
connectionParams.dot11BssType = bssType;
|
||||
connectionParams.flags = flags;
|
||||
Connect(connectionParams);
|
||||
Marshal.DestroyStructure(connectionParams.dot11SsidPtr, ssid.GetType());
|
||||
Marshal.FreeHGlobal(connectionParams.dot11SsidPtr);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Deletes a profile.
|
||||
/// </summary>
|
||||
/// <param name="profileName">
|
||||
/// The name of the profile to be deleted. Profile names are case-sensitive.
|
||||
/// On Windows XP SP2, the supplied name must match the profile name derived automatically from the SSID of the network. For an infrastructure network profile, the SSID must be supplied for the profile name. For an ad hoc network profile, the supplied name must be the SSID of the ad hoc network followed by <c>-adhoc</c>.
|
||||
/// </param>
|
||||
public void DeleteProfile(string profileName)
|
||||
{
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanDeleteProfile(client.clientHandle, info.interfaceGuid, profileName, IntPtr.Zero));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets the profile.
|
||||
/// </summary>
|
||||
/// <param name="flags">The flags to set on the profile.</param>
|
||||
/// <param name="profileXml">The XML representation of the profile. On Windows XP SP 2, special care should be taken to adhere to its limitations.</param>
|
||||
/// <param name="overwrite">If a profile by the given name already exists, then specifies whether to overwrite it (if <c>true</c>) or return an error (if <c>false</c>).</param>
|
||||
/// <returns>The resulting code indicating a success or the reason why the profile wasn't valid.</returns>
|
||||
public Wlan.WlanReasonCode SetProfile(Wlan.WlanProfileFlags flags, string profileXml, bool overwrite)
|
||||
{
|
||||
Wlan.WlanReasonCode reasonCode;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanSetProfile(client.clientHandle, info.interfaceGuid, flags, profileXml, null, overwrite, IntPtr.Zero, out reasonCode));
|
||||
return reasonCode;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the profile's XML specification.
|
||||
/// </summary>
|
||||
/// <param name="profileName">The name of the profile.</param>
|
||||
/// <returns>The XML document.</returns>
|
||||
public string GetProfileXml(string profileName)
|
||||
{
|
||||
IntPtr profileXmlPtr;
|
||||
Wlan.WlanProfileFlags flags;
|
||||
Wlan.WlanAccess access;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanGetProfile(client.clientHandle, info.interfaceGuid, profileName, IntPtr.Zero, out profileXmlPtr, out flags,
|
||||
out access));
|
||||
try
|
||||
{
|
||||
return Marshal.PtrToStringUni(profileXmlPtr);
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(profileXmlPtr);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the information of all profiles on this interface.
|
||||
/// </summary>
|
||||
/// <returns>The profiles information.</returns>
|
||||
public Wlan.WlanProfileInfo[] GetProfiles()
|
||||
{
|
||||
IntPtr profileListPtr;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanGetProfileList(client.clientHandle, info.interfaceGuid, IntPtr.Zero, out profileListPtr));
|
||||
try
|
||||
{
|
||||
Wlan.WlanProfileInfoListHeader header = (Wlan.WlanProfileInfoListHeader) Marshal.PtrToStructure(profileListPtr, typeof(Wlan.WlanProfileInfoListHeader));
|
||||
Wlan.WlanProfileInfo[] profileInfos = new Wlan.WlanProfileInfo[header.numberOfItems];
|
||||
long profileListIterator = profileListPtr.ToInt64() + Marshal.SizeOf(header);
|
||||
for (int i=0; i<header.numberOfItems; ++i)
|
||||
{
|
||||
Wlan.WlanProfileInfo profileInfo = (Wlan.WlanProfileInfo) Marshal.PtrToStructure(new IntPtr(profileListIterator), typeof(Wlan.WlanProfileInfo));
|
||||
profileInfos[i] = profileInfo;
|
||||
profileListIterator += Marshal.SizeOf(profileInfo);
|
||||
}
|
||||
return profileInfos;
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(profileListPtr);
|
||||
}
|
||||
}
|
||||
|
||||
internal void OnWlanConnection(Wlan.WlanNotificationData notifyData, Wlan.WlanConnectionNotificationData connNotifyData)
|
||||
{
|
||||
if (WlanConnectionNotification != null)
|
||||
WlanConnectionNotification(notifyData, connNotifyData);
|
||||
|
||||
if (queueEvents)
|
||||
{
|
||||
WlanConnectionNotificationEventData queuedEvent = new WlanConnectionNotificationEventData();
|
||||
queuedEvent.notifyData = notifyData;
|
||||
queuedEvent.connNotifyData = connNotifyData;
|
||||
EnqueueEvent(queuedEvent);
|
||||
}
|
||||
}
|
||||
|
||||
internal void OnWlanReason(Wlan.WlanNotificationData notifyData, Wlan.WlanReasonCode reasonCode)
|
||||
{
|
||||
if (WlanReasonNotification != null)
|
||||
WlanReasonNotification(notifyData, reasonCode);
|
||||
if (queueEvents)
|
||||
{
|
||||
WlanReasonNotificationData queuedEvent = new WlanReasonNotificationData();
|
||||
queuedEvent.notifyData = notifyData;
|
||||
queuedEvent.reasonCode = reasonCode;
|
||||
EnqueueEvent(queuedEvent);
|
||||
}
|
||||
}
|
||||
|
||||
internal void OnWlanNotification(Wlan.WlanNotificationData notifyData)
|
||||
{
|
||||
if (WlanNotification != null)
|
||||
WlanNotification(notifyData);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enqueues a notification event to be processed serially.
|
||||
/// </summary>
|
||||
private void EnqueueEvent(object queuedEvent)
|
||||
{
|
||||
lock (eventQueue)
|
||||
eventQueue.Enqueue(queuedEvent);
|
||||
eventQueueFilled.Set();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the network interface of this wireless interface.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The network interface allows querying of generic network properties such as the interface's IP address.
|
||||
/// </remarks>
|
||||
public NetworkInterface NetworkInterface
|
||||
{
|
||||
get
|
||||
{
|
||||
// Do not cache the NetworkInterface; We need it fresh
|
||||
// each time cause otherwise it caches the IP information.
|
||||
foreach (NetworkInterface netIface in NetworkInterface.GetAllNetworkInterfaces())
|
||||
{
|
||||
Guid netIfaceGuid = new Guid(netIface.Id);
|
||||
if (netIfaceGuid.Equals(info.interfaceGuid))
|
||||
{
|
||||
return netIface;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The GUID of the interface (same content as the <see cref="System.Net.NetworkInformation.NetworkInterface.Id"/> value).
|
||||
/// </summary>
|
||||
public Guid InterfaceGuid
|
||||
{
|
||||
get { return info.interfaceGuid; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The description of the interface.
|
||||
/// This is a user-immutable string containing the vendor and model name of the adapter.
|
||||
/// </summary>
|
||||
public string InterfaceDescription
|
||||
{
|
||||
get { return info.interfaceDescription; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The friendly name given to the interface by the user (e.g. "Local Area Network Connection").
|
||||
/// </summary>
|
||||
public string InterfaceName
|
||||
{
|
||||
get { return NetworkInterface.Name; }
|
||||
}
|
||||
}
|
||||
|
||||
private IntPtr clientHandle;
|
||||
private uint negotiatedVersion;
|
||||
private Wlan.WlanNotificationCallbackDelegate wlanNotificationCallback;
|
||||
|
||||
private Dictionary<Guid,WlanInterface> ifaces = new Dictionary<Guid,WlanInterface>();
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new instance of a Native Wifi service client.
|
||||
/// </summary>
|
||||
public WlanClient()
|
||||
{
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanOpenHandle(Wlan.WLAN_CLIENT_VERSION_XP_SP2, IntPtr.Zero, out negotiatedVersion, out clientHandle));
|
||||
try
|
||||
{
|
||||
Wlan.WlanNotificationSource prevSrc;
|
||||
wlanNotificationCallback = new Wlan.WlanNotificationCallbackDelegate(OnWlanNotification);
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanRegisterNotification(clientHandle, Wlan.WlanNotificationSource.All, false, wlanNotificationCallback, IntPtr.Zero, IntPtr.Zero, out prevSrc));
|
||||
}
|
||||
catch
|
||||
{
|
||||
Wlan.WlanCloseHandle(clientHandle, IntPtr.Zero);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
~WlanClient()
|
||||
{
|
||||
Wlan.WlanCloseHandle(clientHandle, IntPtr.Zero);
|
||||
}
|
||||
|
||||
private Wlan.WlanConnectionNotificationData? ParseWlanConnectionNotification(ref Wlan.WlanNotificationData notifyData)
|
||||
{
|
||||
int expectedSize = Marshal.SizeOf(typeof(Wlan.WlanConnectionNotificationData));
|
||||
if (notifyData.dataSize < expectedSize)
|
||||
return null;
|
||||
|
||||
Wlan.WlanConnectionNotificationData connNotifyData =
|
||||
(Wlan.WlanConnectionNotificationData)
|
||||
Marshal.PtrToStructure(notifyData.dataPtr, typeof(Wlan.WlanConnectionNotificationData));
|
||||
if (connNotifyData.wlanReasonCode == Wlan.WlanReasonCode.Success)
|
||||
{
|
||||
IntPtr profileXmlPtr = new IntPtr(
|
||||
notifyData.dataPtr.ToInt64() +
|
||||
Marshal.OffsetOf(typeof(Wlan.WlanConnectionNotificationData), "profileXml").ToInt64());
|
||||
connNotifyData.profileXml = Marshal.PtrToStringUni(profileXmlPtr);
|
||||
}
|
||||
return connNotifyData;
|
||||
}
|
||||
|
||||
private void OnWlanNotification(ref Wlan.WlanNotificationData notifyData, IntPtr context)
|
||||
{
|
||||
WlanInterface wlanIface = ifaces.ContainsKey(notifyData.interfaceGuid) ? ifaces[notifyData.interfaceGuid] : null;
|
||||
|
||||
switch(notifyData.notificationSource)
|
||||
{
|
||||
case Wlan.WlanNotificationSource.ACM:
|
||||
switch((Wlan.WlanNotificationCodeAcm)notifyData.notificationCode)
|
||||
{
|
||||
case Wlan.WlanNotificationCodeAcm.ConnectionStart:
|
||||
case Wlan.WlanNotificationCodeAcm.ConnectionComplete:
|
||||
case Wlan.WlanNotificationCodeAcm.ConnectionAttemptFail:
|
||||
case Wlan.WlanNotificationCodeAcm.Disconnecting:
|
||||
case Wlan.WlanNotificationCodeAcm.Disconnected:
|
||||
Wlan.WlanConnectionNotificationData? connNotifyData = ParseWlanConnectionNotification(ref notifyData);
|
||||
if (connNotifyData.HasValue)
|
||||
if (wlanIface != null)
|
||||
wlanIface.OnWlanConnection(notifyData, connNotifyData.Value);
|
||||
break;
|
||||
case Wlan.WlanNotificationCodeAcm.ScanFail:
|
||||
{
|
||||
int expectedSize = Marshal.SizeOf(typeof (Wlan.WlanReasonCode));
|
||||
if (notifyData.dataSize >= expectedSize)
|
||||
{
|
||||
Wlan.WlanReasonCode reasonCode = (Wlan.WlanReasonCode) Marshal.ReadInt32(notifyData.dataPtr);
|
||||
if (wlanIface != null)
|
||||
wlanIface.OnWlanReason(notifyData, reasonCode);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case Wlan.WlanNotificationSource.MSM:
|
||||
switch((Wlan.WlanNotificationCodeMsm)notifyData.notificationCode)
|
||||
{
|
||||
case Wlan.WlanNotificationCodeMsm.Associating:
|
||||
case Wlan.WlanNotificationCodeMsm.Associated:
|
||||
case Wlan.WlanNotificationCodeMsm.Authenticating:
|
||||
case Wlan.WlanNotificationCodeMsm.Connected:
|
||||
case Wlan.WlanNotificationCodeMsm.RoamingStart:
|
||||
case Wlan.WlanNotificationCodeMsm.RoamingEnd:
|
||||
case Wlan.WlanNotificationCodeMsm.Disassociating:
|
||||
case Wlan.WlanNotificationCodeMsm.Disconnected:
|
||||
case Wlan.WlanNotificationCodeMsm.PeerJoin:
|
||||
case Wlan.WlanNotificationCodeMsm.PeerLeave:
|
||||
case Wlan.WlanNotificationCodeMsm.AdapterRemoval:
|
||||
Wlan.WlanConnectionNotificationData? connNotifyData = ParseWlanConnectionNotification(ref notifyData);
|
||||
if (connNotifyData.HasValue)
|
||||
if (wlanIface != null)
|
||||
wlanIface.OnWlanConnection(notifyData, connNotifyData.Value);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (wlanIface != null)
|
||||
wlanIface.OnWlanNotification(notifyData);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the WLAN interfaces.
|
||||
/// </summary>
|
||||
/// <value>The WLAN interfaces.</value>
|
||||
public WlanInterface[] Interfaces
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr ifaceList;
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanEnumInterfaces(clientHandle, IntPtr.Zero, out ifaceList));
|
||||
try
|
||||
{
|
||||
Wlan.WlanInterfaceInfoListHeader header =
|
||||
(Wlan.WlanInterfaceInfoListHeader) Marshal.PtrToStructure(ifaceList, typeof (Wlan.WlanInterfaceInfoListHeader));
|
||||
Int64 listIterator = ifaceList.ToInt64() + Marshal.SizeOf(header);
|
||||
WlanInterface[] interfaces = new WlanInterface[header.numberOfItems];
|
||||
List<Guid> currentIfaceGuids = new List<Guid>();
|
||||
for (int i = 0; i < header.numberOfItems; ++i)
|
||||
{
|
||||
Wlan.WlanInterfaceInfo info =
|
||||
(Wlan.WlanInterfaceInfo) Marshal.PtrToStructure(new IntPtr(listIterator), typeof (Wlan.WlanInterfaceInfo));
|
||||
listIterator += Marshal.SizeOf(info);
|
||||
WlanInterface wlanIface;
|
||||
currentIfaceGuids.Add(info.interfaceGuid);
|
||||
if (ifaces.ContainsKey(info.interfaceGuid))
|
||||
wlanIface = ifaces[info.interfaceGuid];
|
||||
else
|
||||
wlanIface = new WlanInterface(this, info);
|
||||
interfaces[i] = wlanIface;
|
||||
ifaces[info.interfaceGuid] = wlanIface;
|
||||
}
|
||||
|
||||
// Remove stale interfaces
|
||||
Queue<Guid> deadIfacesGuids = new Queue<Guid>();
|
||||
foreach (Guid ifaceGuid in ifaces.Keys)
|
||||
{
|
||||
if (!currentIfaceGuids.Contains(ifaceGuid))
|
||||
deadIfacesGuids.Enqueue(ifaceGuid);
|
||||
}
|
||||
while(deadIfacesGuids.Count != 0)
|
||||
{
|
||||
Guid deadIfaceGuid = deadIfacesGuids.Dequeue();
|
||||
ifaces.Remove(deadIfaceGuid);
|
||||
}
|
||||
|
||||
return interfaces;
|
||||
}
|
||||
finally
|
||||
{
|
||||
Wlan.WlanFreeMemory(ifaceList);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a string that describes a specified reason code.
|
||||
/// </summary>
|
||||
/// <param name="reasonCode">The reason code.</param>
|
||||
/// <returns>The string.</returns>
|
||||
public string GetStringForReasonCode(Wlan.WlanReasonCode reasonCode)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder(1024); // the 1024 size here is arbitrary; the WlanReasonCodeToString docs fail to specify a recommended size
|
||||
Wlan.ThrowIfError(
|
||||
Wlan.WlanReasonCodeToString(reasonCode, sb.Capacity, sb, IntPtr.Zero));
|
||||
return sb.ToString();
|
||||
}
|
||||
}
|
||||
}
|
55
NetWork/Windows.Common/Windows.Common.csproj
Normal file
55
NetWork/Windows.Common/Windows.Common.csproj
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{DDFE602D-A0B5-4429-8B5C-E99155B6777A}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Windows.Common</RootNamespace>
|
||||
<AssemblyName>Windows.Common</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Wifi\Interop.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Wifi\WlanApi.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6", FrameworkDisplayName = ".NET Framework 4.6")]
|
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6", FrameworkDisplayName = ".NET Framework 4.6")]
|
Reference in New Issue
Block a user