From 3f2e0563153df07bcec62174f22847e54bae5abb Mon Sep 17 00:00:00 2001 From: Salikh Date: Tue, 14 Nov 2023 19:15:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Air/Air.csproj | 11 ----------- Air/Air.sln | 25 ------------------------- Air/Form1.Designer.cs | 39 --------------------------------------- Air/Form1.cs | 10 ---------- Air/Program.cs | 17 ----------------- 5 files changed, 102 deletions(-) delete mode 100644 Air/Air.csproj delete mode 100644 Air/Air.sln delete mode 100644 Air/Form1.Designer.cs delete mode 100644 Air/Form1.cs delete mode 100644 Air/Program.cs diff --git a/Air/Air.csproj b/Air/Air.csproj deleted file mode 100644 index b57c89e..0000000 --- a/Air/Air.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - WinExe - net6.0-windows - enable - true - enable - - - \ No newline at end of file diff --git a/Air/Air.sln b/Air/Air.sln deleted file mode 100644 index 5d1bb21..0000000 --- a/Air/Air.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.7.34031.279 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Air", "Air.csproj", "{6188EDB2-279D-4507-B206-1C322D9FF9A2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6188EDB2-279D-4507-B206-1C322D9FF9A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6188EDB2-279D-4507-B206-1C322D9FF9A2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6188EDB2-279D-4507-B206-1C322D9FF9A2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6188EDB2-279D-4507-B206-1C322D9FF9A2}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {FFA7AD5F-278D-4646-A987-0C6AE66FC3CB} - EndGlobalSection -EndGlobal diff --git a/Air/Form1.Designer.cs b/Air/Form1.Designer.cs deleted file mode 100644 index 5ae4ea4..0000000 --- a/Air/Form1.Designer.cs +++ /dev/null @@ -1,39 +0,0 @@ -namespace Air -{ - 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/Air/Form1.cs b/Air/Form1.cs deleted file mode 100644 index 79d7017..0000000 --- a/Air/Form1.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Air -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - } - } -} \ No newline at end of file diff --git a/Air/Program.cs b/Air/Program.cs deleted file mode 100644 index 8334642..0000000 --- a/Air/Program.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace Air -{ - 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