diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json
new file mode 100644
index 0000000..f8b4888
--- /dev/null
+++ b/.vs/ProjectSettings.json
@@ -0,0 +1,3 @@
+{
+ "CurrentProjectSetting": null
+}
\ No newline at end of file
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
new file mode 100644
index 0000000..871535a
--- /dev/null
+++ b/.vs/VSWorkspaceState.json
@@ -0,0 +1,7 @@
+{
+ "ExpandedNodes": [
+ ""
+ ],
+ "SelectedNode": "\\C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП",
+ "PreviewInSolutionExplorer": false
+}
\ No newline at end of file
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
new file mode 100644
index 0000000..3e55f05
Binary files /dev/null and b/.vs/slnx.sqlite differ
diff --git a/.vs/РПП/v17/.suo b/.vs/РПП/v17/.suo
new file mode 100644
index 0000000..3486efb
Binary files /dev/null and b/.vs/РПП/v17/.suo differ
diff --git a/MotorShip/.vs/MotorShip/FileContentIndex/18c1ffce-81f1-4e7d-a302-88a4b1136ccc.vsidx b/MotorShip/.vs/MotorShip/FileContentIndex/18c1ffce-81f1-4e7d-a302-88a4b1136ccc.vsidx
new file mode 100644
index 0000000..b07616d
Binary files /dev/null and b/MotorShip/.vs/MotorShip/FileContentIndex/18c1ffce-81f1-4e7d-a302-88a4b1136ccc.vsidx differ
diff --git a/MotorShip/.vs/MotorShip/FileContentIndex/2b72ab28-7e4e-4ca6-aa2a-d4163a85334d.vsidx b/MotorShip/.vs/MotorShip/FileContentIndex/2b72ab28-7e4e-4ca6-aa2a-d4163a85334d.vsidx
new file mode 100644
index 0000000..d54cff9
Binary files /dev/null and b/MotorShip/.vs/MotorShip/FileContentIndex/2b72ab28-7e4e-4ca6-aa2a-d4163a85334d.vsidx differ
diff --git a/MotorShip/.vs/MotorShip/FileContentIndex/77725ada-0ccd-468d-84e4-969fa905ce9f.vsidx b/MotorShip/.vs/MotorShip/FileContentIndex/77725ada-0ccd-468d-84e4-969fa905ce9f.vsidx
new file mode 100644
index 0000000..d72e617
Binary files /dev/null and b/MotorShip/.vs/MotorShip/FileContentIndex/77725ada-0ccd-468d-84e4-969fa905ce9f.vsidx differ
diff --git a/MotorShip/.vs/MotorShip/FileContentIndex/cec61c6b-d868-495b-800a-b234bcefab75.vsidx b/MotorShip/.vs/MotorShip/FileContentIndex/cec61c6b-d868-495b-800a-b234bcefab75.vsidx
new file mode 100644
index 0000000..c3ff1a1
Binary files /dev/null and b/MotorShip/.vs/MotorShip/FileContentIndex/cec61c6b-d868-495b-800a-b234bcefab75.vsidx differ
diff --git a/MotorShip/.vs/MotorShip/FileContentIndex/read.lock b/MotorShip/.vs/MotorShip/FileContentIndex/read.lock
new file mode 100644
index 0000000..e69de29
diff --git a/MotorShip/.vs/MotorShip/v17/.suo b/MotorShip/.vs/MotorShip/v17/.suo
new file mode 100644
index 0000000..851a3cc
Binary files /dev/null and b/MotorShip/.vs/MotorShip/v17/.suo differ
diff --git a/MotorShip/MotorShip.sln b/MotorShip/MotorShip.sln
new file mode 100644
index 0000000..3e2fe2d
--- /dev/null
+++ b/MotorShip/MotorShip.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.3.32922.545
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MotorShip", "MotorShip\MotorShip.csproj", "{93B18DF4-AAEC-4934-9DA3-99513CAABB98}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {93B18DF4-AAEC-4934-9DA3-99513CAABB98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {93B18DF4-AAEC-4934-9DA3-99513CAABB98}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {93B18DF4-AAEC-4934-9DA3-99513CAABB98}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {93B18DF4-AAEC-4934-9DA3-99513CAABB98}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {A6002407-47FC-41F6-AEC7-50F09644AAAB}
+ EndGlobalSection
+EndGlobal
diff --git a/MotorShip/MotorShip/Form1.Designer.cs b/MotorShip/MotorShip/Form1.Designer.cs
new file mode 100644
index 0000000..1995d57
--- /dev/null
+++ b/MotorShip/MotorShip/Form1.Designer.cs
@@ -0,0 +1,39 @@
+namespace MotorShip
+{
+ partial class Form1
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Text = "Form1";
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/Form1.cs b/MotorShip/MotorShip/Form1.cs
new file mode 100644
index 0000000..d876784
--- /dev/null
+++ b/MotorShip/MotorShip/Form1.cs
@@ -0,0 +1,10 @@
+namespace MotorShip
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/Form1.resx b/MotorShip/MotorShip/Form1.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/MotorShip/MotorShip/Form1.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/MotorShip/MotorShip/MotorShip.csproj b/MotorShip/MotorShip/MotorShip.csproj
new file mode 100644
index 0000000..b57c89e
--- /dev/null
+++ b/MotorShip/MotorShip/MotorShip.csproj
@@ -0,0 +1,11 @@
+
+
+
+ WinExe
+ net6.0-windows
+ enable
+ true
+ enable
+
+
+
\ No newline at end of file
diff --git a/MotorShip/MotorShip/MotorShip.csproj.user b/MotorShip/MotorShip/MotorShip.csproj.user
new file mode 100644
index 0000000..7814ea2
--- /dev/null
+++ b/MotorShip/MotorShip/MotorShip.csproj.user
@@ -0,0 +1,8 @@
+
+
+
+
+ Form
+
+
+
diff --git a/MotorShip/MotorShip/Program.cs b/MotorShip/MotorShip/Program.cs
new file mode 100644
index 0000000..07307e2
--- /dev/null
+++ b/MotorShip/MotorShip/Program.cs
@@ -0,0 +1,17 @@
+namespace MotorShip
+{
+ internal static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ // To customize application configuration such as set high DPI settings or default font,
+ // see https://aka.ms/applicationconfiguration.
+ ApplicationConfiguration.Initialize();
+ Application.Run(new Form1());
+ }
+ }
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/MotorShip/MotorShip/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..36203c7
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.AssemblyInfo.cs b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.AssemblyInfo.cs
new file mode 100644
index 0000000..a824ddf
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Этот код создан программой.
+// Исполняемая версия:4.0.30319.42000
+//
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+// повторной генерации кода.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("MotorShip")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("MotorShip")]
+[assembly: System.Reflection.AssemblyTitleAttribute("MotorShip")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Создано классом WriteCodeFragment MSBuild.
+
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.AssemblyInfoInputs.cache b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..0761dab
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+2144dd3f1a114986286c85a97276847d2958bdf6
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.GeneratedMSBuildEditorConfig.editorconfig b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bab657f
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.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 = MotorShip
+build_property.ProjectDir = C:\Users\Екатерина\OneDrive\Desktop\РПП\MotorShip\MotorShip\
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.GlobalUsings.g.cs b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.GlobalUsings.g.cs
new file mode 100644
index 0000000..84bbb89
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Drawing;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
+global using global::System.Windows.Forms;
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.assets.cache b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.assets.cache
new file mode 100644
index 0000000..d5e6e9d
Binary files /dev/null and b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.assets.cache differ
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.csproj.AssemblyReference.cache b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..e23a5d6
Binary files /dev/null and b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.csproj.AssemblyReference.cache differ
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.designer.deps.json b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.designer.deps.json
new file mode 100644
index 0000000..706cdfa
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.designer.deps.json
@@ -0,0 +1,11 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {}
+ },
+ "libraries": {}
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.designer.runtimeconfig.json b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.designer.runtimeconfig.json
new file mode 100644
index 0000000..330b7e8
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Debug/net6.0-windows/MotorShip.designer.runtimeconfig.json
@@ -0,0 +1,23 @@
+{
+ "runtimeOptions": {
+ "tfm": "net6.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "6.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "6.0.0"
+ }
+ ],
+ "additionalProbingPaths": [
+ "C:\\Users\\Екатерина\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\Екатерина\\.nuget\\packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.dgspec.json b/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..efdcdbe
--- /dev/null
+++ b/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.dgspec.json
@@ -0,0 +1,71 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj",
+ "projectName": "MotorShip",
+ "projectPath": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj",
+ "packagesPath": "C:\\Users\\Екатерина\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\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": [
+ "net6.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.g.props b/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.g.props
new file mode 100644
index 0000000..005c34f
--- /dev/null
+++ b/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Екатерина\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.3.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.g.targets b/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/MotorShip/MotorShip/obj/MotorShip.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/MotorShip/MotorShip/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..36203c7
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
diff --git a/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.AssemblyInfo.cs b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.AssemblyInfo.cs
new file mode 100644
index 0000000..01757df
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Этот код создан программой.
+// Исполняемая версия:4.0.30319.42000
+//
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+// повторной генерации кода.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("MotorShip")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("MotorShip")]
+[assembly: System.Reflection.AssemblyTitleAttribute("MotorShip")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Создано классом WriteCodeFragment MSBuild.
+
diff --git a/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.AssemblyInfoInputs.cache b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..ea2bb62
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+c82a683d8cd54ea9d974e0f6a0cc0f94d564edbb
diff --git a/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.GeneratedMSBuildEditorConfig.editorconfig b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bab657f
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.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 = MotorShip
+build_property.ProjectDir = C:\Users\Екатерина\OneDrive\Desktop\РПП\MotorShip\MotorShip\
diff --git a/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.GlobalUsings.g.cs b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.GlobalUsings.g.cs
new file mode 100644
index 0000000..84bbb89
--- /dev/null
+++ b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Drawing;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
+global using global::System.Windows.Forms;
diff --git a/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.csproj.AssemblyReference.cache b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..e23a5d6
Binary files /dev/null and b/MotorShip/MotorShip/obj/Release/net6.0-windows/MotorShip.csproj.AssemblyReference.cache differ
diff --git a/MotorShip/MotorShip/obj/project.assets.json b/MotorShip/MotorShip/obj/project.assets.json
new file mode 100644
index 0000000..333198e
--- /dev/null
+++ b/MotorShip/MotorShip/obj/project.assets.json
@@ -0,0 +1,77 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0-windows7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net6.0-windows7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\Екатерина\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj",
+ "projectName": "MotorShip",
+ "projectPath": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj",
+ "packagesPath": "C:\\Users\\Екатерина\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\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": [
+ "net6.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/MotorShip/MotorShip/obj/project.nuget.cache b/MotorShip/MotorShip/obj/project.nuget.cache
new file mode 100644
index 0000000..21a391b
--- /dev/null
+++ b/MotorShip/MotorShip/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "bnUESf/Rv6V72tUo+jhmSGhXmC6Pqj7O2CTNWB9EejNBsTYuPhenT/pJ78ztAR8PVDXUh5QMU+FThm53y2XUQg==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Екатерина\\OneDrive\\Desktop\\РПП\\MotorShip\\MotorShip\\MotorShip.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file