diff --git a/.vs/.editorconfig b/.vs/.editorconfig deleted file mode 100644 index b9c127d..0000000 --- a/.vs/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = true - -[*] -indent_style = space -indent_size = 4 -end_of_line = crlf -charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file diff --git a/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 b/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 index 3475958..958e095 100644 Binary files a/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 and b/.vs/NetWork/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/NetWork/v17/.futdcache.v1 b/.vs/NetWork/v17/.futdcache.v1 index a7952da..84680c4 100644 Binary files a/.vs/NetWork/v17/.futdcache.v1 and b/.vs/NetWork/v17/.futdcache.v1 differ diff --git a/.vs/NetWork/v17/.suo b/.vs/NetWork/v17/.suo index a6f09e5..117b6df 100644 Binary files a/.vs/NetWork/v17/.suo and b/.vs/NetWork/v17/.suo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json deleted file mode 100644 index f8b4888..0000000 --- a/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 385f88a..73a5caa 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -7,5 +7,6 @@ "\\Windows.Common\\Properties", "\\Windows.Common\\Wifi" ], + "SelectedNode": "\\Windows.Common\\Wifi\\Interop.cs", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite deleted file mode 100644 index 80b348d..0000000 Binary files a/.vs/slnx.sqlite and /dev/null differ diff --git a/Backup/NetWork.sln b/Backup/NetWork.sln index acb59d8..ab70df9 100644 --- a/Backup/NetWork.sln +++ b/Backup/NetWork.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31612.314 +# 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 diff --git a/DownloadMyScript/.vs/DownloadMyScript/desktop.ini b/DownloadMyScript/.vs/DownloadMyScript/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/.vs/DownloadMyScript/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/.vs/DownloadMyScript/v16/.suo b/DownloadMyScript/.vs/DownloadMyScript/v16/.suo deleted file mode 100644 index 1fb71ab..0000000 Binary files a/DownloadMyScript/.vs/DownloadMyScript/v16/.suo and /dev/null differ diff --git a/DownloadMyScript/.vs/DownloadMyScript/v16/desktop.ini b/DownloadMyScript/.vs/DownloadMyScript/v16/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/.vs/DownloadMyScript/v16/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/.vs/desktop.ini b/DownloadMyScript/.vs/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/.vs/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript.sln b/DownloadMyScript/DownloadMyScript.sln deleted file mode 100644 index 04cf5c3..0000000 --- a/DownloadMyScript/DownloadMyScript.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31424.327 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DownloadMyScript", "DownloadMyScript\DownloadMyScript.csproj", "{537DD54D-4FF8-4366-9B1A-7FC7E16A521D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {537DD54D-4FF8-4366-9B1A-7FC7E16A521D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {537DD54D-4FF8-4366-9B1A-7FC7E16A521D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {537DD54D-4FF8-4366-9B1A-7FC7E16A521D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {537DD54D-4FF8-4366-9B1A-7FC7E16A521D}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B64C8F5A-CCB1-4C2B-9F7B-3485ED0C2CE1} - EndGlobalSection -EndGlobal diff --git a/DownloadMyScript/DownloadMyScript/DownloadMyScript.csproj b/DownloadMyScript/DownloadMyScript/DownloadMyScript.csproj deleted file mode 100644 index b84e63f..0000000 --- a/DownloadMyScript/DownloadMyScript/DownloadMyScript.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - Exe - net5.0 - - - - - - - diff --git a/DownloadMyScript/DownloadMyScript/Program.cs b/DownloadMyScript/DownloadMyScript/Program.cs deleted file mode 100644 index 65393d4..0000000 --- a/DownloadMyScript/DownloadMyScript/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using Newtonsoft.Json; -namespace DownloadMyScript -{ - class Program - { - static void Main(string[] args) - { - System.Net.WebRequest data_element = System.Net.WebRequest.Create("https://api.github.com/gists/cd81e5005e7c7be3f71af94ab635d647"); - data_element.Method = "GET"; - data_element.ContentType = "application/json"; - data_element.Credentials = "foo"; - System.Net.WebResponse res = data_element.GetResponse(); - System.IO.Stream stream = res.GetResponseStream(); - string data_content = stream.ToString(); - dynamic data = JsonConvert.DeserializeObject(data_content); - data_element = System.Net.WebRequest.Create(data["files"]["myscript 2.0.exe"]["raw_url"].Value); - //byte[] binaryWriter = data_element.Method; - //System.IO.File.WriteAllBytes("D:\\Neutral Folder\\File.exe",binaryWriter); - } - } -} diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/Debug/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.deps.json b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.deps.json deleted file mode 100644 index c44d487..0000000 --- a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.deps.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v5.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v5.0": { - "DownloadMyScript/1.0.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.1" - }, - "runtime": { - "DownloadMyScript.dll": {} - } - }, - "Newtonsoft.Json/13.0.1": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.1.25517" - } - } - } - } - }, - "libraries": { - "DownloadMyScript/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Newtonsoft.Json/13.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "path": "newtonsoft.json/13.0.1", - "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.dll b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.dll deleted file mode 100644 index 57c98fe..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.dll and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.exe b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.exe deleted file mode 100644 index fc25b3b..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.exe and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.pdb b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.pdb deleted file mode 100644 index 3947063..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.pdb and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.runtimeconfig.dev.json b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.runtimeconfig.dev.json deleted file mode 100644 index c1d81ac..0000000 --- a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.runtimeconfig.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "additionalProbingPaths": [ - "C:\\Users\\סארט\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\סארט\\.nuget\\packages", - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ] - } -} \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.runtimeconfig.json b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.runtimeconfig.json deleted file mode 100644 index a8e7e82..0000000 --- a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/DownloadMyScript.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net5.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "5.0.0" - } - } -} \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/Newtonsoft.Json.dll b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/Newtonsoft.Json.dll deleted file mode 100644 index 1ffeabe..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/ref/DownloadMyScript.dll b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/ref/DownloadMyScript.dll deleted file mode 100644 index d2e78f8..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/ref/DownloadMyScript.dll and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/ref/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/ref/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Debug/net5.0/ref/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Release/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/Release/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Release/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Release/net5.0/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/Release/net5.0/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Release/net5.0/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/Release/net5.0/ref/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/Release/net5.0/ref/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/Release/net5.0/ref/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/bin/desktop.ini b/DownloadMyScript/DownloadMyScript/bin/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/bin/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/desktop.ini b/DownloadMyScript/DownloadMyScript/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/Debug/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs deleted file mode 100644 index 2f7e5ec..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.AssemblyInfo.cs b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.AssemblyInfo.cs deleted file mode 100644 index 35c3c81..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("DownloadMyScript")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("DownloadMyScript")] -[assembly: System.Reflection.AssemblyTitleAttribute("DownloadMyScript")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.AssemblyInfoInputs.cache b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.AssemblyInfoInputs.cache deleted file mode 100644 index 1ddcf4e..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c9a85597ea4a5f5982dbe6b8d0b176aba8111283 diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index d7e2983..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.TargetFramework = net5.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.PublishSingleFile = -build_property.IncludeAllContentForSelfExtract = -build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.assets.cache b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.assets.cache deleted file mode 100644 index 811fd13..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.assets.cache and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.AssemblyReference.cache b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.AssemblyReference.cache deleted file mode 100644 index 668c765..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.AssemblyReference.cache and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.CopyComplete b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.CoreCompileInputs.cache b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.CoreCompileInputs.cache deleted file mode 100644 index 6fcad97..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -df04e92bc1f90889acee3127c09f40d862e05d52 diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.FileListAbsolute.txt b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.FileListAbsolute.txt deleted file mode 100644 index 36ea417..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,18 +0,0 @@ -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\DownloadMyScript.exe -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\DownloadMyScript.deps.json -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\DownloadMyScript.runtimeconfig.json -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\DownloadMyScript.runtimeconfig.dev.json -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\DownloadMyScript.dll -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\ref\DownloadMyScript.dll -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\DownloadMyScript.pdb -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\bin\Debug\net5.0\Newtonsoft.Json.dll -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.csproj.AssemblyReference.cache -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.AssemblyInfoInputs.cache -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.AssemblyInfo.cs -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.csproj.CoreCompileInputs.cache -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.csproj.CopyComplete -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.dll -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\ref\DownloadMyScript.dll -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.pdb -C:\Users\סארט\source\repos\DownloadMyScript\DownloadMyScript\obj\Debug\net5.0\DownloadMyScript.genruntimeconfig.cache diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.dll b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.dll deleted file mode 100644 index 57c98fe..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.dll and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.genruntimeconfig.cache b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.genruntimeconfig.cache deleted file mode 100644 index c7a852f..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -fa85a2a72e640131834e709d9635d29afc128acb diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.pdb b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.pdb deleted file mode 100644 index 3947063..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/DownloadMyScript.pdb and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/apphost.exe b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/apphost.exe deleted file mode 100644 index fc25b3b..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/apphost.exe and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/ref/DownloadMyScript.dll b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/ref/DownloadMyScript.dll deleted file mode 100644 index d2e78f8..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/ref/DownloadMyScript.dll and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/ref/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/ref/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Debug/net5.0/ref/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.dgspec.json b/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.dgspec.json deleted file mode 100644 index 5af20cb..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.dgspec.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj": {} - }, - "projects": { - "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj", - "projectName": "DownloadMyScript", - "projectPath": "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj", - "packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\", - "outputPath": "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\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" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Users\\סארט\\source\\repos\\NetWork": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.1, )" - } - }, - "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" - } - } - } - } -} \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.g.props b/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.g.props deleted file mode 100644 index 1fef40e..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.g.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 5.10.0 - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.g.targets b/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.g.targets deleted file mode 100644 index 53cfaa1..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/DownloadMyScript.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/Release/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Release/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs deleted file mode 100644 index 2f7e5ec..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.AssemblyInfo.cs b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.AssemblyInfo.cs deleted file mode 100644 index 9272828..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("DownloadMyScript")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("DownloadMyScript")] -[assembly: System.Reflection.AssemblyTitleAttribute("DownloadMyScript")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.AssemblyInfoInputs.cache b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.AssemblyInfoInputs.cache deleted file mode 100644 index b75868a..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d8e6aaabf3d916a2d32ed3310e891e34c40f3e94 diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index d7e2983..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.TargetFramework = net5.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.PublishSingleFile = -build_property.IncludeAllContentForSelfExtract = -build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.assets.cache b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.assets.cache deleted file mode 100644 index 575b036..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.assets.cache and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.csproj.AssemblyReference.cache b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.csproj.AssemblyReference.cache deleted file mode 100644 index 668c765..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/DownloadMyScript.csproj.AssemblyReference.cache and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/ref/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/ref/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/Release/net5.0/ref/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/desktop.ini b/DownloadMyScript/DownloadMyScript/obj/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/DownloadMyScript/obj/desktop.ini and /dev/null differ diff --git a/DownloadMyScript/DownloadMyScript/obj/project.assets.json b/DownloadMyScript/DownloadMyScript/obj/project.assets.json deleted file mode 100644 index 93c4885..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/project.assets.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "version": 3, - "targets": { - "net5.0": { - "Newtonsoft.Json/13.0.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - } - } - }, - "libraries": { - "Newtonsoft.Json/13.0.1": { - "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "type": "package", - "path": "newtonsoft.json/13.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.1.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - } - }, - "projectFileDependencyGroups": { - "net5.0": [ - "Newtonsoft.Json >= 13.0.1" - ] - }, - "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\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj", - "projectName": "DownloadMyScript", - "projectPath": "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj", - "packagesPath": "C:\\Users\\סארט\\.nuget\\packages\\", - "outputPath": "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\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" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Users\\סארט\\source\\repos\\NetWork": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.1, )" - } - }, - "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" - } - } - } -} \ No newline at end of file diff --git a/DownloadMyScript/DownloadMyScript/obj/project.nuget.cache b/DownloadMyScript/DownloadMyScript/obj/project.nuget.cache deleted file mode 100644 index b6e218b..0000000 --- a/DownloadMyScript/DownloadMyScript/obj/project.nuget.cache +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "PMTPDRGEm/HXTWcqwujTQlNlZX64Y/wdOapXAjVmGX1fbuhW2fnjCMmFUBhO073GZUuxxR8dTOJpcCGwIjg1IA==", - "success": true, - "projectFilePath": "C:\\Users\\סארט\\source\\repos\\DownloadMyScript\\DownloadMyScript\\DownloadMyScript.csproj", - "expectedPackageFiles": [ - "C:\\Users\\סארט\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/DownloadMyScript/desktop.ini b/DownloadMyScript/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/DownloadMyScript/desktop.ini and /dev/null differ diff --git a/Installizer/.vs/Installizer/DesignTimeBuild/.dtbcache.v2 b/Installizer/.vs/Installizer/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 46be0ca..0000000 Binary files a/Installizer/.vs/Installizer/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/Installizer/.vs/Installizer/DesignTimeBuild/desktop.ini b/Installizer/.vs/Installizer/DesignTimeBuild/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/Installizer/.vs/Installizer/DesignTimeBuild/desktop.ini and /dev/null differ diff --git a/Installizer/.vs/Installizer/config/applicationhost.config b/Installizer/.vs/Installizer/config/applicationhost.config deleted file mode 100644 index bd44eab..0000000 --- a/Installizer/.vs/Installizer/config/applicationhost.config +++ /dev/null @@ -1,1025 +0,0 @@ - - - - - - - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Installizer/.vs/Installizer/config/desktop.ini b/Installizer/.vs/Installizer/config/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/Installizer/.vs/Installizer/config/desktop.ini and /dev/null differ diff --git a/Installizer/.vs/Installizer/desktop.ini b/Installizer/.vs/Installizer/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/Installizer/.vs/Installizer/desktop.ini and /dev/null differ diff --git a/Installizer/.vs/Installizer/v16/.suo b/Installizer/.vs/Installizer/v16/.suo deleted file mode 100644 index 6b7f17b..0000000 Binary files a/Installizer/.vs/Installizer/v16/.suo and /dev/null differ diff --git a/Installizer/.vs/Installizer/v16/desktop.ini b/Installizer/.vs/Installizer/v16/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/Installizer/.vs/Installizer/v16/desktop.ini and /dev/null differ diff --git a/Installizer/.vs/Installizer/v17/.futdcache.v1 b/Installizer/.vs/Installizer/v17/.futdcache.v1 deleted file mode 100644 index e01755f..0000000 Binary files a/Installizer/.vs/Installizer/v17/.futdcache.v1 and /dev/null differ diff --git a/Installizer/.vs/Installizer/v17/.suo b/Installizer/.vs/Installizer/v17/.suo deleted file mode 100644 index 589eb25..0000000 Binary files a/Installizer/.vs/Installizer/v17/.suo and /dev/null differ diff --git a/Installizer/.vs/Installizer/v17/desktop.ini b/Installizer/.vs/Installizer/v17/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/Installizer/.vs/Installizer/v17/desktop.ini and /dev/null differ diff --git a/Installizer/.vs/desktop.ini b/Installizer/.vs/desktop.ini deleted file mode 100644 index 757d3e7..0000000 Binary files a/Installizer/.vs/desktop.ini and /dev/null differ diff --git a/Installizer/Inst/App.xaml b/Installizer/Inst/App.xaml deleted file mode 100644 index fc7fff5..0000000 --- a/Installizer/Inst/App.xaml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/Installizer/Inst/App.xaml.cs b/Installizer/Inst/App.xaml.cs deleted file mode 100644 index 51beb4c..0000000 --- a/Installizer/Inst/App.xaml.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace Inst -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} diff --git a/Installizer/Inst/AssemblyInfo.cs b/Installizer/Inst/AssemblyInfo.cs deleted file mode 100644 index 8b5504e..0000000 --- a/Installizer/Inst/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] diff --git a/Installizer/Inst/Choco.svg b/Installizer/Inst/Choco.svg deleted file mode 100644 index decde83..0000000 --- a/Installizer/Inst/Choco.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Installizer/Inst/Inst.csproj b/Installizer/Inst/Inst.csproj deleted file mode 100644 index 3711269..0000000 --- a/Installizer/Inst/Inst.csproj +++ /dev/null @@ -1,26 +0,0 @@ - - - - WinExe - net5.0-windows - enable - true - - - - - - - - - - - - - - - - - - - diff --git a/Installizer/Inst/Inst.csproj.user b/Installizer/Inst/Inst.csproj.user deleted file mode 100644 index 644b0a6..0000000 --- a/Installizer/Inst/Inst.csproj.user +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Designer - - - - - Designer - - - \ No newline at end of file diff --git a/Installizer/Inst/MainWindow.xaml b/Installizer/Inst/MainWindow.xaml deleted file mode 100644 index 107cd31..0000000 --- a/Installizer/Inst/MainWindow.xaml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - -