change everything

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

View File

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

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +0,0 @@
{
"CurrentProjectSetting": null
}

View File

@@ -7,5 +7,6 @@
"\\Windows.Common\\Properties",
"\\Windows.Common\\Wifi"
],
"SelectedNode": "\\Windows.Common\\Wifi\\Interop.cs",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

View File

@@ -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

Binary file not shown.

View File

@@ -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

View File

@@ -1,12 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>

View File

@@ -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);
}
}
}

View File

@@ -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"
}
}
}

View File

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

View File

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

View File

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

View File

@@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("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.

View File

@@ -1 +0,0 @@
c9a85597ea4a5f5982dbe6b8d0b176aba8111283

View File

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

View File

@@ -1 +0,0 @@
df04e92bc1f90889acee3127c09f40d862e05d52

View File

@@ -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

View File

@@ -1 +0,0 @@
fa85a2a72e640131834e709d9635d29afc128acb

View File

@@ -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"
}
}
}
}
}

View File

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

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

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

View File

@@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("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.

View File

@@ -1 +0,0 @@
d8e6aaabf3d916a2d32ed3310e891e34c40f3e94

View File

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

View File

@@ -1,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"
}
}
}
}

View File

@@ -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": []
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,11 +0,0 @@
<Application x:Class="Inst.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Inst"
xmlns:internal="using:Installizer.Program"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>

View File

@@ -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
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}

View File

@@ -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)
)]

View File

@@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 103.6 70.4" enable-background="new 0 0 103.6 70.4" xml:space="preserve">
<g>
<rect y="17.2" fill="#884B2E" width="103.6" height="53.2"/>
<g>
<polygon opacity="0.2" fill="#FFFFFF" points="98,34.6 103.6,34.6 103.6,70.4 0,70.4 5.7,64.5 33,64.5 35.2,70.4 37.5,64.5
66.1,64.5 68.3,70.4 70.6,64.5 98,64.5 "/>
</g>
<polygon opacity="0.3" fill="#FFFFFF" points="66.1,64.5 66.1,36.5 68.3,36.5 68.3,70.4 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="33,64.5 33,36.5 35.2,36.5 35.2,70.4 "/>
<g opacity="0.2">
<polygon fill="#12100B" points="68.3,70.4 68.3,36.5 70.6,36.5 70.6,64.5 "/>
<polygon fill="#12100B" points="35.2,70.4 35.2,36.5 37.5,36.5 37.5,64.5 "/>
<polygon fill="#12100B" points="0,70.4 0,33.6 5.7,33.6 5.7,64.5 "/>
</g>
</g>
<g>
<g>
<g>
<polygon fill="#80B5E3" points="5.6,52.4 0,48 0,0 103.6,0 103.6,48.4 98,52.4 88.5,50.6 79.1,56.8 75.3,52.4 60.9,55 53.2,50.1
47.8,53.8 35,49.1 27.5,51.2 15.6,54.7 "/>
</g>
</g>
</g>
<path fill="#FDC300" d="M42.3,19.6C42.3,19.6,42.4,19.6,42.3,19.6C42.4,19.6,42.3,19.6,42.3,19.6z"/>
<g>
<g>
<path fill="#242C5C" d="M81.6,30c1.6,0.3,4.9-4.1,6-5.3c1.2-1.3,2-0.7,1.3,0.7c-0.6,1.4-1.9,3.7-1.1,4.1c1.7,0.7,3.4-1.9,4-3
c1.9-3.5,1.9,0.2,1.6,2c-0.8,4-0.7,14.2-16.6,13c-2.6-0.2-6.9-2.9-4.7-5.5c2.2-2.7,10.2-3.5,12.8-1.3c0.8,0.7,0.5,1.8-0.7,1.2
c-0.9-0.5-2.4-1.1-5-0.7c-1.2,0.2-3.2,1.5-1.6,2.7c1.6,1.2,7.8,0.6,9.7-0.6c3.7-2.2,3.2-6.2,3.5-6.7c0,0,0,0,0,0c0,0,0,0,0,0
c-0.7,0.8-1.7,1.9-4.1,1.6c-1.7-0.2-1.4-1.8-1.3-2.7c-1.5,1.5-2.7,2.1-4.2,2.1c-0.8,0-1.7-0.2-2.4-0.9c-4.4,2-7,0-5.5-4.2
c1.1-3.1,2.6-5.9,3.3-7.1c1.8-3,4.1-1.5,3.1,0c-1.2,1.9-3.5,4.7-4.5,7.2c-1.5,3.8,1.8,3.7,3,3.2c0-0.1-0.1-0.2-0.1-0.3
c-1.2-3.3,2.5-8.1,6.1-5.4c1,1.5-1.1,3.9-3.5,5.5c-0.1,0.1-0.2,0.1-0.3,0.2C80.8,29.8,81.2,29.9,81.6,30z M79.8,28.8
c1.6-1.1,2.9-2.6,2.2-3.1C80.9,24.8,79.1,27.2,79.8,28.8z"/>
<path fill="#242C5C" d="M16.7,35.5c2.6,1.7,6.6-6.4,4.5-7.5c-3.2-1.8-7.5,5.1-7.7,8.4c-0.2,2.7,1.9,5.1,5,3.9
c3.8-1.5,5.7-3.9,7.2-6.6c1-1.6,4.8-9.7,3.4-10.8c-1.2-0.9-3.4,0.9-2.9,5.2c0.2,1.7,1,4.4,1.4,7.2c0.6-1.5,1.9-3.7,3.3-4.2
c4.4-1.4-0.1,6.7,1.8,6c1.3-0.5,1.7-8.2,5.5-8.9c3.4-0.6,3.2,6.1,0.1,8.1c-2.9,1.9-4-1.4-3.3-4.2c0.3-1.2,2.2-2.2,1.5-1
c-0.8,1.4-0.2,3.6,1.1,3.1c2.2-0.9,2.7-5.8,0.4-4.5c-2.5,1.3-2.2,6.1-4.2,8.2c-0.7,0.7-1.9,0.9-2.2,0.6c-1.1-0.9,1.1-6-0.5-5.5
c-1.3,0.4-1.9,3.7-2.5,5.3c-0.1,0.3-0.2,1.9-0.2,1.9l-1.6,0.7c-0.1-3.4-0.7-6.9-1.6-11.6c-0.9-4.9,1.7-9.6,4.8-10
c4.7-0.7,3,4,1.3,7C28.3,31.5,25,39.9,20.8,44c-5.8,5.5-12.6,0.5-11.2-6.6C10.5,33,15.1,24.6,21,26.2c4.9,1.4,2.5,6.9,0.2,9.5
c-1.2,1.3-3.5,2.3-5,0.9C15.6,36.1,15.9,35,16.7,35.5z"/>
<path fill="#242C5C" d="M46.2,28.9c0-1-0.5-1.2-1.3-0.9c-1.1,0.3-2,1.8-1.8,3.2c0.1,0.8,0.9,1.5,2.3,1.1c2.6-0.7,3.5-5.3,5.6-6.8
c4.1-2.9,6,3.9,2.7,7c-2.1,2-5.1,0.9-5-2.5c0.1-2.4,1.7-5.1,4.3-5.3c2.6-0.3,2.7,2.2,5,2.4c2.4,0.2,3.9-4.9,3.6-7.1
c-0.3-2.4-1.8-2.1-3.2,1.2c-0.9,2.1-1.3,8.7,1.3,9.1c2.2,0.3,4.3-7.5,8.6-7.2c2.8,0.2,3,5.9,0.7,7.5c-1.1,1.1-2.5,1.1-3.5,1
c-2.7-0.2-2.9-4.2-0.9-6.5c1.1-1.2,2.2-0.8,1,0.3c-1.4,1.3-0.9,3.3,0.3,3.5c3.4,0.5,3.8-4.9,1.3-4.4c-0.9,0.2-2.1,1.1-3.6,3.5
c-0.9,1.4-2.5,4.1-3.7,4.4c-1.2,0.3-2.2-0.1-2.9-2.3c-1-3.1-0.5-6.8,0.3-9.7c2.2-7.9,8.6-5.2,7.2,0c-0.6,2.4-2.7,6.5-5,7.7
c-2.7,1.3-3.1-1.2-5.3-1.9c-3.2-1.1-5.9,4.4-2.2,4.3c2.6-0.4,3.4-5.3,0.4-4.1c-2.9,1.1-3.3,5.3-5.4,7.5c-2.9,3-6.1,0.6-5.3-3.7
c0.2-1.3,1.8-3.3,3.4-3.6c1.7-0.3,2.7,0.8,2.3,2.5C47,29.6,46.2,29.7,46.2,28.9z"/>
<path fill="#242C5C" d="M72,24.8c-1.4,1.4-1.6,3.8-0.3,4.8c0.5,0.5,1.9,0.4,2.9-0.2l0.4,0.9c-3.4,2.7-6.3,0-5.4-4
c0.1-0.4,0.7-1.6,1.3-2.3C71.8,23,72.9,23.9,72,24.8z"/>
<path fill="#242C5C" d="M73.3,21.3c-1.6-0.8-1.8,0.4-0.9,0.9c4.1,2.4,7.3,1.2,8.2,0.3c0.9-0.8,0.2-1.3-0.6-1.1
C77.5,22.2,75.3,22.3,73.3,21.3z"/>
</g>
</g>
<polygon opacity="0.2" fill="#FFFFFF" points="103.6,0 98,0 98,52.4 103.6,48.4 "/>
<polygon opacity="0.2" fill="#12100B" points="5.6,52.4 5.6,0 0,0 0,48 "/>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1,26 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Installizer\Installizer.csproj" />
</ItemGroup>
<ItemGroup>
<Resource Include="res\Choco.svg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetProjects.SVGImage" Version="4.1.97" />
<PackageReference Include="SharpVectors" Version="1.7.6" />
<PackageReference Include="SVGImage" Version="3.0.0" />
</ItemGroup>
</Project>

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<SubType>Designer</SubType>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>

