From 0fc456394dddebfc088b1076774bf1e592b2bd60 Mon Sep 17 00:00:00 2001 From: DeerElk Date: Fri, 27 Sep 2024 04:14:21 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D1=8C=D1=82?= =?UTF-8?q?=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COP.csproj | 10 ++++++++++ COP.sln | 25 +++++++++++++++++++++++++ Class1.cs | 6 ++++++ 3 files changed, 41 insertions(+) create mode 100644 COP.csproj create mode 100644 COP.sln create mode 100644 Class1.cs diff --git a/COP.csproj b/COP.csproj new file mode 100644 index 0000000..060aa1c --- /dev/null +++ b/COP.csproj @@ -0,0 +1,10 @@ + + + + net6.0-windows + enable + true + enable + + + diff --git a/COP.sln b/COP.sln new file mode 100644 index 0000000..e86ac6f --- /dev/null +++ b/COP.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35222.181 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "COP", "COP.csproj", "{0A961E2F-7089-4988-8BC1-003C08939FB2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0A961E2F-7089-4988-8BC1-003C08939FB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0A961E2F-7089-4988-8BC1-003C08939FB2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A961E2F-7089-4988-8BC1-003C08939FB2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0A961E2F-7089-4988-8BC1-003C08939FB2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B983C7CD-6625-4E55-A91F-7AD0576E0E7D} + EndGlobalSection +EndGlobal diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..57b6d81 --- /dev/null +++ b/Class1.cs @@ -0,0 +1,6 @@ +namespace COP +{ + public class Class1 + { + } +}