View File

@@ -1,44 +0,0 @@
<Window x:Class="Inst.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Inst"
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
xmlns:svg1="clr-namespace:SVGImage.SVG;assembly=DotNetProjects.SVGImage"
mc:Ignorable="d"
Title="MainWindow" Height="524" Width="1059">
<Window.Resources>
<svg1:SvgIconConverter x:Key="SvgIconConverterExtension"/>
</Window.Resources>
<TabControl>
<TabItem Header="Installations" FontFamily="Alef">
<Grid Background="#FFE5E5E5">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<DockPanel HorizontalAlignment="Left" Height="480" LastChildFill="False" VerticalAlignment="Center" Width="207">
<Button DockPanel.Dock="Top" Height="50" Click="Button_Click" ToolTip="To modify the apps that will be installed, Push Right Click">
<Button.Content>
<Canvas Width="207" Height="50" HorizontalAlignment="Center" VerticalAlignment="Center">
<Canvas Opacity="0.40">
<svgc:SvgViewbox Source=".\res\Choco.svg" Height="50" Width="207" Stretch="Fill" Opacity="40" />
</Canvas>
<TextBlock Text="Chocolatey" Canvas.Left="73" Canvas.Top="17" />
</Canvas>
</Button.Content>
</Button>
<Button Content="Task Scheduler" DockPanel.Dock="Top" Width="207" Height="50" Click="Button_Click_1"/>
<Button Height="50" DockPanel.Dock="Top" Content="Winget" />
<Button Content="Activate Windows" DockPanel.Dock="Top" Height="50"/>
<Button Content="Office" DockPanel.Dock="Top" Height="50" />
</DockPanel>
</Grid>
</TabItem>
<TabItem Header="TabItem">
<Grid Background="#FFE5E5E5"/>
</TabItem>
</TabControl>
</Window>

View File

@@ -1,37 +0,0 @@
using Installizer;
using System.Windows;
namespace Inst
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Tasker tasker = new Tasker("ab", "cd");
int[] i = new int[] { 1, 2 };
tasker.TaskActionsDefine(@"C:\Program Files\PowerShell\7\pwsh.exe", null, null);
tasker.TaskDailyTriggerrDefine("12:30");
//tasker.TaskSettingsDefine();
tasker.TaskPrincipal(user: "Feanor\\סארט");
tasker.RegisterTask();
System.Console.WriteLine("now");
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
}
private void SvgCanvas_SourceUpdated(object sender, System.Windows.Data.DataTransferEventArgs e)
{
}
}
}

View File

@@ -1,379 +0,0 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Inst/1.0.0": {
"dependencies": {
"DotNetProjects.SVGImage": "4.1.97",
"Installizer": "1.0.0",
"SVGImage": "3.0.0",
"SharpVectors": "1.7.6"
},
"runtime": {
"Inst.dll": {}
}
},
"DotNetProjects.SVGImage/4.1.97": {
"runtime": {
"lib/netcoreapp3.1/DotNetProjects.SVGImage.dll": {
"assemblyVersion": "4.1.97.0",
"fileVersion": "4.1.97.0"
}
}
},
"ManagedNativeWifi/2.1.0": {
"runtime": {
"lib/net5.0/ManagedNativeWifi.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"Microsoft.NETCore.Platforms/5.0.0": {},
"Microsoft.Win32.Registry/5.0.0": {
"dependencies": {
"System.Security.AccessControl": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"NuGet.Common/5.11.0": {
"dependencies": {
"NuGet.Frameworks": "5.11.0"
},
"runtime": {
"lib/netstandard2.0/NuGet.Common.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Configuration/5.11.0": {
"dependencies": {
"NuGet.Common": "5.11.0",
"System.Security.Cryptography.ProtectedData": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/NuGet.Configuration.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Frameworks/5.11.0": {
"runtime": {
"lib/netstandard2.0/NuGet.Frameworks.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Packaging/5.11.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"NuGet.Configuration": "5.11.0",
"NuGet.Versioning": "5.11.0",
"System.Security.Cryptography.Cng": "5.0.0",
"System.Security.Cryptography.Pkcs": "5.0.0"
},
"runtime": {
"lib/net5.0/NuGet.Packaging.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Versioning/5.11.0": {
"runtime": {
"lib/netstandard2.0/NuGet.Versioning.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"SharpVectors/1.7.6": {
"runtime": {
"lib/net5.0-windows/SharpVectors.Converters.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Core.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Css.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Dom.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Model.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Rendering.Gdi.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Rendering.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Runtime.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
}
}
},
"SVGImage/3.0.0": {
"runtime": {
"lib/net5.0-windows7.0/SVGImage.dll": {
"assemblyVersion": "3.0.0.0",
"fileVersion": "3.0.0.0"
}
}
},
"System.Diagnostics.EventLog/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"Microsoft.Win32.Registry": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"System.Formats.Asn1/5.0.0": {},
"System.Security.AccessControl/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"System.Security.Cryptography.Cng/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0"
}
},
"System.Security.Cryptography.Pkcs/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0",
"System.Security.Cryptography.Cng": "5.0.0"
}
},
"System.Security.Cryptography.ProtectedData/4.4.0": {},
"System.Security.Principal.Windows/5.0.0": {},
"TaskScheduler/2.9.1": {
"dependencies": {
"Microsoft.Win32.Registry": "5.0.0",
"System.Diagnostics.EventLog": "5.0.0",
"System.Security.AccessControl": "5.0.0"
},
"runtime": {
"lib/net5.0-windows7.0/Microsoft.Win32.TaskScheduler.dll": {
"assemblyVersion": "2.9.1.0",
"fileVersion": "2.9.1.0"
}
},
"resources": {
"lib/net5.0-windows7.0/de/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "de"
},
"lib/net5.0-windows7.0/es/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "es"
},
"lib/net5.0-windows7.0/fr/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "fr"
},
"lib/net5.0-windows7.0/it/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "it"
},
"lib/net5.0-windows7.0/pl/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "pl"
},
"lib/net5.0-windows7.0/ru/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "ru"
},
"lib/net5.0-windows7.0/zh-CN/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "zh-CN"
}
}
},
"Installizer/1.0.0": {
"dependencies": {
"ManagedNativeWifi": "2.1.0",
"Microsoft.Win32.Registry": "5.0.0",
"Newtonsoft.Json": "13.0.1",
"NuGet.Packaging": "5.11.0",
"SharpVectors": "1.7.6",
"TaskScheduler": "2.9.1"
},
"runtime": {
"Installizer.dll": {}
}
}
}
},
"libraries": {
"Inst/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DotNetProjects.SVGImage/4.1.97": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oHFwb6OrEuli41DTZUaEX9OXH1/RcJR+qJIVtDmMpktcCeORKmXG5VVGmfBmRIjpQK+MpYhP9hFgdWFB6/R3Ag==",
"path": "dotnetprojects.svgimage/4.1.97",
"hashPath": "dotnetprojects.svgimage.4.1.97.nupkg.sha512"
},
"ManagedNativeWifi/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JljrCZt9ZzDj4+0INn3ppASTSHJI1NUwZo5P4SkG10hK2CiGc8XassdgJphQ7Izf3aEmxmP9XCjI40LXNE08fw==",
"path": "managednativewifi/2.1.0",
"hashPath": "managednativewifi.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
"path": "microsoft.netcore.platforms/5.0.0",
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
"path": "microsoft.win32.registry/5.0.0",
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.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"
},
"NuGet.Common/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WCHexQBfSqBDRqP3PSDSUw7YM+PwuvMHGAkT/sXI5UHze4T41yLE+VB/km2Fe0z9y3m2mudcr2djFZezivjMJw==",
"path": "nuget.common/5.11.0",
"hashPath": "nuget.common.5.11.0.nupkg.sha512"
},
"NuGet.Configuration/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NqsQe198CTHoo7NMrKQL8utd6n9yVb9CPgJmpyF6kpEsLFo/9r0wqGL3ln8Mtcz8yuJpOPWFQEoOlzDzu3LfUg==",
"path": "nuget.configuration/5.11.0",
"hashPath": "nuget.configuration.5.11.0.nupkg.sha512"
},
"NuGet.Frameworks/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
"path": "nuget.frameworks/5.11.0",
"hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
},
"NuGet.Packaging/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-knlpQuqTL8BEXUHTdZ9Wlz3pjck5nv0OYsCpSkaQAukl7fFcX4apAs8cwJgxHiEZjfWNG1npZOzpYdHG59v5xQ==",
"path": "nuget.packaging/5.11.0",
"hashPath": "nuget.packaging.5.11.0.nupkg.sha512"
},
"NuGet.Versioning/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mCv/GzvMk5iatWoZY41PoIShEbwVxq9CDCc1fV/uqPFKZ4DD/1JuKZ5AL/FJJRsTanvMR3EOXKYCLdQ7PFYn8Q==",
"path": "nuget.versioning/5.11.0",
"hashPath": "nuget.versioning.5.11.0.nupkg.sha512"
},
"SharpVectors/1.7.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4mdmSPJCUdA+7ig8rMl4MbJ0qB/oDOByCmLhRdDjG54+sGIIYI004vkR4uPbWYsjn/Fgdi55s0vLqO2nLL0jDg==",
"path": "sharpvectors/1.7.6",
"hashPath": "sharpvectors.1.7.6.nupkg.sha512"
},
"SVGImage/3.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-m8WrTTRJ9lLzxUAq1x1np9Xbz+0upunD9yTQvAJVhv/TceknMjxsJYNJdPe1vTOK/2humSDwcB5QHg6UBaccuQ==",
"path": "svgimage/3.0.0",
"hashPath": "svgimage.3.0.0.nupkg.sha512"
},
"System.Diagnostics.EventLog/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FHkCwUfsTs+/5tsK+c0egLfacUgbhvcwi3wUFWSEEArSXao343mYqcpOVVFMlcCkdNtjU4YwAWaKYwal6f02og==",
"path": "system.diagnostics.eventlog/5.0.0",
"hashPath": "system.diagnostics.eventlog.5.0.0.nupkg.sha512"
},
"System.Formats.Asn1/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
"path": "system.formats.asn1/5.0.0",
"hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
},
"System.Security.AccessControl/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
"path": "system.security.accesscontrol/5.0.0",
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Cng/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
"path": "system.security.cryptography.cng/5.0.0",
"hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
"path": "system.security.cryptography.pkcs/5.0.0",
"hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
"path": "system.security.cryptography.protecteddata/4.4.0",
"hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
},
"System.Security.Principal.Windows/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
},
"TaskScheduler/2.9.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wtiNKxMnWS4lpVvJooJM7FbATUpENusKsPfyV1gbusJS9WyZ7XfVp+S75XK8tpD4Grm6XQmTOlxwz2K4sCmPOw==",
"path": "taskscheduler/2.9.1",
"hashPath": "taskscheduler.2.9.1.nupkg.sha512"
},
"Installizer/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

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

View File

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

View File

@@ -1,333 +0,0 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Installizer/1.0.0": {
"dependencies": {
"ManagedNativeWifi": "2.1.0",
"Microsoft.Win32.Registry": "5.0.0",
"Newtonsoft.Json": "13.0.1",
"NuGet.Packaging": "5.11.0",
"SharpVectors": "1.7.6",
"TaskScheduler": "2.9.1"
},
"runtime": {
"Installizer.dll": {}
}
},
"ManagedNativeWifi/2.1.0": {
"runtime": {
"lib/net5.0/ManagedNativeWifi.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"Microsoft.NETCore.Platforms/5.0.0": {},
"Microsoft.Win32.Registry/5.0.0": {
"dependencies": {
"System.Security.AccessControl": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"NuGet.Common/5.11.0": {
"dependencies": {
"NuGet.Frameworks": "5.11.0"
},
"runtime": {
"lib/netstandard2.0/NuGet.Common.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Configuration/5.11.0": {
"dependencies": {
"NuGet.Common": "5.11.0",
"System.Security.Cryptography.ProtectedData": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/NuGet.Configuration.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Frameworks/5.11.0": {
"runtime": {
"lib/netstandard2.0/NuGet.Frameworks.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Packaging/5.11.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"NuGet.Configuration": "5.11.0",
"NuGet.Versioning": "5.11.0",
"System.Security.Cryptography.Cng": "5.0.0",
"System.Security.Cryptography.Pkcs": "5.0.0"
},
"runtime": {
"lib/net5.0/NuGet.Packaging.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Versioning/5.11.0": {
"runtime": {
"lib/netstandard2.0/NuGet.Versioning.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"SharpVectors/1.7.6": {
"runtime": {
"lib/net5.0-windows/SharpVectors.Converters.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Core.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Css.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Dom.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Model.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Rendering.Gdi.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Rendering.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Runtime.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
}
}
},
"System.Diagnostics.EventLog/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"Microsoft.Win32.Registry": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"System.Formats.Asn1/5.0.0": {},
"System.Security.AccessControl/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"System.Security.Cryptography.Cng/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0"
}
},
"System.Security.Cryptography.Pkcs/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0",
"System.Security.Cryptography.Cng": "5.0.0"
}
},
"System.Security.Cryptography.ProtectedData/4.4.0": {},
"System.Security.Principal.Windows/5.0.0": {},
"TaskScheduler/2.9.1": {
"dependencies": {
"Microsoft.Win32.Registry": "5.0.0",
"System.Diagnostics.EventLog": "5.0.0",
"System.Security.AccessControl": "5.0.0"
},
"runtime": {
"lib/net5.0-windows7.0/Microsoft.Win32.TaskScheduler.dll": {
"assemblyVersion": "2.9.1.0",
"fileVersion": "2.9.1.0"
}
},
"resources": {
"lib/net5.0-windows7.0/de/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "de"
},
"lib/net5.0-windows7.0/es/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "es"
},
"lib/net5.0-windows7.0/fr/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "fr"
},
"lib/net5.0-windows7.0/it/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "it"
},
"lib/net5.0-windows7.0/pl/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "pl"
},
"lib/net5.0-windows7.0/ru/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "ru"
},
"lib/net5.0-windows7.0/zh-CN/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "zh-CN"
}
}
}
}
},
"libraries": {
"Installizer/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ManagedNativeWifi/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JljrCZt9ZzDj4+0INn3ppASTSHJI1NUwZo5P4SkG10hK2CiGc8XassdgJphQ7Izf3aEmxmP9XCjI40LXNE08fw==",
"path": "managednativewifi/2.1.0",
"hashPath": "managednativewifi.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
"path": "microsoft.netcore.platforms/5.0.0",
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
"path": "microsoft.win32.registry/5.0.0",
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.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"
},
"NuGet.Common/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WCHexQBfSqBDRqP3PSDSUw7YM+PwuvMHGAkT/sXI5UHze4T41yLE+VB/km2Fe0z9y3m2mudcr2djFZezivjMJw==",
"path": "nuget.common/5.11.0",
"hashPath": "nuget.common.5.11.0.nupkg.sha512"
},
"NuGet.Configuration/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NqsQe198CTHoo7NMrKQL8utd6n9yVb9CPgJmpyF6kpEsLFo/9r0wqGL3ln8Mtcz8yuJpOPWFQEoOlzDzu3LfUg==",
"path": "nuget.configuration/5.11.0",
"hashPath": "nuget.configuration.5.11.0.nupkg.sha512"
},
"NuGet.Frameworks/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
"path": "nuget.frameworks/5.11.0",
"hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
},
"NuGet.Packaging/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-knlpQuqTL8BEXUHTdZ9Wlz3pjck5nv0OYsCpSkaQAukl7fFcX4apAs8cwJgxHiEZjfWNG1npZOzpYdHG59v5xQ==",
"path": "nuget.packaging/5.11.0",
"hashPath": "nuget.packaging.5.11.0.nupkg.sha512"
},
"NuGet.Versioning/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mCv/GzvMk5iatWoZY41PoIShEbwVxq9CDCc1fV/uqPFKZ4DD/1JuKZ5AL/FJJRsTanvMR3EOXKYCLdQ7PFYn8Q==",
"path": "nuget.versioning/5.11.0",
"hashPath": "nuget.versioning.5.11.0.nupkg.sha512"
},
"SharpVectors/1.7.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4mdmSPJCUdA+7ig8rMl4MbJ0qB/oDOByCmLhRdDjG54+sGIIYI004vkR4uPbWYsjn/Fgdi55s0vLqO2nLL0jDg==",
"path": "sharpvectors/1.7.6",
"hashPath": "sharpvectors.1.7.6.nupkg.sha512"
},
"System.Diagnostics.EventLog/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FHkCwUfsTs+/5tsK+c0egLfacUgbhvcwi3wUFWSEEArSXao343mYqcpOVVFMlcCkdNtjU4YwAWaKYwal6f02og==",
"path": "system.diagnostics.eventlog/5.0.0",
"hashPath": "system.diagnostics.eventlog.5.0.0.nupkg.sha512"
},
"System.Formats.Asn1/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
"path": "system.formats.asn1/5.0.0",
"hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
},
"System.Security.AccessControl/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
"path": "system.security.accesscontrol/5.0.0",
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Cng/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
"path": "system.security.cryptography.cng/5.0.0",
"hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
"path": "system.security.cryptography.pkcs/5.0.0",
"hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
"path": "system.security.cryptography.protecteddata/4.4.0",
"hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
},
"System.Security.Principal.Windows/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
},
"TaskScheduler/2.9.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wtiNKxMnWS4lpVvJooJM7FbATUpENusKsPfyV1gbusJS9WyZ7XfVp+S75XK8tpD4Grm6XQmTOlxwz2K4sCmPOw==",
"path": "taskscheduler/2.9.1",
"hashPath": "taskscheduler.2.9.1.nupkg.sha512"
}
}
}

View File

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

View File

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

View File

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

View File

@@ -1,72 +0,0 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DB6520F5B0C907C9DD6755E52CAD17FF1723CDDF"
//------------------------------------------------------------------------------
// <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 Inst;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Inst {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public void InitializeComponent() {
#line 7 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public static void Main() {
Inst.App app = new Inst.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -1,72 +0,0 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DB6520F5B0C907C9DD6755E52CAD17FF1723CDDF"
//------------------------------------------------------------------------------
// <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 Inst;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Inst {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public void InitializeComponent() {
#line 7 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public static void Main() {
Inst.App app = new Inst.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +0,0 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

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

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